I've installed the cisco vpn client by running:
sudo apt install vpnc network-manager-vpnc network-manager-vpnc-gnome
When I try to connect to it however, it's asking me for a Group Password. My connection credentials don't include a group password, and I don't need one to connect to the same vpn using windows 10. There is an option to select "The password is not required" for the Group Password, but when I try to connect its still prompting me for a Group Password.
Is there a way to connect to the Cisco VPN without entering a Group Password?
vpnc replaces the legacy Cisco VPN client, which used IPSec and thus required a password for a group.
Do you need to use Cisco AnyConnect?
If you need to use the newer Cisco Anyconnect client, you can install openconnect on Ubuntu using
sudo apt-get install network-manager-openconnect-gnome
This will add an Anyconnect compatible option to the VPN GUI under your network settings.You can also initiate a connection by entering
sudo openconnect YOURVPN.COM
in the terminal. This will then prompt you for credentials and group settings, much like the Cisco AnyConnect client does.If the GUI method seems confusing or isn't working at first, try the terminal method to get details about the connection you are making. I needed to restart my computer before the GUI worked. You can close the terminal connection by pressing ctrl+c in the terminal window.
After restarting, if you do not have any other credentials except a username, password, and group, you can use the GUI by:
you can use these commands to connect to Cisco VPN in terminal:
then it asks for
username
andpassword
and you are done.