OpenConnect

OpenConnect is a client for Cisco's AnyConnect SSL VPN, which is supported by the ASA5500 Series, by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, 7200 Series and Cisco 7301 Routers, and probably others.

OpenConnect is released under the GNU Lesser Public License, version 2.1.

Like vpnc, OpenConnect is not officially supported by, or associated in any way with, Cisco Systems. It just happens to interoperate with their equipment.

Development of OpenConnect was started after a trial of their "official" client under Linux found it to have many deficiencies:

Naturally, OpenConnect addresses all of the above issues, and more.

Getting started

Before you get dismayed by the badly laid out information below, here's a simple intro to using OpenConnect.
  1. Install OpenConnect.
    Some distributions like Fedora have packages; otherwise you can download it and type 'make' to build it. To build it, you'll want development packages for libxml2, zlib and obviously OpenSSL to be installed.
  2. Install a vpnc-script.
    This script is what sets up all the addresses and routes for you; it's the same as vpnc's. You can get one from here if you don't have one — or if you need IPv6 or Solaris support, which the vpnc version lacks. (Note that the script needs to be executable, and stored somewhere where SELinux or similar security setups won't prevent the root user from accessing it.)
  3. <