Configuring VPN software in Linux
This user guide will help you to configure the VPN software on your Linux device.
You can then establish a VPN connection in Linux.
1. Logging into VPN page
Open the VPN page of the University of Vienna in the browser.
Enter your u:account access data and the one-time password:
With an authentication app on smartphone:
- Open the authentication app.
- On the VPN website, enter the currently valid code in the field One-time password, which is displayed in the app in the ZID Universität Wien or ZID account.
- Before the code expires, press Logon.
With YubiKey:
- Position the cursor in the One-time password field.
- Plug the YubiKey into a USB port on your device and then press the button on the YubiKey. The one-time password is entered in the text field.
- The Logon button is activated automatically.
Hinweis
If you want to download the Linux client under Windows or macOS instead use this download link.
- Go to the Download directory, by entering the following command and then (as well as at the end of all commands mentioned in these user guides) press Enter:
cd Downloads
If the directory has a different name, replaceDownloadswith the appropriate name or path.
- Unpack the installation data
tar -xvf BIGIPLinuxClient.tgz
- Change to the directory BIGIPLinuxClient:
cd BIGIPLinuxClient
- For Debian based systems (e.g. Ubuntu, Mint) install the required package via dpkg:
sudo dpkg -i linux_f5cli.x86_64.deb
or for ARM architectures (e.g. Raspberry PI):sudo dpkg -i linux_f5cli.armhf.deb
For RPM based systems (e.g. Fedora, CentOS, Redhat) install the required package via rpm:sudo rpm –i linux_f5cli.x86_64.rpm
- Type in the local password of your device and press Enter. The software will be installed.
If you neither use a Debian nor a RPM based system, you may try the installation with the old installer insted by typing in the following command:sudo ./old-version/Install.sh
and answer all questions with yes.