Skip to content

Instantly share code, notes, and snippets.

@sandheepg
Created March 8, 2017 07:14
Show Gist options
  • Select an option

  • Save sandheepg/4b9c88a2578199797c7e880956ba4b9c to your computer and use it in GitHub Desktop.

Select an option

Save sandheepg/4b9c88a2578199797c7e880956ba4b9c to your computer and use it in GitHub Desktop.
Install cisco vpn client on ubuntu

Ubuntu ships by default with the plugin for the Point-to-Point Tunneling Protocol (PPTP), but we need the plugin for the Cisco Compatible VPN (vpnc), that provides easy access to Cisco Connector based VPNs. To install the vpnc plugin, follow the below instructions

Open Ubuntu Software Center and install Openconnect
sudo apt-get install vpnc
sudo apt-get install network-manager-vpnc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment