我正在尝试使用 VirtualBox 进行简单的端口转发,看起来 VirtualBox.exe 正在主机上侦听端口,但实际上并未将连接转发给来宾。我已经尝试了多个端口,并且我已经多次重新启动了 VirtualBox。另一方面,来宾到主机的连接很好。这是信息:
Host: Win7 x64
Guest: Win7 x64
VirtualBox version: VirtualBox 4.2.10
Firewalls: All firewalls on host and guest disabled.
Virtual Box > Machine Settings > Network
Adapter 1:
Attached to: NAT
Cable Connected : True
Port Forwarding:
Rule 1: TCP, HostIP=127.0.0.1, HostPort=8081, GuestIP=127.0.0.1, GuestPort=8081
On Host:
[VirtualBox.exe] TCP 127.0.0.1:8081 IBM-6KT5OPCF76P:0 LISTENING
On Guest:
I never get the connection request on port 8081 or any others I've tried.
有任何想法吗?出于多种原因,我想避免使用 VirtualBox 的桥接适配器。我的印象是,使用 VirtualBox 进行 NAT 端口转发相对简单。
谢谢!