Skip to the content

Kansas State University

Linux VPN Client Installation

To install the Cisco VPN client for Linux, follow the steps below. You will need your eID and password to download the installation files.

  1. Download the installation file:
    VPN client for 32-bit Linux
    VPN client for 64-bit Linux
  2. When your browser prompts you to Save or Open, click the "Open" button. (NOTE: On some browsers, you may see a "Run" option instead of "Open". In this case, select the "Run" option and click "OK".)
  3. For Linux, the client files are contained in a tar/gz file. Unpack the archive with a tar command.
    tar xvzf AnyConnect-Linux-Release-2.0.0xxx.tar.gz
  4. The files necessary for installation are placed in the folder ciscovpn.
  5. Change to the ciscovpn folder. As a root user, run the script named vpn_install.sh.
    [root@linuxhost]# cd ciscovpn
    [root@linuxhost]# ./vpn_install.sh
  6. The client installs in the directory /opt/cisco/vpn. This script also installs the daemon vpnagentd and sets it up as a service that is automatically started when the system boots.
  7. After installing the client, you can start the client manually from the user interface with the Linux command /opt/cisco/vpn/bin/vpnui or with the client CLI command /opt/cisco/vpn/bin/vpn. (Or find the executable in your GUI).
  8. You will be prompted to enter a secure gateway.

  9. Enter vpn.net.k-state.edu into the “Connect to” field and click “Connect.”

  10. Enter your eID and password and click "Connect".
    • The .KStateVPN group should be used when connecting from home or another trusted location.
    • The .KStateVPNFull_Tunnel group should be used when connecting from public Internet spots with no security like airports, coffee shops, or hotel Internet connections.

You should now be connected to the K-State network.