Under Linux, you have the choice between the original proprietary AnyConnect client from Cisco or the free implementation OpenConnect. In this example we use Ubuntu 20.04.

We recommend access via OpenConnect, as this is usually better integrated into the distributions and can be operated via the Network Manager, for example.

The following instructions were created under Ubuntu 20.04 LTS and should work for similar current distributions. If not, please scroll down to the older instructions below.

First, install the network-manager-openconnect via the terminal.

 

sudo apt install network-manager-openconnect

Please confirm the question to continue with “j”.

Then install the network-manager-openconnect-gnome.

 

sudo apt install network-manager-openconnect-gnome

Now create a new VPN connection under Settings - Network. To do this, click on the +.

Now select Multiprotocol VPN Client (Openconnect).

You can choose any name you like, but it makes sense to enter Uni Leipzig here.

Enter vpn.uni-leipzig.de for the gateway.

For the certificate, please select “T-TeleSec_GlobalRoot_Class_2.pem”. You can find this under Other locations - etc - ssl - certs. (In the screenshots, the file name “ca-certificates.crt” is used as an example).

In the “IPv4” tab, please adjust the DNS settings:

DNS server: 139.18.25.3, 139.18.1.2
Search domain: uni-leipzig.de

At the end, click on Add.

Now you can start the VPN and enter your user data.

Please enter your user data (@studserv.uni-leipzig.de, @uni-leipzig.de, @medizin.uni-leipzig.de) under Username.

The university login has the pattern ab12cdef. Complete it would be, for example, ab12cdef@studserv.uni-leipzig.de.

Once you are successfully connected, you will see the VPN icon in the top right corner.

  • Install the package network-manager-openconnect via terminal or via the Ubuntu Software Centre (see also here).
  • under Ubuntu 18.04 LTS you need the Gnome package for the setup in the GUI of the NetworkManager: network-manager-openconnect-gnome (which installs the normal openconnect package as a dependency)
  • Create a new VPN connection in the NetworkManager by clicking on Add.

 

Select “VPN connection compatible with Cisco AnyConnect (openconnect)” as the connection type.

Give the connection a name (e.g. UniLE OpenConnect) and enter vpn.uni-leipzig.de as the server.

In the “IPv4” tab, please adjust the DNS settings:

DNS server: 139.18.25.3, 139.18.1.2
Search domain: uni-leipzig.de

Authenticate with your user data (@studserv.uni-leipzig.de, @uni-leipzig.de, @medizin.uni-leipzig.de).

If they are successfully connected, a lock appears on the network connection icon of their status bar.

You can download the Cisco AnyConnect client in the current version 4.10 ((or the older 32-bit version) from our service portal. To do this, you may first need to log in with a user name and password. Use your university login (e.g. ab12cdef) and the corresponding password as your user name.

In a terminal, change to the directory and unpack the tag.gz archive you just downloaded. Please note that the file name depends on the current version!

  • tar -xf anyconnect-linux64-4.9.06037-predeploy-k9.tar.gz

Then change to the unpacked folder and subfolder “vpn”.

  • cd anyconnect-linux64-4.9.06037/vpn/

Make the installation file executable with chmod +x

  • chmod +x vpn_install.sh

Start the installation of the client with root rights. Confirm the query with “y”.

  • sudo ./vpn_install.sh

Now start the client.

Enter “vpn.uni-leipzig.de” as the URL and click Connect.

Enter your user name (@uni-leipzig.de, @studserv.uni-leipzig.de @medizin.uni-leipzig.de ) and your password.

You can see whether the connection was successful in the Statistics tab.