OpenConnect is a client for Cisco's AnyConnect SSL VPN and Pulse Secure's Pulse Connect Secure.
Installation
Install the openconnect package.
Usage
How hard was it for you to get Cisco AnyConnect to work on your linux install? Network manager with the openconnect and vpnc plugins worked better than anyconnect for me. Although both worked. 1 point 7 years ago. I used to use the official anyconnect client in. Our office uses openvpn, one client uses PPTP, another client uses cisco anyconnect. All of them work perfectly on windows 10, I had issues with ubuntu 16.04 so I said hey ubuntu 16.04 is too old, lets switch back to manjaro. My PC is dual booted. Openvpn: I can import the.ovpn files successfully in Manjaro, I use username and password, no keys. New user here, first post. I'm also having the same issue on a brand new Arch install, and up to date. Unfortunately 'openconnect' does not work for me (never did), and I know the Cisco version (anyconnect-linux64-4.4.01054-core-vpn-webdeploy-k9.sh) I'm trying to install works (tested in other distros).
UCL VPN Linux - Cisco AnyConnect Sep 23, 2017. I haven’t had time to troubleshoot this on Manjaro, but the following command installs the Pango Library, so. It 7 Best VPNs for AnyConnect VPN Client Install the official Cisco followed this guide. OpenVPN perfectly fine; disconnecting and Video. ) showing to Configure VPN for server can be started client on Manjaro.

See openconnect(8). Simply run openconnect as root and enter your username and password when prompted:
More advanced invocation with username and password. Input the password after running the command.
Often VPN providers are offering different authentication groups for different access configurations like for example for a full tunnel or split tunnel connection. To show the different offered auth-groups and to get more information about the connection to the server in general use:
Sometimes, connecting to a Cisco VPN, the CSD (Cisco Secure Desktop) mechanism is required (see: https://www.infradead.org/openconnect/csd.html). In that case using the '--csd-wrapper' parameter can help, the wrappers are stored under '/usr/lib/openconnect/'.
Juniper Pulse Client
In order to connect to a Pulse Connect Secure server you need to know the SHA-1 of its certificate.
Split routing
Split routing can be achieved using vpn-slice-gitAUR in place of vpnc-script, so that you can selectively access hosts over the VPN but otherwise remain on your own LAN. Example:
Integration
NetworkManager
Cisco Anyconnect Updates
Install the networkmanager-openconnect package, then restartNetworkManager.service
.
Configure and connect with nm-applet (NetworkManager's icon tray utility from network-manager-applet) or similar utility.
Cisco Anyconnect Manjaro Linux
See NetworkManager for details.
netctl

A simple tuntap
netctl.profile(5) can be used to integrate OpenConnect in the normal Netctl workflow. For example:
Manjaro Cisco Anyconnect Password
This allows execution like:
Note that this relies on LOCAL_USERNAME
having a gpg-agent running, with the passphrase for the PGP key already cached.
If pass’ interactive query is wanted, use the following line for PASSWORD_CMD
:
Adjust the DISPLAY
variable as necessary.
So if the official instructions don’t enable you to get the UCL VPN service working with the official Cisco client then you should try the following
From testing on various distros, it appears that the Pango Library is required by the client software, not having this generally prevents the software from launching without an obvious error
I’ve tried the following distributions and these all work with the 64bit version of the AnyConnect client version 4.3.02039 or above
- Ubuntu 16.04 LTS
- Linux Mint 18
- Zorin OS 9
- OpenSuse 42.1
- Fedora 25
you can enter the following commands into Terminal to ensure you have the Pango Library installed
Ubuntu
OpenSuse
Install Cisco Anyconnect
sudo zypper install libpangox-1_0-0
Fedora
Manjaro Cisco Anyconnect App
sudo dnf install pangox-compat
Zorin & Mint both worked out of the box and didn’t require any items to get the Cisco AnyConnect client working
Manjaro Cisco Anyconnect Login
Install the library and then follow the guidelines in the UCL Setup guide, that’s all that’s needed - for reference - UCL VPN Guide
I haven’t had time to troubleshoot this on Manjaro, but the following command installs the Pango Library, so thats a good place to start.
sudo pacman -S pangox-compat
