Skip to main content Skip to navigation

Cisco AnyConnect VPN Client Manual Install

NOTE: Before installing the Cisco AnyConnect VPN Client you will need Admin rights to your machine. You may have to arrange this through your relevant local IT support.

In the event that your client is not installed automatically, the screen below will appear. Just click on the link within the window to start the installation process.

client manual install1

 

 

 

 

 

 

 

 

 

 

 

Next, either click save to save the AnyConnect client locally to a temp folder or install immediately by clicking run.

client manual install2

 

 

 

 

 

 

 

 

 

 

 

 

When the AnyConnect client is installed, to connect for the first time enter campusvpn.warwick.ac.uk in the connect to box, followed by your username and password then click Connect.


Using the Manual Install Option on Mac OS if the Java Installer Fails

If you use WebLaunch to start AnyConnect on a Mac and the Java installer fails, a dialog box presents a Manual Install link. Proceed as follows:

1. Click on the circled link within the Manual Installation window below.

(The Mac OS link details may vary depending on your Mac OS)

CiscoAnyConnect Manual Mac OS Install

(A dialog box presents the option to save the vpnsetup.sh file.)

2. Save the vpnsetup.sh file on the Mac.

3. Open a Terminal window and use the CD command to navigate to the directory containing the file saved.

4. Enter the following command: sudo /bin/sh vpnsetup.sh

(The vpnsetup script starts the AnyConnect installation)

5. Following the installation, choose Applications > Cisco > Cisco AnyConnect VPN Client to initiate an AnyConnect session.

Note: You may need to enter campusvpn.warwick.ac.uk in the connect to box, followed by your username and password then click Connect.


Manual Installation for Ubuntu Linux 14.04, 16.04 (LTS) - 64-bit only

Note: Version 17.04 is End Of Life.

Step 1 Enter the following command to install the 64-bit library:

$ sudo apt-get install libtiff5 libtiff5-dev

Step 2 Download the 64-bit version of Firefox from http://www.mozilla.com and install it on /usr/local/firefox.
The client looks in this directory first for the NSS crypto libraries it needs.

Step 3 Enter the following command to extract the Firefox installation to the directory indicated:

$ sudo tar -C /usr/local -xvjf ~/Desktop/firefox-version.tar.bz2

Step 4 Run Firefox at least once as the user who will use AnyConnect.

Doing so creates the .mozilla/firefox profile in the user's home directory, which is required by
AnyConnect for interacting with the Firefox certificate store.

Step 5 Install the AnyConnect client in standalone mode.

Step 6 Launch your web browser and go https://vpn.warwick.ac.uk

  • Log in with your IT Services username and password.
  • The Java Applet will run and try and install the client automatically, which will fail. However, you will be offered a link to download the client for manual installation.
  • Download the file which is called vpnsetup.sh

Step 7 Launch Gnome-Terminal (in the GNOME Menu under Applications -> Accessories -> Terminal) and navigate to where you saved the file and run it. If you don't know where it was saved it's probably in a directory called Downloads.

$ cd Downloads
$ chmod u+x vpnsetup.sh
$ sudo ./vpnsetup.sh

You can then launch the client using the icon 'Cisco AnyConnect VPN Client' in the GNOME menu under Applications -> Internet.
When you run the client for the first time you may have to enter vpn.warwick.ac.uk in the 'Connect to:' field.

If you want to launch the Cisco VPN client from the command line you can do so with

$ /opt/cisco/anyconnect/bin/vpnui

Connecting to the campus VPN using OpenConnect client on Linux.

Tested with GNOME desktop environment on Fedora 26 and CentOS 7.4.

Note: The OpenConnect client is unsupported by Cisco, and is for use as an alternative to the Cisco AnyConnect client for Linux users.

1] Install these two packages: NetworkManager-openconnect NetworkManager-openconnect-gnome

2] Run this command as a regular user

$ nmcli connection add con-name vpn.warwick.ac.uk type vpn vpn-type org.freedesktop.NetworkManager.openconnect ifname "*" connection.permissions user:${USER} vpn.data gateway=vpn.warwick.ac.uk

To connect to the VPN you can use this command

$ nmcli connection up campusvpn.warwick.ac.uk

or use the GNOME System Menu

gnome_connect_vpn


Uninstalling the AnyConnect client

Windows:

  1. Open the Control Panel.
  2. Open Programs and then Programs and Features (Windows 7 & Vista) or Add/Remove Programs (Windows XP).
  3. Find the entry for Cisco AnyConnect VPN Client, select it and then click on the Uninstall button (Windows 7 & Visa) or Remove button (Winows XP) to uninstalled it.

Mac OSX:

  1. Open the Applications folder and then the Cisco folder.
  2. Double click on Uninstall AnyConnect to start the uninstall process.
  3. Follow the prompts to uninstall

Linux:

  1. Uninstalling the client
  2. The client comes with an uninstallation script
  3. $ sudo /opt/cisco/anyconnect/bin/anyconnect_uninstall.sh
  4. However it doesn't actually uninstall everything properly, it removes files but leaves behind directories. You can clean up what it leaves behind by deleting the directory /opt/cisco/
  5. $ sudo rm -r /opt/cisco
  6. The per-user configuration is stored in your home directory in a file called .anyconnect