Created
May 29, 2016 17:11
-
-
Save lgelfan/98e4c473324e8e3ec1c1df4144b07d29 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#### | |
# fix virtual box network after using VPN, adjust as needed | |
# view output of ifconfig to see values | |
### | |
#sudo route -nv add -net 192.168.59 -interface vboxnet1 | |
#sudo route -nv add -net 192.168.50 -interface vboxnet2 | |
sudo route -nv add -net 192.168.33 -interface vboxnet3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment