Skip to content

Instantly share code, notes, and snippets.

@B-R-Bender
Last active March 19, 2020 20:14
Show Gist options
  • Select an option

  • Save B-R-Bender/f825d7fc06df8f15241a80c8612c9d68 to your computer and use it in GitHub Desktop.

Select an option

Save B-R-Bender/f825d7fc06df8f15241a80c8612c9d68 to your computer and use it in GitHub Desktop.

Revisions

  1. B-R-Bender revised this gist Mar 19, 2020. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion ubuntu-openvpn-setup
    Original file line number Diff line number Diff line change
    @@ -9,4 +9,6 @@ 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
    main wetwork connection (lan or wifi) -> setup -> general -> auto connect to vpn

    p.s. network Ubuntu manual https://help.ubuntu.com/community/NetworkManager
  2. B-R-Bender revised this gist Mar 19, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions ubuntu-openvpn-setup
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    OpenVPN connection setup

    `sudo apt-get install network-manager-openvpn`
    `sudo apt-get install network-manager-openvpn-gnome`
    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
  3. B-R-Bender revised this gist Mar 19, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions ubuntu-openvpn-setup
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    OpenVPN connection setup

    sudo apt-get install network-manager-openvpn
    sudo apt-get install network-manager-openvpn-gnome
    `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
  4. B-R-Bender created this gist Mar 19, 2020.
    12 changes: 12 additions & 0 deletions ubuntu-openvpn-setup
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    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