Getting ready to compile the code
sudo apt-get install build-essential linux-headers-`uname -r`Get the lastest version from cisco and untar
tar zxvf vpnclient-linux-x86_64-4.8.00.0490-k9.tar.gzMake (inside the vpnclient dir)
makeinstall vpn client
sudo ./vpn_installCreate a VPN profile with info like Host, authentication method…
sudo pico /etc/opt/cisco-vpnclient/Profiles/sample.pcfStart the VPN Service
sudo /etc/init.d/vpnclient_init startImport a given root certificate
sudo cisco_cert_mgr -R -op import -f root.cerImport a given user certificate
sudo cisco_cert_mgr -U -op import -f user.cerEstablish a connection
sudo vpnclient connect profile
Useful Links: popey.com/node/62
