Outils pour utilisateurs

Outils du site


issue90:cisco_vpn

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
issue90:cisco_vpn [2015/01/02 15:27] – créée andre_domenechissue90:cisco_vpn [2015/02/14 14:43] (Version actuelle) andre_domenech
Ligne 1: Ligne 1:
-OpenConnect to a Cisco VPN+**OpenConnect to a Cisco VPN
  
 Many businesses and universities use Cisco AnyConnect as their VPN solution. Although there is a native Linux client offered by Cisco, it is not very well supported, and in some cases the user does not have access to the client. Fortunately, there is a simple solution to this problem – thanks to OpenConnect. OpenConnect is a client for Cisco’s AnyConnect VPN. It is free software, and is released under the GNU LGPL v2.1. Many businesses and universities use Cisco AnyConnect as their VPN solution. Although there is a native Linux client offered by Cisco, it is not very well supported, and in some cases the user does not have access to the client. Fortunately, there is a simple solution to this problem – thanks to OpenConnect. OpenConnect is a client for Cisco’s AnyConnect VPN. It is free software, and is released under the GNU LGPL v2.1.
Ligne 8: Ligne 8:
  
 Enter the following into a terminal: Enter the following into a terminal:
 +
 +sudo /sbin/modprobe tun**
 +
 +OpenConnect avec un VPN Cisco
 +
 +Beaucoup d'entreprises et d'universités utilisent Cisco AnyConnect comme solution VPN. Bien qu'il existe un client Linux natif proposé par Cisco, il n'est pas très bien pris en charge et, dans certains cas, l'utilisateur n'a pas accès au client. Heureusement, il existe une solution simple à ce problème, grâce à OpenConnect. OpenConnect est un client pour VPN AnyConnect de Cisco. C'est un logiciel gratuit, distribué sous la licence GNU LGPL v2.1.
 +
 +Se connecter à un VPN AnyConnect est facile avec OpenConnect et le module noyau TUN/TAP intégré dans le noyau Linux.
 +
 +Activer le module TUN
 +
 +Entrez la commande suivante dans un terminal :
  
 sudo /sbin/modprobe tun sudo /sbin/modprobe tun
  
-Install openconnect+**Install openconnect
  
 Enter the following into a terminal: Enter the following into a terminal:
Ligne 23: Ligne 35:
 sudo openconnect yourvpn.example.com sudo openconnect yourvpn.example.com
  
-OpenConnect prompts for a username and password. Once these are authenticated, the VPN connection is established, and the terminal output should look something like the image below.+OpenConnect prompts for a username and password. Once these are authenticated, the VPN connection is established, and the terminal output should look something like the image below.**
  
-Keep the terminal window open while the VPN session is active. Network resources such as shared folders, NAS drives, servers, and workstations should now be available. To close the VPN session, type Ctrl+Z into the terminal window. Abruptly killing the terminal window without properly closing out of the VPN session can lead to issues when attempting to reconnect in the future. These issues can typically be resolved by restarting the machine.+Installer openconnect
  
-As we have seen, OpenConnect makes it easy to connect to a Cisco AnyConnect VPN. If your employer or educational institution utilizes AnyConnect, this tool enables full access to network resources with a stable, secure, and reliable connection.+Entrez la commande suivante dans un terminal :
  
 +sudo apt-get install openconnect
 +
 +Se connecter au VPN
 +
 +OpenConnect a de nombreux arguments optionnels qu'on peut utiliser dans la chaîne de connexion. Ces arguments sont bien expliqués dans la documentation OpenConnect. La structure de base de la chaîne de connexion permettant la connexion VPN est indiquée ci-dessous. Dans un terminal, saisissez :
 +
 +sudo openconnect votrevpn.exemple.com
 +
 +OpenConnect demande un nom d'utilisateur et un mot de passe. Une fois qu'ils sont reconnus, la connexion VPN est établie et la sortie du terminal devrait ressembler à l'image ci-dessous.
 +
 +**Keep the terminal window open while the VPN session is active. Network resources such as shared folders, NAS drives, servers, and workstations should now be available. To close the VPN session, type Ctrl+Z into the terminal window. Abruptly killing the terminal window without properly closing out of the VPN session can lead to issues when attempting to reconnect in the future. These issues can typically be resolved by restarting the machine.
 +
 +As we have seen, OpenConnect makes it easy to connect to a Cisco AnyConnect VPN. If your employer or educational institution utilizes AnyConnect, this tool enables full access to network resources with a stable, secure, and reliable connection.**
 +
 +Gardez la fenêtre du terminal ouverte pendant que la session VPN est active. Les ressources réseau telles que les dossiers partagés, disques NAS, serveurs et postes de travail devraient maintenant être disponibles. Pour fermer la session VPN, tapez Ctrl+Z dans la fenêtre de terminal. Arrêter brutalement la fenêtre de terminal, sans fermer correctement la session VPN, peut entraîner des problèmes lorsque l'on tente de se reconnecter la fois suivante. Ces problèmes sont généralement résolus en redémarrant la machine.
 +
 +Comme nous l'avons vu, OpenConnect rend très facile la connexion à un VPN Cisco AnyConnect. Si votre employeur ou établissement d'enseignement utilise AnyConnect, cet outil permet un accès complet aux ressources réseau avec une connexion stable, sécurisée et fiable.
  
-External Links+**External Links
  
 Cisco AnyConnect VPN*http://www.cisco.com/c/en/us/solutions/enterprise-networks/anyconnect-secure-mobility-solution/index.html  Cisco AnyConnect VPN*http://www.cisco.com/c/en/us/solutions/enterprise-networks/anyconnect-secure-mobility-solution/index.html 
 +
 +OpenConnect
 +http://www.infradead.org/openconnect/
 +
 +TUN/TAP
 +https://www.kernel.org/doc/Documentation/networking/tuntap.txt**
 +
 +Liens externes
 +
 +Cisco AnyConnect VPN
 +http://www.cisco.com/c/en/us/solutions/enterprise-networks/anyconnect-secure-mobility-solution/index.html 
  
 OpenConnect OpenConnect
Ligne 39: Ligne 79:
 TUN/TAP TUN/TAP
 https://www.kernel.org/doc/Documentation/networking/tuntap.txt https://www.kernel.org/doc/Documentation/networking/tuntap.txt
 +
issue90/cisco_vpn.1420208856.txt.gz · Dernière modification : 2015/01/02 15:27 de andre_domenech