Modifications pour le document Configuration Linux
Modifié par Stéphane Dugravot le 07/11/2024 - 13:16
Depuis la version 14.1
modifié par Stéphane Dugravot
sur 27/11/2013 - 09:30
sur 27/11/2013 - 09:30
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
À la version 29.1
modifié par Stéphane Dugravot
sur 15/09/2023 - 17:05
sur 15/09/2023 - 17:05
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
Résumé
-
Propriétés de la Page (1 modifications, 0 ajouts, 0 suppressions)
-
Objets (1 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -1,7 +1,5 @@ 1 - 1 +\\ 2 2 3 - 4 - 5 5 {{confluence_section}} 6 6 {{confluence_column width="30%"}} 7 7 (% style="text-align: center;" %) ... ... @@ -17,116 +17,22 @@ 17 17 {{/confluence_column}} 18 18 {{/confluence_section}} 19 19 20 - 18 +\\ 21 21 22 22 = Configuration Linux (Ubuntu - Mint) = 23 23 24 - 3solutions :22 +2 solutions : 25 25 26 26 1. Via le script d'install Cisco vpn anyconnect 27 27 1. Via le package openconnect (compatible AnyConnect) : Open client for Cisco AnyConnect VPN 28 -1. Via network-manager + vpnc (compatible Cisco IPSec) 29 29 30 - == Configuration VPN Network Manager/vpnc ==27 +\\ 31 31 32 -=== Installation === 33 - 34 -Network Manager, le logiciel qui gère les connexions réseaux que l'on trouve sous différentes distributions Linux (ici Ubuntu) sait gérer les connexions [[WiFi>>url:http://wikidocs.univ-lorraine.fr/display/WiFi/Configuration+Network+Manager||shape="rect"]] et VPN UHP. Pour la gestion du VPN, vous devez disposer bien sûr de Network Manager, mais aussi du client vpnc : 35 - 36 -((( 37 -(% class="syntaxhighlighter nogutter java" %) 38 -((( 39 - 40 - 41 -|((( 42 -(% class="container" title="Hint: double-click to select code" %) 43 -((( 44 -(% class="line number1 index0 alt2" %) 45 -((( 46 -{{code language="none"}} 47 -> apt-get install vpnc 48 -{{/code}} 49 -))) 50 -))) 51 -))) 52 - 53 - 54 -))) 55 -))) 56 - 57 -Et enfin, du plugin network-manager-vpnc : 58 - 59 -((( 60 -(% class="syntaxhighlighter nogutter java" %) 61 -((( 62 - 63 - 64 -|((( 65 -(% class="container" title="Hint: double-click to select code" %) 66 -((( 67 -(% class="line number1 index0 alt2" %) 68 -((( 69 -{{code language="none"}} 70 -> apt-get install network-manager-vpnc 71 -{{/code}} 72 -))) 73 -))) 74 -))) 75 - 76 - 77 -))) 78 -))) 79 - 80 -=== Configuration === 81 - 82 -Faites un clique droit sur l’icône de Network Manager dans la zone de notification, puis Modification des connexions ... Comme ici : 83 - 84 - 85 - 86 -[[image:url:http://wikidocs.univ-lorraine.fr/download/thumbnails/41123876/1.png?version=1&modificationDate=1243940356000&api=v2||thumbnail="true"]] 87 - 88 -Rendez-vous dans l'onglet VPN, si vous avez bien installé le plugin vpnc, alors vous pouvez **//AJOUTER//** un profil : 89 - 90 -[[image:url:http://wikidocs.univ-lorraine.fr/download/thumbnails/41123876/7.png?version=1&modificationDate=1243940356000&api=v2||thumbnail="true"]] 91 - 92 -Cliquez sur CREER, vous obtenez alors : 93 - 94 -[[image:attach:Capture_001.png||thumbnail="true" width="300"]] 95 - 96 -Saisissez alors les informations de la page suivantes : 97 - 98 -* [[doc:xwiki:publique.dn.com.infra.VPN.WebHome]] 99 -* Domaine : Ne rien y inscrire 100 -* Méthode chiffrement : **//Sécurisé//** 101 -* Traversée du NAT : **//UDP Cisco//** 102 - Dans l'onglet Paramètres IPv4, ne rien changer car l'adresse doit être attribuée automatiquement. 103 - 104 104 (% class="panelMacro" %) 105 105 ((( 106 - 107 107 108 -|((( 109 -[[image:url:http://wikidocs.univ-lorraine.fr/images/icons/emoticons/forbidden.png||width="16" height="16"]] 110 -)))|((( 111 -Si vous venez d'installer les paquets précédents (vpnc, network-manager-vpnc, etc ...), alors vous devez redémarrer votre poste de travail ! 112 112 ))) 113 113 114 - 115 -))) 116 - 117 -=== Connexion === 118 - 119 -Faites un clique gauche sur l’icône de Network Manager dans la zone de notification, puis choisissez Connexions VPN ... 120 - Enfin valider en choisissant le profil que vous venez de créer : 121 - 122 -[[image:url:http://wikidocs.univ-lorraine.fr/download/thumbnails/41123876/9.png?version=1&modificationDate=1243940356000&api=v2||thumbnail="true"]] 123 - 124 -Une fois la connexion établie, l’icône de Network Manager indique un cadenas pour vous informer que la connexion a été établie avec succès : 125 - 126 -[[image:url:http://wikidocs.univ-lorraine.fr/download/thumbnails/41123876/10.png?version=1&modificationDate=1243940356000&api=v2||thumbnail="true"]] 127 - 128 - 129 - 130 130 == Via le script d'install Cisco vpn anyconnect == 131 131 132 132 Sous linux on peux installer le client anyconnect en lancant le script vpnsetup.sh disponible soit : ... ... @@ -140,7 +140,7 @@ 140 140 141 141 en allant le chercher sur le [[https:~~/~~/vpn.lothaire.net>>url:https://vpn.lothaire.net||shape="rect"]] 142 142 143 - 47 +\\ 144 144 145 145 [[image:attach:VPN_Linux1.png||width="800" title="VPN_Linux1.png"]] 146 146 ... ... @@ -148,13 +148,13 @@ 148 148 149 149 [[image:attach:VPN_Linux2.png||title="VPN_Linux2.png"]] 150 150 151 - 55 +\\ 152 152 153 153 Une fois le script récuperé, on install le produit : 154 154 155 - 59 +\\ 156 156 157 -{{code title="install_anyconnect" theme="RDark" language="bash"}}61 +{{code language="bash" theme="RDark" title="install_anyconnect"}} 158 158 xxxxxx@pcxxxxx ~/Téléchargements $ sudo sh vpnsetup_64b.sh 159 159 [sudo] password for xxxxxx: 160 160 Installing Cisco AnyConnect Secure Mobility Client... ... ... @@ -168,8 +168,12 @@ 168 168 169 169 {{/code}} 170 170 171 - 75 +{{confluence_tip title="Remarque Linux MINT"}} 76 +pour les utilisateur de Linux MINT : Il est nécessaire d'installer la librairie **libpangox** 77 +{{/confluence_tip}} 172 172 79 +\\ 80 + 173 173 on doit rebooter sa machine, pour voir apparaître dans un menu l'application "Cisco Anyconnect Secure Mobility Client" : 174 174 175 175 [[image:attach:VPN_Linux3.png||title="VPN_Linux3.png"]] ... ... @@ -193,17 +193,10 @@ 193 193 194 194 **NB : si on a ces erreurs "AnyConnect cannot confirm it is connected to your secure gateway. The local network may not be trustworthy. Please try another network."** 195 195 196 -**c'est qu'il manque le certificat TERENA SSL CA** 104 +**c'est qu'il manque le certificat TERENA SSL CA, que l'on peut récupérer ici :** 197 197 198 - 106 +* **[[attach:DigiCertCA.crt]]** 199 199 200 -{{code}} 201 -cd /opt/.cisco/certificates/ca 202 -wget http://www.crium.univ-metz.fr/chaintcs.crt -o chaintcs.pem 203 -{{/code}} 204 - 205 - 206 - 207 207 === Fichier XML pour la configuration d'anyconnect === 208 208 209 209 Dans le cas ou il y a plusieurs concentrateur vpn à gérer. ... ... @@ -256,31 +256,47 @@ 256 256 </AnyConnectProfile> 257 257 {{/code}} 258 258 259 - 160 +\\ 260 260 261 -== Via le package Openconnect == 162 +== Via le package Openconnect en CLI == 262 262 263 - oninstallle package openconnectet les plugin network-manager-openconnect, network-manager-openconnect-gnome164 +Installation préalable : 264 264 265 - 166 +{{code}} 167 +sudo apt-get install openconnect 168 +{{/code}} 266 266 267 -{{code title="Openconnect" theme="RDark" language="bash"}} 268 -sudo apt-get install openconnect network-manager-openconnect network-manager-openconnect-gnome 170 +\\ 171 + 172 +Commande : 173 + 174 +{{code}} 175 +sudo openconnect -u dugravot6@dn-infra --authgroup='Universite-de-Lorraine' --no-cert-check vpn.lothaire.net 269 269 {{/code}} 270 270 271 - 178 +\\ 272 272 273 - rebootersamachine, on verra maintenant apparaître dans son module degestionréseau/VPN un nouveau module "VPN CompatibleCisco Anyconnect( openconnect)"180 +== Via le package Openconnect avec Network-Manager == 274 274 275 - 182 +On installe le package openconnect et les plugin network-manager-openconnect, network-manager-openconnect-gnome (fonctionne aussi avec linux mint 18.3 en cinnamon) 276 276 184 +\\ 185 + 186 +{{code language="bash" theme="RDark" title="Openconnect"}} 187 +sudo apt-get install openconnect network-manager-openconnect network-manager-openconnect-gnome 188 +{{/code}} 189 + 190 +Rebooter sa machine , on verra maintenant apparaître dans son module de gestion réseau/VPN un nouveau module "VPN Compatible Cisco Anyconnect ( openconnect)" 191 + 192 +\\ 193 + 277 277 [[image:attach:VPN_Linux6.png||title="VPN_Linux6.png"]] 278 278 279 - 196 +\\ 280 280 281 281 [[image:attach:VPN_Linux7.png||title="VPN_Linux7.png"]] 282 282 283 - 200 +\\ 284 284 285 285 créer , Renseigner uniquement le nomde la connexion et la passerelle 286 286 ... ... @@ -297,7 +297,7 @@ 297 297 298 298 cocher " Automatically start ....." et cliquer à coté du VPN host pour la connexion : 299 299 300 - 217 +\\ 301 301 302 302 [[image:attach:VPN_Linux10.png||title="VPN_Linux10.png"]] 303 303 ... ... @@ -305,14 +305,54 @@ 305 305 306 306 [[image:attach:VPN_Linux11.png||title="VPN_Linux11.png"]] 307 307 308 - 225 +\\ 309 309 310 310 puis loguer vous : 311 311 312 - 229 +\\ 313 313 314 314 [[image:attach:VPN_Linux12.png||title="VPN_Linux12.png"]] 315 315 316 - 233 += En cas de problèmes = 317 317 318 - 235 +== Problème AnyConnect cannot confirm it is connected to your secure gateway == 236 + 237 +Lors du démarrage du client Anyconnect, on obtient le message suivant : 238 + 239 +[[image:attach:untrust.png||thumbnail="true" width="300"]] 240 + 241 +Pour résourde ce problème, procédez comme cela : 242 + 243 +1. ((( 244 +Renommer le dossier ca 245 + 246 +{{code}} 247 +cd /opt/.cisco/certificates 248 +mv ca ca.orig 249 +{{/code}} 250 +))) 251 +1. ((( 252 +Nouveau dossier 253 + 254 +{{code}} 255 +mkdir ca 256 +{{/code}} 257 +))) 258 +1. Dans le dossier ca, créez un nouveau certificat, vous pouvez le téléchargez à partir de ce fichier : 259 +[[attach:vpn.pem]] 260 +1. ((( 261 +Redémarrez le service 262 + 263 +{{code}} 264 +/etc/init.d/vpnagentd restart 265 +{{/code}} 266 +))) 267 +1. Et le client, le problème ne devrait plus se poser. 268 + 269 +== Les accès vers les machines privées ne se font pas depuis l'extérieur == 270 + 271 +Il faut modifier la conf du VPN comme ça : 272 + 273 +[[image:attach:Capture d'écran de 2015-02-03 12 14 28.png||width="458"]] 274 + 275 +\\
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 - 1071852741 +434742210