Getting openconnect vpn to work through gui

17,490

Enable the proposed repositories

https://wiki.ubuntu.com/Testing/EnableProposed

then you can install

sudo apt-get install network-manager-openconnect network-manager-openconnect-gnome

This will allow you to configure them via the NetworkManager GUI.

Share:
17,490

Related videos on Youtube

yob-v-u
Author by

yob-v-u

Updated on September 18, 2022

Comments

  • yob-v-u
    yob-v-u over 1 year

    I'm trying to add a vpn connection through the openconnect and using the gui. Even though it says that I am connected, I can't access any of the websites on the network I'm trying to connect to.

    However, if I run this command in the terminal, I am able to access the websites.

    sudo openconnect blah.google.blah
    

    So it's probably the sudo access? How can I add that to the gui?

    • THE JOATMON
      THE JOATMON over 8 years
      Same problem, Kubuntu 15.04
    • mmaceachran
      mmaceachran over 5 years
      Same problem, Ubuntu 18.04
  • David Doria
    David Doria over 7 years
    (I'm on Ubuntu 14.04) - I enabled that repository, then ran the command you suggested but I get "0 upgraded, 0 newly installed". I then tried sudo apt-get install network-manager-openconnect/xenial-proposed network-manager-openconnect-gnome/xenial-proposed but got E: Release 'xenial-proposed' for 'network-manager-openconnect' was not found E: Release 'xenial-proposed' for 'network-manager-openconnect-gnome' was not found
  • Amias
    Amias over 7 years
    14.04 is not xenial its trusty , you need to edit your apt configuration
  • David Doria
    David Doria over 7 years
    Oops, you're right, but it still didn't work: sudo apt-get install network-manager-openconnect/trusty-proposed network-manager-openconnect-gnome/trusty-proposed E: Release 'trusty-proposed' for 'network-manager-openconnect' was not found E: Release 'trusty-proposed' for 'network-manager-openconnect-gnome' was not found
  • David Doria
    David Doria over 7 years
    Note that this is the line in my sources.list deb http://us.archive.ubuntu.com/ubuntu/ trusty-proposed universe multiverse restricted main
  • Amias
    Amias over 7 years
    just to check you have done and apt-get update since adding the new repos haven't you ?
  • David Doria
    David Doria over 7 years
    Yes, I did. This is what I have installed: dpkg -l | grep '^ii' | grep network-manager-openconnect ii network-manager-openconnect 0.9.8.0-1ubuntu2 amd64 network management framework (OpenConnect plugin) ii network-manager-openconnect-gnome 0.9.8.0-1ubuntu2 amd64 network management framework (OpenConnect plugin GNOME GUI)
  • David Doria
    David Doria over 7 years
    Any other ideas?