Post Content

See Headless VirtualboxWhen you get say, Windows XP setup in your VirtualBox virtual machine, you can easily forward ports \from the Host OS, to the Guest OS. An example, I want to use the windows Remote Desktop to remote into \my virtual XP installation. I open port 3389 on my router to point to my ubuntu desktop, then I forward \that port into my guest OS.List vms: VBoxManage list vmsList Extra Data (port forwards): VBoxManage getextradata xpserver enumerateTo forward to a machinehttp://ubuntuforums.org/showthread.php?t=433359&page=37
VBoxManage setextradata "NameOfTheVirtualMachine" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/remotedesk/Protocol" TCP
VBoxManage setextradata "NameOfTheVirtualMachine" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/remotedesk/GuestPort" 3389
VBoxManage setextradata "NameOfTheVirtualMachine" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/remotedesk/HostPort" 3389
Lots of CLI optionsThe VBoxManage Command has lots of optionsLike to start a vm from the CLI (though still pops up the window)
$ VBoxManage -startvm "Windows XP"
Try thishttp://www.howtoforge.com/vboxheadless-running-virtual-machines-with-virtualbox-2.0-on-a-headless-ubuntu-8.04-serverMulti Monitorhttp://forum.virtualbox.org/viewtopic.php?f=1&t=17524