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? ...