Skip to content

Instantly share code, notes, and snippets.

@obfusk
Created April 5, 2014 17:03
Show Gist options
  • Save obfusk/9994655 to your computer and use it in GitHub Desktop.
Save obfusk/9994655 to your computer and use it in GitHub Desktop.
manually set default gateway in case nm uses the wrong interface
sudo route del default
sudo route add default gw 192.168.42.254
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment