Skip to content

Instantly share code, notes, and snippets.

@torumakabe
Last active January 2, 2016 05:09
Show Gist options
  • Save torumakabe/8255299 to your computer and use it in GitHub Desktop.
Save torumakabe/8255299 to your computer and use it in GitHub Desktop.
Creare VirtualBox host-only network for HP Cloud OS Sandbox 1.20
#!/bin/sh
VBoxManage hostonlyif create
VBoxManage hostonlyif ipconfig vboxnet0 --ip 192.168.124.1 --netmask 255.255.255.0
VBoxManage hostonlyif create
VBoxManage hostonlyif ipconfig vboxnet1 --ip 192.168.122.1 --netmask 255.255.255.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment