Cisco Anyconnect VPN client in Linux

Before we start installation of Cisco anyconnect VPN client, I assume that Certificates has been installed in browser. If so, then follow given steps.

# downloaded the latest Linux Anyconnect client from http://www.cisco.com
tar -xvzf anyconnect-linux-2.3.0185-k9.tar.gz
cd ciscovpn/
sudo ./vpn_install.sh

# Downloaded latest firefox from http://www.mozilla.com/en-US/firefox/ and extract into /usr/local directory only.
sudo tar -xvjf firefox-3.0.5.tar.bz2 -C /usr/local

After the give below command to create soft link of library files.

for lib in libnssutil3.so libplc4.so libplds4.so libnspr4.so libsqlite3.so libnssdbm3.so libfreebl3.so ; do sudo ln -s /usr/local/firefox/$lib /opt/cisco/vpn/lib/$lib ; done

Once above mentioned steps followed, start Cisco Anyconnect VPN client and check if it is working or not. If you get Certificate errors then try using above mentioned commands using root user.

No comments:

Post a Comment