Install VPNC and connect to Cisco VPN Concentrator. $ sudo apt-get install vpnc resolvconf libgcrypt11-dev $ mkdir vpncdir $ cd vpncdir $ wget http://www.joepcremers.nl/wordpress/wp-content/files/cisco-decrypt.c $ gcc -Wall -o cisco-decrypt cisco-decrypt.c $(libgcrypt-config –libs –cflags) $ chmod +x cisco-decrypt $ sudo cp cisco-decrypt /usr/bin $ wget http://www.joepcremers.nl/wordpress/wp-content/files/pcf2vpnc $ sudo chmod +x pcf2vpnc $ sudo cp pcf2vpnc /usr/bin [...]
Posts Tagged ‘cisco’
Connect To Cisco VPN Using VPNC On Ubuntu 9.10
Posted: 24th December 2009 by Joep Cremers in SoftwareTags: 9.10, cisco, tutorial, ubuntu, vpn
6
Install Cisco VPN Client On Ubuntu 9.10
Posted: 16th November 2009 by Joep Cremers in SoftwareTags: 9.10, cisco, tutorial, ubuntu, vpn
Installing Cisco VPN Client On Ubuntu 9.10 Download the latest version and avoid geting the following error messages. I used version 4.8.00.0490, but make sure you use 4.8.02.0030. Cisco Systems VPN Client Version 4.8.00 (0490) Linux Installer Copyright (C) 1998-2005 Cisco Systems, Inc. All Rights Reserved. By installing this product you agree that you have [...]