Skip to content

Instantly share code, notes, and snippets.

@ericzumba
Created February 26, 2016 22:13
Show Gist options
  • Save ericzumba/2b8868faf2d5bac048a4 to your computer and use it in GitHub Desktop.
Save ericzumba/2b8868faf2d5bac048a4 to your computer and use it in GitHub Desktop.
mac avoid 10.0.2.0/24 ip range clashes
VBoxManage modifyvm "default" --natnet1 "10.13.2.0/24"
@ericzumba
Copy link
Author

This was necessary when using docker-machine inside a network that makes use of ips in the range 10.0.2.0/24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment