moata_u Asked: 2011-03-20 10:37:04 +0800 CST2011-03-20 10:37:04 +0800 CST 2011-03-20 10:37:04 +0800 CST How do I install the Cisco VPN client? 772 What is best way to install a Cisco VPN client application in Ubuntu? vpn 4 Answers Voted Best Answer Scaine 2011-03-20T13:15:41+08:002011-03-20T13:15:41+08:00 You need to install network-manager-vpnc, then configure it through network manager. sudo apt-get install network-manager-vpnc That will install vpnc, network-manager-vpnc and network-manager-vpnc-gnome. Now LEFT click on your network manager applet : And choose "Configure VPN...", then click "Add" and drop the menu to "Cisco Compatible VPN". And enter your details. To start your VPN, just follow the steps again, but instead of "Configure VPN", you'll click on the entry you created. Darek Deoniziak 2016-12-01T06:58:19+08:002016-12-01T06:58:19+08:00 There seems to be a problem on 16.04 with Cisco VPN when installing only network-manager-vpnc. Option for Cisco VPN simply doesn't show in the list. Another solution is to install sudo apt-get install openconnect network-manager-openconnect-gnome then restart network manager. Unfortunately I am unable to provide auth details. Last but not least is to do this by manually adding file to /etc/vpnc and running it through vpnc command, this one should work, more about it here: https://www.debuntu.org/how-to-connect-to-a-cisco-vpn-with-vpnc/ edit: I probably missed installing something, this works for GUI version: sudo apt-get install network-manager-vpnc network-manager-vpnc-gnome Marius Butuc 2011-08-04T13:08:54+08:002011-08-04T13:08:54+08:00 Btw, as a performance tip after successfully installing following Scaine's answer, you might also want to enable the option to only use the VPN connection for resources on its network. heiko81 2011-12-30T06:19:20+08:002011-12-30T06:19:20+08:00 There is also another way to use Cisco VPN installing kvpnc which is a vpn client for different vpn; I used it and it is quite simple to use. It is available directly in the Ubuntu Software Center: https://apps.ubuntu.com/cat/applications/natty/kvpnc/
You need to install network-manager-vpnc, then configure it through network manager.
That will install
vpnc
,network-manager-vpnc
andnetwork-manager-vpnc-gnome
.Now LEFT click on your network manager applet :
And choose "Configure VPN...", then click "Add" and drop the menu to "Cisco Compatible VPN".
And enter your details. To start your VPN, just follow the steps again, but instead of "Configure VPN", you'll click on the entry you created.
There seems to be a problem on 16.04 with Cisco VPN when installing only network-manager-vpnc. Option for Cisco VPN simply doesn't show in the list.
Another solution is to install
then restart network manager. Unfortunately I am unable to provide auth details.
Last but not least is to do this by manually adding file to /etc/vpnc and running it through vpnc command, this one should work, more about it here: https://www.debuntu.org/how-to-connect-to-a-cisco-vpn-with-vpnc/
edit: I probably missed installing something, this works for GUI version:
Btw, as a performance tip after successfully installing following
Scaine
's answer, you might also want to enable the option to only use the VPN connection for resources on its network.There is also another way to use Cisco VPN installing kvpnc which is a vpn client for different vpn; I used it and it is quite simple to use. It is available directly in the Ubuntu Software Center:
https://apps.ubuntu.com/cat/applications/natty/kvpnc/