Changes for page Connexion VPN pour Linux
Last modified by Jeremie Jacquin on 2024/05/21 12:05
From version 4.1
edited by Jeremie Jacquin
on 2023/01/26 14:01
on 2023/01/26 14:01
Change comment:
There is no comment for this version
To version 4.2
edited by Jeremie Jacquin
on 2023/01/26 14:03
on 2023/01/26 14:03
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,5 @@ 1 -=== Installation du client VPN sous Linux : === 1 +=== Installation du client VPN sous Linux :Installer le client openVPN à l'aide des outils d'installation de votre distribution : === 2 2 3 - Installer le client openVPN à l'aide des outils d'installation de votre distribution : 4 - 5 5 Ubuntu : 6 6 {{code language="none"}}sudo apt-get install network-manager-openvpn-gnome{{/code}} 7 7 ... ... @@ -19,8 +19,15 @@ 19 19 {{/code}} 20 20 21 21 22 - Editezlefichier.ovpnet supprimezlaligne20 +=== Configuration du VPN : === 23 23 22 +* Connectez-vous sur [[https:~~/~~/vpn-personnels.cyu.fr>>url:https://vpn-personnels.cyu.fr]] et entrez vos identifiants ENT 23 +* Dans la section VPN configuration cliquez sur "Download for Windows, macOS, Linux" pour télécharger les paramètres de configuration du vpn. 24 + 25 +[[image:https://wiki.dnum.cyu.fr/bin/download/Documentation%20interne/Connexion%20VPN/WebHome/image-20230120115111-4.png?rev=1.1||alt="image-20230120115111-4.png"]] 26 + 27 +* (% id="cke_bm_31050S" style="display:none" %) (%%)Editez le fichier .ovpn et supprimez la ligne 28 + 24 24 {{code language="none"}} 25 25 route remote_host 255.255.255.255 net_gateway 26 26 {{/code}} ... ... @@ -27,12 +27,8 @@ 27 27 28 28 enregistrez le fichier 29 29 35 +* Importez la configuration en ligne de commande : 30 30 31 -=== Configuration du VPN : === 32 - 33 - 34 -Importez la configuration en ligne de commande : 35 - 36 36 {{code language="none"}} 37 37 nmcli connection import type openvon file "fichier ovpn" 38 38 {{/code}}