This is our first trip outside of the US. We were recommended by Wendy’s friend to visit Cancun. They told us they came to Moon Palace Resort - an all inclusive resort. It’s a little pricey, but it’s worth the money once I saw the place with my own eyes. The resort is […]
Monthly Archive for December, 2007
Setting up Cisco VPN Client on Ubuntu
Posted in Linux, Techs/Computers on Dec 6th, 2007
Download vpnclient-linux-4.8.00.0490-k9.tar.gz and extract it to your home directory
$ tar xvfz vpnclient-linux-4.8.00.0490-k9.tar.gz ~
Download the patch to your home directory and patch the installer.
$ cd ~/vpnclient
$ patch < ../vpnclient-linux-2.6.22.diff
Installing the VPN Client
$ sudo ./vpn_install
Starting VPN Client service
$ sudo /etc/init.d/vpnclient_init start
Copy VPN Profiles to /etc/opt/cisco-vpnclient/Profiles/ and changes permission of the *.pcf files
$ chmod 777 /etc/opt/cisco-vpnclient/Profiles/*.pcf
Last change […]