23

I installed Cisco AnyConnect Compatible VPN (openconnect)

$ sudo apt-get install network-manager-openconnect
Reading package lists... Done
Building dependency tree       
Reading state information... Done
network-manager-openconnect is already the newest version.

But when I go to add a VPN I don't have the option of adding an openconnect vpn

screenshot

I had this working with no problems in 14.04 :( Ideas?

Thanks!

Ignacio
  • 817

4 Answers4

32

This one helped me: network-manager-openconnect-gnome

jumpnett
  • 6,185
Tramway
  • 436
8

Install network-manager-openconnect and network-manager-openconnect-gnome packages with this command

sudo apt-get install network-manager-openconnect network-manager-openconnect-gnome
storm
  • 5,013
1

You need to install network-manager-openconnect-gnome and restart (sudo service networking restart)the network-manager. A reboot will fix the problem too.

0

With respect, Ignacio, I'm not sure what your problem or question is... When you installed the network-manager-openconnect package, that's what gets you to openconnect VPNs -- What's perhaps misleading is that the "right choice" appears in the Network Manager's drop-down list of VPNs to add -- see right under the "VPN" subsection: "Cisco Compatible VPN (vpnc)" <<== That's it! OpenConnect! I'm sure because I just did this same package install myself earlier this week... ;-)

Does this help you? -- Lorin