Can't Find What You Need?
Have a Suggestion?
Browse by Category
Development of this FAQ is ongoing.
The installation should be similar on various Linux distributions, but experiences may vary.
These instructions require that your user account has sudo access.
Run...
cp ~/Downloads/anyconnect-linux64-4_8_01090-core-vpn-webdeploy-k9.sh /tmp |
---|
Run the downloaded script as root
Become the root user. Run and if prompted, provide username/password information to gain superuser permissions...
sudo -i |
---|
Set the umask...
umask 022 |
---|
Run the VPN install script...
sh /tmp/anyconnect-linux64-4_8_01090-core-vpn-webdeploy-k9.sh |
---|
Exit sudo...
exit |
---|
Run the VPN AnyConnect Software
The graphical interface for the VPN Anyconnect Software client must be used - the command line version will not work because of the Duo Multi-factor authentication requirement.
Run the following in a terminal or the Cisco Anyconnect Secure Mobility Client program from your GUI application menu.
/opt/cisco/anyconnect/bin/vpnui |
---|
A window will open to enter your NinerNET credentials followed by Duo authentication
To disconnect from the VPN, click the Disconnect button in vpnui
You may get an error that says "AnyConnect cannot confirm it is connected to your secure gateway" when you try to connect to the VPN in Step #4. This happens because the Cisco AnyConnect maintains its own list of certificates to authenticate remote servers - it does not use the system's certificates. The Cisco AnyConnect certificate database is in /opt/.cisco/certicates/ca
It is likely that your installation of Linux has the right certificates already because they are frequently included with web browsers and other tools.
To remediate, copy the USERTrust certificates by doing:
sudo cp /etc/ssl/certs/USERTrust_* /opt/.cisco/certificates/ca/ |
---|
Retry Step #4