Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:services:network_services:vpn:linux [2020/03/16 12:53] – [NetworkManager with openconnect] sklemer | en:services:network_services:vpn:linux [2025/01/17 15:43] (current) – [OpenConnect (Linux)] sklemer | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== OpenConnect (Linux) ====== | ||
+ | On Linux systems, both the Cisco AnyConnect-Client and its open implementation **OpenConnect** can be used to connect to the **former VPN of GWDG**. | ||
+ | We encourage you to use OpenConnect. | ||
+ | |||
+ | <WRAP center round important> | ||
+ | This guide should only be used if there is a specific reason not to use [[en: | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Installation and configuration of OpenConnect (with NetworkManager) ===== | ||
+ | This tutorial has been designed and tested for Ubuntu 18.04 systems. For other distributions, | ||
+ | You can find screenshots for almost any step by clicking on " | ||
+ | |||
+ | |||
+ | 1. To install the necessary packages, run the following command and accept all the dependencies. ++ (screenshot) | | ||
+ | {{ : | ||
+ | {{ : | ||
+ | < | ||
+ | sudo apt-get install network-manager-openconnect-gnome | ||
+ | </ | ||
+ | |||
+ | Alternatively, | ||
+ | |||
+ | Afterwards log out of your current session and log back in, to activate the newly installed plugin. | ||
+ | |||
+ | |||
+ | 2. To configure the VPN connection, open your //system settings// and navigate towards //network settings//. ++ (screenshot) | | ||
+ | {{ : | ||
+ | {{ : | ||
+ | |||
+ | 3. Click on the **PLUS** symbol to the right of " | ||
+ | {{ : | ||
+ | |||
+ | 4. Choose the option **Cisco AnyConnect compatible VPN connection (openconnect)**. ++ (screenshot) | | ||
+ | {{ : | ||
+ | |||
+ | 5. Choose any name for your VPN and insert **vpn.gwdg.de** (or an alternative gateway such as vpn-b.gwdg.de) into the field **Gateway**. ++ (screenshot) | | ||
+ | {{ : | ||
+ | |||
+ | 5.5 Add " | ||
+ | {{ : | ||
+ | |||
+ | 6. Activate the VPN by clicking the toggle switch inside your //network settings//. ++ (screenshot) | | ||
+ | {{ : | ||
+ | |||
+ | Alternatively, | ||
+ | {{ : | ||
+ | |||
+ | 7. Insert your login credentials. This is typically your email address with the corresponding password. Then click on \\Login\\ ++ (screenshot) | | ||
+ | {{ : | ||
+ | |||
+ | You are now connected with the VPN. You can end the VPN session by again toggling the switch button or by clicking // | ||
+ | |||
+ | |||
+ | ===== Cisco AnyConnect-Client ===== | ||
+ | To use the Cisco AnyConnect-Client on Linux, you first have to install some dependencies. | ||
+ | On Debian based distributions such as ubuntu, this can be done with the following command. | ||
+ | < | ||
+ | sudo apt-get install zlib1g zlibc libgtk2.0-0 libgdk3.0-cil libpango-1.0-0 libpangox-1.0-0 | ||
+ | </ | ||
+ | After installing these dependencies visit [[https:// | ||