Installation of Cisco AnyConnect VPN Client on to an Ubuntu Linux Machine.
This is really useful for any work you want to perform on Cisco's DCloud (Demo Cloud) in particular.
Installation of Cisco AnyConnect VPN Client
Ensure Ubuntu is up to date
sudo apt-get update or
sudo apt-get –o Acquire:ForceIPv4=true update
sudo apt-get install lib32z1 lib32ncurses5
Check distribution (32-bit or 64-bit):
uname –i
Enter this link into Firefox and download you distro as shown:
https://uci.service-now.com/kb_view.d...
Once downloaded you can move it if you like from downloads to your home directory
mv ~/Downloads/anyconnect-4.3.05017(press tab) ~/
ls
5. Unzip:
tar xvfz anyconnect-4.3.05017(press tab)
6. For the first time need to install:
cd ~/anyconnect-4.3.05017/vpn/
sudo ./vpn_install.sh
Answer Y
7. Then run the AnyConnect Client:
~/anyconnect-4.3.05017/vpn/vpnui