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
  • 5,975
Tramway
  • 436
  • 4
  • 4
  • 1
    Would it be possible that you might be able to expand on this a bit? It's a start...but maybe say just how to use it, what it's good for. Thanks in advance. – sbergeron May 26 '15 at 14:30
  • 6
    "sudo apt-get install network-manager-openconnect-gnome" , no reboot needed, and the option appears! Thanks! – gare May 28 '15 at 09:35
  • Fantastic alternative to the Cisco client which I can't get working on Ubuntu 15.04 because it would appear it doesn't expect systemd to be the init manager. This client was not only easier to use, it was also faster for me. – hookenz Sep 02 '15 at 04:52
  • @Tramway I had installed it on my ubuntu system, though I can work with commands but, GUI is not opening for me. – Manisha Bano Jun 14 '16 at 07:16
  • @Manisha is you're using Ubuntu 16.04 see http://askubuntu.com/questions/760864/no-more-anyconnect-compatible-vpn-transport-in-ubuntu-16-04 for details – Tramway Jun 23 '16 at 07:06
  • @Tramway I am using Ubuntu 15.10 – Manisha Bano Jun 24 '16 at 09:24
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
  • 4,973
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

  • Lorin I think vpnc and AnyConnect are not the same. After following Tramway guide I was able to configure AnyConnect – Ignacio Jun 05 '15 at 21:08
  • Hi, Ignacio -- Where did you find this Tramway guide? I've been on a deep-dive into VPN on Ubuntu trying to resolve some other problems. Might it help? Thank you, sir! – Lorin Ricker Jun 05 '15 at 21:16
  • The other answer, Tramway is the user name – Ignacio Jun 05 '15 at 21:19