Skip to content

Instantly share code, notes, and snippets.

@B-R-Bender
Last active March 19, 2020 20:14
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 B-R-Bender/f825d7fc06df8f15241a80c8612c9d68 to your computer and use it in GitHub Desktop.
Save B-R-Bender/f825d7fc06df8f15241a80c8612c9d68 to your computer and use it in GitHub Desktop.
How to setup OpenVPN on Ubuntu 18.04 (with autostart)
OpenVPN connection setup
sudo apt-get install network-manager-openvpn
sudo apt-get install network-manager-openvpn-gnome
save *.ovpn config somwhere
network settings -> VPN -> + -> load from file -> *.ovpn
OpenVPN connection autostart
nm-connection-editor
main wetwork connection (lan or wifi) -> setup -> general -> auto connect to vpn
p.s. network Ubuntu manual https://help.ubuntu.com/community/NetworkManager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment