Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cisco VPN client on Ubuntu 16.04 LTS

I am trying to install Cisco VPN Client on Ubuntu, but I am facing problems. So How can I install it on Ubuntu 16.04 LTS ?

like image 820
SK7 Avatar asked May 20 '16 13:05

SK7


People also ask

Does Cisco AnyConnect work on Linux?

AnyConnect client for Linux, Windows and macOS is available on Downloads page . Login with your Cisco account credentials and download the latest anyconnect-linux64* package.


2 Answers

Run

sudo apt-get install network-manager-vpnc network-manager-vpnc-gnome 

Then open network manager and add a new VPN, it should show Cisco Compatible VPN in your list now.

like image 121
Amir Mofakhar Avatar answered Sep 20 '22 01:09

Amir Mofakhar


I was using the Cisco AnyConnect Client for Linux during the last months, which was in general working, but had a few major bugs. Most important: whenever you disconnected (also by just switching to another network), you would have to completely restart the computer to make the VPN work again.

I now switched to the open source client called OpenConnect, which is compatible with Cisco's AnyConnect SSL VPN but just works a lot more reliable. To install and enable the VPN, have a look at this: https://people.eng.unimelb.edu.au/lucasjb/oc.html

Edit: just saw that OpenConnect was already proposed in a comment. Leave this answer here as it provides some additional information and a step-by-step manual

like image 25
Ursin Brunner Avatar answered Sep 22 '22 01:09

Ursin Brunner