VirtualBox Stuff

Forward Ports

VBoxManage setextradata "Ubuntu Server" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" 2222
VBoxManage setextradata "Ubuntu Server" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" 22
VBoxManage setextradata "Ubuntu Server" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol" TCP
VBoxManage setextradata "Ubuntu Server" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/django/HostPort" 8888
VBoxManage setextradata "Ubuntu Server" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/django/GuestPort" 8000
VBoxManage setextradata "Ubuntu Server" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/django/Protocol" TCP
VBoxManage setextradata "Ubuntu Server" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/http/HostPort" 8080
VBoxManage setextradata "Ubuntu Server" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/http/GuestPort" 80
VBoxManage setextradata "Ubuntu Server" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/http/Protocol" TCP

Source: http://michaelhallsmoore.com/blog/Running-A-Local-Web-Development-Environment-With-VirtualBox

Start Headless

VBoxHeadless -startvm "Ubuntu Server"

Source: http://forums.virtualbox.org/viewtopic.php?t=6663

Mount Shares

mount -t vboxsf sharename /home/username/mountpoint -o rw,exec,uid=1000,gid=1000,dev

Source: http://ubuntuforums.org/showthread.php?t=659431

 
virtualbox.txt · Last modified: 2011/10/26 21:46 by volker
[unknown button type]
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki