Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


vpn_client

CISCO AnyConnect VPN Client

For linux, an alternative is using OpenVPN.

The 32-bit version installs okay on a 32-bit linux machine.

The 64 bit linux version does not work - connection gives error message.

To install the 32-bit version on a 64-bit linux machine, you need to do the following:

yum install libxml++.i686 atk.i686 gtk2.i686

Then when starting the vpn /opt/cisco/vpn/bin/vpnui you will still get some error messages going by but it works.

Note that after a new kernel install, you need to do the following:

cd vpnclient
./vpn_install
cd /opt/cisco-vpnclient/bin/
ll
chmod 4111 cvpnd
ll
/etc/init.d/vpnclient_init restart
vpn_client.txt · Last modified: 2013/09/25 16:22 by juckins