Skip to content

Instantly share code, notes, and snippets.

@yuankaiz
Last active January 9, 2021 05:38
Show Gist options
  • Save yuankaiz/84ab4fa6b43714c51c075669b7fa5d5e to your computer and use it in GitHub Desktop.
Save yuankaiz/84ab4fa6b43714c51c075669b7fa5d5e to your computer and use it in GitHub Desktop.
Configure GU Cisco anyConnect VPN on Ubuntu 14.04

This gist shows steps for connecting to GU Cisco anyConnect VPN on Ubuntu 14.04

  • Install some packages:
    1. sudo apt-get install network-manager-vpnc
    2. sudo apt-get install network-manager-pptp
    3. sudo apt-get install network-manager-openvpn
    4. sudo apt-get install network-manager-openconnect-gnome
  • Then click Network -> VPN Connections -> Configure VPN...
  • When adding VPN connection, choose Connection Type "Cisco AnyConnect Compatible VPN (openconnect)"
  • Set gateway as guvpn.georgetown.edu
  • Connect!
@ghjk3695
Copy link

ghjk3695 commented Jan 9, 2021

Tested on Ubuntu 20.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment