What is best way to install a Cisco VPN client application in Ubuntu?

link|improve this question

Which client are we talking about here? VPNC? AnyConnect? Or the network-manager-vpnc plug-in? Or are you asking "what clients are available?" in which case, I might just have answered you in this comment... – Scaine Mar 19 '11 at 19:52
am not sure ..the configuration that i have , name, password ,Authentication Type: Group Authentication,Transport Type: IPSec over UDP,Public IP address , normally i install Cisco vpn client application and add the configuration in windows BUT now am using ubuntu which application should i use ?? – moata_u Mar 19 '11 at 20:53
feedback

3 Answers

up vote 11 down vote accepted

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 :

Network Manager

And choose "Configure VPN...", then click "Add" and drop the menu to "Cisco Compatible VPN".

VPN Configureation

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.

link|improve this answer
i experienced strange "restart your pc to make authentication work" problem with this. If it says "wrong authentification just try to restart your pc". – aatdark Mar 19 '11 at 22:34
vpn connection failed...i tried make restart many times....same issue.... – moata_u Mar 20 '11 at 6:12
should i install cisco certificate...encryption method should be the same ..... – moata_u Mar 20 '11 at 6:36
thanks man...its working now...thanks – moata_u Mar 20 '11 at 9:44
You can also do a "sudo killall NetworkManager" instead of a full reboot. – WebWeasel Apr 8 '11 at 1:10
show 1 more comment
feedback

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.

link|improve this answer
good advice, another is to check that the NAT transversal is correct, for my place of work I need to use "cisco-UDP". another one is set up local routes (e.g. 192.168.1.0/255.255.255.0) to use the local gateway (e.g. 192.168.1.254) (this is important to print in local network printers). – alfC Nov 7 '11 at 6:24
feedback

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/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.