-
Notifications
You must be signed in to change notification settings - Fork 0
Setup LRZ VPN without Cisco on Ubuntu
Helge Brügner edited this page Jan 23, 2020
·
2 revisions
I don't like the Cisco Anyconnect client, so I searched for a way to get the LRZ VPN to work without the need to install the software. Here it is:
- Go here, login with LRZ credentials at the bottom
- Search for the lrz.pcf, download it
- Open the file, find the line with
enc_GroupPwd=[the hash]
, and copy the hash after the equals sign - Install:
sudo apt install vpnc network-manager-vpnc network-manager-vpnc-gnome
- Run
cisco-decrypt [the hash]
(the command is part ofvpnc
) in the terminal and copy the resulting unencrypted password (found this here, thanks) - Go to the network settings, add a VPN, select vpnc, and enter the following settings:
- Gateway:
ipsec.lrz.de
- User name: (your LRZ username)
- User password: (enter if you want)
- Group name:
mwn
- Group password: (the text decrypted above)
- Done!
Keywords: Technische Universität München, TUM, Leibniz-Rechenzentrum, LRZ, Cisco, Anyconnect