i want to setup VirtualBox on my WinXP with port forwarding to one of the guests.
I tried to add the forwarded port via gui and with these commands:
Code: Select all
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/Protocol" TCP
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/GuestPort" 8022
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/HostPort" 2222I also cant find the configured port in the "netstat -a"
Any suggestions?