Modifications pour le document Configuration Linux
Modifié par Stéphane Dugravot le 07/11/2024 - 13:16
Depuis la version 11.1
modifié par Stéphane Dugravot
sur 27/06/2013 - 14:27
sur 27/06/2013 - 14:27
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
À la version 27.1
modifié par Frédéric Nass
sur 15/06/2022 - 16:53
sur 15/06/2022 - 16:53
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
Résumé
-
Propriétés de la Page (3 modifications, 0 ajouts, 0 suppressions)
-
Objets (1 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Titre
-
... ... @@ -1,1 +1,1 @@ 1 -Configuration Linux Client - Network Manager1 +Configuration Linux - Auteur du document
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. dugravot61 +XWiki.nass5 - Contenu
-
... ... @@ -1,6 +1,6 @@ 1 - 1 +rV 2 2 3 - 3 +\\ 4 4 5 5 {{confluence_section}} 6 6 {{confluence_column width="30%"}} ... ... @@ -12,12 +12,12 @@ 12 12 {{panel}} 13 13 14 14 15 -{{toc minLevel="2"/}}15 +{{toc/}} 16 16 {{/panel}} 17 17 {{/confluence_column}} 18 18 {{/confluence_section}} 19 19 20 - 20 +\\ 21 21 22 22 = Configuration Linux (Ubuntu - Mint) = 23 23 ... ... @@ -24,11 +24,63 @@ 24 24 3 solutions : 25 25 26 26 1. Via le script d'install Cisco vpn anyconnect 27 -1. Via le package openconnect : Open client for Cisco AnyConnect VPN 28 -1. Via network-manager + 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 -= Via le scriptd'installCisco vpnanyconnect=30 +== Configuration VPN Network Manager/vpnc == 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 +{{code language="bash" theme="Confluence"}} 37 +apt install vpnc network-manager-vpnc 38 +{{/code}} 39 + 40 +Pour gnome, il faut ajouter 41 + 42 +{{code language="bash" theme="Confluence"}} 43 +apt install network-manager-vpnc-gnome 44 +{{/code}} 45 + 46 +{{error}} 47 +(% class="code" %) 48 +((( 49 +Si vous venez d'installer les paquets précédents (vpnc, network-manager-vpnc, etc ...), alors vous devez redémarrer votre poste de travail ! 50 +))) 51 +{{/error}} 52 + 53 +\\ 54 + 55 +=== Configuration === 56 + 57 +Faites un clique droit sur l’icône de Network Manager dans la zone de notification, puis Modification des connexions ... puis rendez-vous dans l'onglet VPN, si vous avez bien installé le plugin vpnc, alors vous pouvez **//AJOUTER//** un profil. 58 + 59 +Cliquez sur CREER, vous obtenez alors : 60 + 61 +[[image:attach:Capture_001.png||thumbnail="true" width="300"]] 62 + 63 +Saisissez alors les informations de la page suivantes : 64 + 65 +* [[doc:xwiki:publique.dn.com.infra.Services numériques.Documentation officielle VPN.WebHome]] 66 +* Domaine : Ne rien y inscrire 67 +* Méthode chiffrement : **//Sécurisé//** 68 +* Traversée du NAT : **//UDP Cisco//** 69 +Dans l'onglet Paramètres IPv4, ne rien changer car l'adresse doit être attribuée automatiquement. 70 + 71 +(% class="panelMacro" %) 72 +((( 73 +\\ 74 +))) 75 + 76 +=== Connexion === 77 + 78 +Faites un clique droit sur l’icône de Network Manager dans la zone de notification, puis Modification des connexions ... puis rendez-vous dans l'onglet VPN, si vous avez bien installé le plugin vpnc, alors vous pouvez **//AJOUTER//** un profil. 79 + 80 +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. 81 + 82 +== Via le script d'install Cisco vpn anyconnect == 83 + 32 32 Sous linux on peux installer le client anyconnect en lancant le script vpnsetup.sh disponible soit : 33 33 34 34 ici : ... ... @@ -40,7 +40,7 @@ 40 40 41 41 en allant le chercher sur le [[https:~~/~~/vpn.lothaire.net>>url:https://vpn.lothaire.net||shape="rect"]] 42 42 43 - 95 +\\ 44 44 45 45 [[image:attach:VPN_Linux1.png||width="800" title="VPN_Linux1.png"]] 46 46 ... ... @@ -48,13 +48,13 @@ 48 48 49 49 [[image:attach:VPN_Linux2.png||title="VPN_Linux2.png"]] 50 50 51 - 103 +\\ 52 52 53 53 Une fois le script récuperé, on install le produit : 54 54 55 - 107 +\\ 56 56 57 -{{code title="install_anyconnect" theme="RDark" language="bash"}}109 +{{code language="bash" theme="RDark" title="install_anyconnect"}} 58 58 xxxxxx@pcxxxxx ~/Téléchargements $ sudo sh vpnsetup_64b.sh 59 59 [sudo] password for xxxxxx: 60 60 Installing Cisco AnyConnect Secure Mobility Client... ... ... @@ -68,8 +68,12 @@ 68 68 69 69 {{/code}} 70 70 71 - 123 +{{confluence_tip title="Remarque Linux MINT"}} 124 +pour les utilisateur de Linux MINT : Il est nécessaire d'installer la librairie **libpangox** 125 +{{/confluence_tip}} 72 72 127 +\\ 128 + 73 73 on doit rebooter sa machine, pour voir apparaître dans un menu l'application "Cisco Anyconnect Secure Mobility Client" : 74 74 75 75 [[image:attach:VPN_Linux3.png||title="VPN_Linux3.png"]] ... ... @@ -93,17 +93,10 @@ 93 93 94 94 **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."** 95 95 96 -**c'est qu'il manque le certificat TERENA SSL CA** 152 +**c'est qu'il manque le certificat TERENA SSL CA, que l'on peut récupérer ici :** 97 97 98 - 154 +* **[[attach:DigiCertCA.crt]]** 99 99 100 -{{code}} 101 -cd /opt/.cisco/certificates/ca 102 -wget http://www.crium.univ-metz.fr/chaintcs.crt -o chaintcs.pem 103 -{{/code}} 104 - 105 - 106 - 107 107 === Fichier XML pour la configuration d'anyconnect === 108 108 109 109 Dans le cas ou il y a plusieurs concentrateur vpn à gérer. ... ... @@ -156,31 +156,47 @@ 156 156 </AnyConnectProfile> 157 157 {{/code}} 158 158 159 - 208 +\\ 160 160 161 -= Via le package Openconnect = 210 +== Via le package Openconnect en CLI == 162 162 163 - oninstallle package openconnectet les plugin network-manager-openconnect, network-manager-openconnect-gnome212 +Installation préalable : 164 164 165 - 214 +{{code}} 215 +sudo apt-get install openconnect 216 +{{/code}} 166 166 167 -{{code title="Openconnect" theme="RDark" language="bash"}} 168 -sudo apt-get install openconnect network-manager-openconnect network-manager-openconnect-gnome 218 +\\ 219 + 220 +Commande : 221 + 222 +{{code}} 223 +sudo openconnect -u dugravot6@dn-infra --authgroup='Universite-de-Lorraine' --no-cert-check vpn.lothaire.net 169 169 {{/code}} 170 170 171 - 226 +\\ 172 172 173 - rebootersamachine, on verra maintenant apparaître dans son module degestionréseau/VPN un nouveau module "VPN CompatibleCisco Anyconnect( openconnect)"228 +== Via le package Openconnect avec Network-Manager == 174 174 175 - 230 +On installe le package openconnect et les plugin network-manager-openconnect, network-manager-openconnect-gnome (fonctionne aussi avec linux mint 18.3 en cinnamon) 176 176 232 +\\ 233 + 234 +{{code language="bash" theme="RDark" title="Openconnect"}} 235 +sudo apt-get install openconnect network-manager-openconnect network-manager-openconnect-gnome 236 +{{/code}} 237 + 238 +Rebooter sa machine , on verra maintenant apparaître dans son module de gestion réseau/VPN un nouveau module "VPN Compatible Cisco Anyconnect ( openconnect)" 239 + 240 +\\ 241 + 177 177 [[image:attach:VPN_Linux6.png||title="VPN_Linux6.png"]] 178 178 179 - 244 +\\ 180 180 181 181 [[image:attach:VPN_Linux7.png||title="VPN_Linux7.png"]] 182 182 183 - 248 +\\ 184 184 185 185 créer , Renseigner uniquement le nomde la connexion et la passerelle 186 186 ... ... @@ -197,7 +197,7 @@ 197 197 198 198 cocher " Automatically start ....." et cliquer à coté du VPN host pour la connexion : 199 199 200 - 265 +\\ 201 201 202 202 [[image:attach:VPN_Linux10.png||title="VPN_Linux10.png"]] 203 203 ... ... @@ -205,112 +205,54 @@ 205 205 206 206 [[image:attach:VPN_Linux11.png||title="VPN_Linux11.png"]] 207 207 208 - 273 +\\ 209 209 210 210 puis loguer vous : 211 211 212 - 277 +\\ 213 213 214 214 [[image:attach:VPN_Linux12.png||title="VPN_Linux12.png"]] 215 215 216 - 281 += En cas de problèmes = 217 217 218 -= Confi gurationVPN NetworkManager =283 +== Problème AnyConnect cannot confirm it is connected to your secure gateway == 219 219 220 - ==Installation==285 +Lors du démarrage du client Anyconnect, on obtient le message suivant : 221 221 222 - Network Manager, le logiciel qui gère les connexions réseaux que l'ontrouve sous différentes distributions Linux (ici Ubuntu) sait gérer lesconnexions [[WiFi>>url:http://wikidocs.univ-lorraine.fr/display/WiFi/Configuration+Network+Manager||shape="rect"]] et VPN UHP. Pourla gestion duVPN, vous devezdisposer bien sûr de Network Manager, mais aussidu clientvpnc :287 +[[image:attach:untrust.png||thumbnail="true" width="300"]] 223 223 224 -((( 225 -(% class="syntaxhighlighter nogutter java" %) 226 -((( 227 - 289 +Pour résourde ce problème, procédez comme cela : 228 228 229 -|((( 230 -(% class="container" title="Hint: double-click to select code" %) 231 -((( 232 -(% class="line number1 index0 alt2" %) 233 -((( 234 -{{code language="none"}} 235 -> apt-get install vpnc 291 +1. ((( 292 +Renommer le dossier ca 293 + 294 +{{code}} 295 +cd /opt/.cisco/certificates 296 +mv ca ca.orig 236 236 {{/code}} 237 237 ))) 238 - )))239 - )))299 +1. ((( 300 +Nouveau dossier 240 240 241 - 302 +{{code}} 303 +mkdir ca 304 +{{/code}} 242 242 ))) 243 -))) 306 +1. Dans le dossier ca, créez un nouveau certificat, vous pouvez le téléchargez à partir de ce fichier : 307 +[[attach:vpn.pem]] 308 +1. ((( 309 +Redémarrez le service 244 244 245 -Et enfin, du plugin network-manager-vpnc : 246 - 247 -((( 248 -(% class="syntaxhighlighter nogutter java" %) 249 -((( 250 - 251 - 252 -|((( 253 -(% class="container" title="Hint: double-click to select code" %) 254 -((( 255 -(% class="line number1 index0 alt2" %) 256 -((( 257 -{{code language="none"}} 258 -> apt-get install network-manager-vpnc 311 +{{code}} 312 +/etc/init.d/vpnagentd restart 259 259 {{/code}} 260 260 ))) 261 -))) 262 -))) 315 +1. Et le client, le problème ne devrait plus se poser. 263 263 264 - 265 -))) 266 -))) 317 +== Les accès vers les machines privées ne se font pas depuis l'extérieur == 267 267 268 - ==Configuration==319 +Il faut modifier la conf du VPN comme ça : 269 269 270 - Faites un clique droit sur l’icône de Network Manager dans la zone de notification,puisModification desconnexions...Commeici :321 +[[image:attach:Capture d'écran de 2015-02-03 12 14 28.png||width="458"]] 271 271 272 - 273 - 274 -[[image:url:http://wikidocs.univ-lorraine.fr/download/thumbnails/41123876/1.png?version=1&modificationDate=1243940356000&api=v2||thumbnail="true"]] 275 - 276 -Rendez-vous dans l'onglet VPN, si vous avez bien installé le plugin vpnc, alors vous pouvez **//AJOUTER//** un profil : 277 - 278 -[[image:url:http://wikidocs.univ-lorraine.fr/download/thumbnails/41123876/7.png?version=1&modificationDate=1243940356000&api=v2||thumbnail="true"]] 279 - 280 -Cliquez sur CREER, vous obtenez alors : 281 - 282 -[[image:attach:Capture_001.png||thumbnail="true" width="300"]] 283 - 284 -Saisissez alors les informations de la page suivantes : 285 - 286 -* [[doc:xwiki:publique.dn.com.infra.VPN.WebHome]] 287 -* Domaine : Ne rien y inscrire 288 -* Méthode chiffrement : **//Sécurisé//** 289 -* Traversée du NAT : **//UDP Cisco//** 290 - Dans l'onglet Paramètres IPv4, ne rien changer car l'adresse doit être attribuée automatiquement. 291 - 292 -(% class="panelMacro" %) 293 -((( 294 - 295 - 296 -|((( 297 -[[image:url:http://wikidocs.univ-lorraine.fr/images/icons/emoticons/forbidden.png||width="16" height="16"]] 298 -)))|((( 299 -Si vous venez d'installer les paquets précédents (vpnc, network-manager-vpnc, etc ...), alors vous devez redémarrer votre poste de travail ! 300 -))) 301 - 302 - 303 -))) 304 - 305 -== Connexion == 306 - 307 -Faites un clique gauche sur l’icône de Network Manager dans la zone de notification, puis choisissez Connexions VPN ... 308 - Enfin valider en choisissant le profil que vous venez de créer : 309 - 310 -[[image:url:http://wikidocs.univ-lorraine.fr/download/thumbnails/41123876/9.png?version=1&modificationDate=1243940356000&api=v2||thumbnail="true"]] 311 - 312 -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 : 313 - 314 -[[image:url:http://wikidocs.univ-lorraine.fr/download/thumbnails/41123876/10.png?version=1&modificationDate=1243940356000&api=v2||thumbnail="true"]] 315 - 316 - 323 +\\
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 - 562069121 +380719370