Port-Forwarding in Virtual Box

Posted by davidzaz on Super User See other posts from Super User or by davidzaz
Published on 2010-05-21T21:38:45Z Indexed on 2010/05/21 21:41 UTC
Read the original article Hit count: 176

I have Virtual Box setup with the following commands:

vboxmanage setextradata myVm "VBoxInternal/Devices/pcnet/0/LUN#0/Config/transfer/HostPort" 50000
vboxmanage setextradata myVm `"VBoxInternal/Devices/pcnet/0/LUN#0/Config/transfer/GuestPort" 50000
vboxmanage setextradata myVm "VBoxInternal/Devices/pcnet/0/LUN#0/Config/transfer/Protocol" TCP

On the host machine, the following command times out:

telnet localhost 50000

What am I doing wrong? The above command does work on the guest machine.

© Super User or respective owner

Related posts about virtualbox

Related posts about windows-xp