Skip to main content

Install and configure Open Source VPN client on Linux

OpenConnect is an open source SSL VPN client shipped with widely used Linux distributions like Fedora, Arch, Debian, Centos or Ubuntu. It can be used as an alternative to Pulse Secure Client.

OpenConnect version

Make sure the OpenConnect version that was shipped with your Linux distribution is 7.05 or above.

Install on Fedora

BASH
$ sudo dnf install openconnect
...

When it asks for confirmation for the package installation, enter “Y” or “y”.

Install on CentOS (or RedHat)

BASH
$ sudo yum install epel-release
...
$ sudo yum install openconnect
...

Install on Ubuntu (or Debian)

BASH
$ sudo apt-get install openconnect
...

Install on Arch

BASH
$ sudo pacman -S openconnect
...

Connect to VPN

BASH
$ sudo openconnect --juniper vpn.ku.edu.tr/linux
...

Use your KU NetID and Password to authenticate.

Terminal window where the connection has been established must remain open or your VPN connection will be lost.

Check VPN connection status

Check if the tun0 interface is up:

BASH
$ ifconfig tun0
...

Disconnect from VPN

Terminate the openconnect command with CTRL+C or close the terminal window


Related Content


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.