Port forwarding
Posted: 5. Jan 2009, 00:54
Hi,
I'm running Ubuntu 8.10 which is hosting a winxp as a guest. Now, I'm running the server on WindowsXP (guest) which uses port 9000. I configured the Virtualbox as following
now, after running the virtual machine and the server, it seems that the host is listening at 9001 but the packets are not forwarded to a server?
what is wrong? ...
I'm running Ubuntu 8.10 which is hosting a winxp as a guest. Now, I'm running the server on WindowsXP (guest) which uses port 9000. I configured the Virtualbox as following
Code: Select all
VBoxManage setextradata "xp" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/my1/Protocol" TCP
VBoxManage setextradata "xp" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/my1/GuestPort" 9000
VBoxManage setextradata "xp" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/my1/HostPort" 9001what is wrong? ...