From e7821b91bec843cce34fbfeec6194be490f7983d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Wed, 29 Sep 2021 13:56:56 +0300 Subject: [PATCH] Update VPN profile deployment instructions --- templates/views/enroll.html | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/templates/views/enroll.html b/templates/views/enroll.html index 28e38c8..0eb21b3 100644 --- a/templates/views/enroll.html +++ b/templates/views/enroll.html @@ -33,18 +33,9 @@ OS/soft status
-

Ubuntu 16.04+

+

Ubuntu 20.04+

Install OpenVPN plugin for NetworkManager by executing following two command in the terminal: - -

# Ubuntu 16.04 ships with older OpenVPN 2.3, to support newer ciphers add OpenVPN's repo
-if [ $(lsb_relase -cs) == "xenial" ]; then
-  wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg|apt-key add -
-  echo "deb http://build.openvpn.net/debian/openvpn/release/2.4 xenial main" > /etc/apt/sources.list.d/openvpn-aptrepo.list
-  apt update
-  apt install openvpn
-fi
-
-sudo apt install -y network-manager-openvpn-gnome
+        
sudo apt install -y network-manager-openvpn-gnome
 sudo systemctl restart network-manager
 
@@ -77,10 +68,10 @@ sudo systemctl restart network-manager
-
+
-

Ubuntu 18.04+ (advanced)

+

Ubuntu 20.04+ via OpenVPN (advanced)

Copy-paste follownig to terminal as root user:

{% include "snippets/request-client.sh" %}
 cat << EOF > '/etc/NetworkManager/system-connections/OpenVPN to {{ authority.namespace }}'
@@ -92,10 +83,10 @@ nmcli con reload
     
-
+
-

Ubuntu 18.04+ (advanced)

+

Ubuntu 20.04+ via IPSec (advanced)

Copy-paste follownig to terminal as root user:

{% include "snippets/request-client.sh" %}
 cat << EOF > '/etc/NetworkManager/system-connections/IPSec to {{ authority.namespace }}'