PortFowarding issues
Posted: 18. Jan 2011, 08:23
Hi all, i'm new to Vitualbox and VMs in general. I'm using Virtualbox v4.0.0 and have successfully created my first VM with this software. I would like to be able to SSH from my host machine (win7 x64) to my guest (suse11) I've made some attempts to set up portfowarding to make this work but with no success. I think my issues to the "extra data" strings. I've got duplicate entries for GuestPort, HostPort and Protocol, excpet for e1000 vs pcnet and the quotes. I've made attempts at using setvalue with out a value to clear then but that's not worked. Any ideas? Am I barking up the wrong tree?
Code: Select all
E:\vm>VBoxManage.exe getextradata suseVM enumerate
Key: GUI/InfoDlgState, Value: 400,450,normal
Key: GUI/LastCloseAction, Value: shutdown
Key: GUI/LastGuestSizeHint, Value: 800,600
Key: GUI/LastNormalWindowPosition, Value: 249,34,824,978,max
Key: GUI/MiniToolBarAlignment, Value: bottom
Key: GUI/SaveMountedAtRuntime, Value: yes
Key: GUI/ShowMiniToolBar, Value: yes
Key: VBoxInternal/Devices/e1000/0/LUN#0/Config/ssh/GuestPort, Value: 22
Key: VBoxInternal/Devices/e1000/0/LUN#0/Config/ssh/HostPort, Value: 2222
Key: VBoxInternal/Devices/e1000/0/LUN#0/Config/ssh/Protocol, Value: TCP
Key: "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort", Value: 22
Key: "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort", Value: 2222
Key: "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol", Value: TCP{/code]
Edit: added Virtual box version number.