Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Viewport için gerekli Save işlemi.

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.

Warning
titleOpenConnect version

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

Install on Fedora

Code Block
languagebash
themeMidnight
$ sudo dnf install openconnect
...

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

Install on CentOS (or RedHat)

Code Block
languagebash
themeMidnight
$ sudo yum install epel-release
...
$ sudo yum install openconnect
...

...

Check VPN connection status

Check if the tun0 interface is up:

Code Block
languagebash
themeMidnight
$ ifconfig tun0
...

...