Last active
March 19, 2020 20:14
-
-
Save B-R-Bender/f825d7fc06df8f15241a80c8612c9d68 to your computer and use it in GitHub Desktop.
How to setup OpenVPN on Ubuntu 18.04 (with autostart)
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
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