Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@lgelfan
Created May 29, 2016 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgelfan/98e4c473324e8e3ec1c1df4144b07d29 to your computer and use it in GitHub Desktop.
Save lgelfan/98e4c473324e8e3ec1c1df4144b07d29 to your computer and use it in GitHub Desktop.
####
# 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