Last active
August 29, 2015 14:22
-
-
Save mattyb/dfe5a7f56f0405c74baa to your computer and use it in GitHub Desktop.
reset boot2docker route
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo route -n add -net 192.168.59.0/24 -interface vboxnet1 | |
sudo route -n add -net 10.0.10.0/24 -interface vboxnet2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment