Skip to content

Instantly share code, notes, and snippets.

@owulveryck
Created August 3, 2016 12:52
Show Gist options
  • Save owulveryck/56ed06b3903fbc6b241dd85abbd40f14 to your computer and use it in GitHub Desktop.
Save owulveryck/56ed06b3903fbc6b241dd85abbd40f14 to your computer and use it in GitHub Desktop.
Turn on developer mode (hold down Esc + F3, restart, hit Control+D).
Open a terminal (Ctrl+Alt+T, type ‘shell’, hit enter).
sudo nano /etc/resolv.conf; add “nameserver 10.4.4.1” (replacing “10.4.4.1” with the right IP) at the top
sudo stop shill
sudo shill --device-black-list=tun0
sudo openvpn ~/Downloads/client.ovpn
Enter username, password, OTP.
Leave this tab in the background.
When you’re done with the VPN, switch back to this tab and hit Ctrl+C.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment