Skip to content

Instantly share code, notes, and snippets.

@snelson
Created February 8, 2010 22:09
Show Gist options
  • Save snelson/298636 to your computer and use it in GitHub Desktop.
Save snelson/298636 to your computer and use it in GitHub Desktop.
VBoxManage setextradata ubuntu-dev "VBoxInternal/Devices/e1000/0/LUN#0/Config/guesthttp/Protocol" TCP
VBoxManage setextradata ubuntu-dev "VBoxInternal/Devices/e1000/0/LUN#0/Config/guesthttp/GuestPort" 80
VBoxManage setextradata ubuntu-dev "VBoxInternal/Devices/e1000/0/LUN#0/Config/guesthttp/HostPort" 8080
VBoxManage setextradata ubuntu-dev "VBoxInternal/Devices/e1000/0/LUN#0/Config/guestssh/Protocol" TCP
VBoxManage setextradata ubuntu-dev "VBoxInternal/Devices/e1000/0/LUN#0/Config/guestssh/GuestPort" 22
VBoxManage setextradata ubuntu-dev "VBoxInternal/Devices/e1000/0/LUN#0/Config/guestssh/HostPort" 2222
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment