hi all !

I have Trouble setting up NAT port-forwarding.

At first, I did according to VBox documentation:
VBoxManage setextradata "Windows XP"
"VBoxInternal/Devices/pcnet/0/LUN#0/Config/seamlessrdp/UDP" 0
VBoxManage setextradata "Windows XP"
"VBoxInternal/Devices/pcnet/0/LUN#0/Config/seamlessrdp/GuestPort" 3389
VBoxManage setextradata "Windows XP"
"VBoxInternal/Devices/pcnet/0/LUN#0/Config/seamlessrdp/HostPort" 3389

This is written in the Official VBox documentation: BTW why UDP ??? It
should be TCP !

So next I tried with:
VBoxManage setextradata "Windows XP"
"VBoxInternal/Devices/pcnet/0/LUN#0/Config/seamlessrdp/TCP" 1
VBoxManage setextradata "Windows XP"
"VBoxInternal/Devices/pcnet/0/LUN#0/Config/seamlessrdp/GuestPort" 3389
VBoxManage setextradata "Windows XP"
"VBoxInternal/Devices/pcnet/0/LUN#0/Config/seamlessrdp/HostPort" 33

So I did the same again with TCP now, but the port-forwarding doesn't
seem to come alive !
When I did: nmap localhost, I saw that my guest has no extra port.

Are there any troubleshooting commands?

What's the syntax to make this work?

-- 
-Alexey Eremenko "Technologov"

_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to