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 |
---|
|
Make sure the OpenConnect version that was shipped with your Linux distribution is 7.05 or above. |
Install on Fedora
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
|
$ sudo dnf install openconnect
... |
When it asks for confirmation for the package installation, enter “Y” or “y”.
Install on CentOS (or RedHat)
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
|
$ sudo yum install epel-release
...
$ sudo yum install openconnect
... |
...
Check VPN connection status
Check if the tun0 interface is up:
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
|
$ ifconfig tun0
... |
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 10 |
---|
spaces | SERT |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
excludeCurrent | true |
---|
cql | label = "service-vpn-access" and label in ("kb-how-to-article","kb-troubleshooting-article","kb-service-desc-page") and type = "page" and space = "IKB"currentSpace() |
---|
labels | ID Password Account |
---|
|
...