Cisco VPN Client on Ubuntu 8.04 64-bit
mitch @ 9:06 am on June 3, 2008
Last night i decided that running the server kernel for the PAE mods isn’t really a good fix on my new ThinkPad T61, so I installed the 64bit version of Ubuntu.
I had a few issues with getting the Cisco VPN client installed but found these instructions to help.
1. Untar the VPN Client
# tar xzf vpnclient-linux-4.8.01.0640-k9.tar.gz2. Download the patch #1
# wget -q http://projects.tuxx-home.at/ciscovpn/patches/vpnclient-linux-2.6.24-final.diff3. Download the patch #2
# wget -q http://projects.tuxx-home.at/ciscovpn/patches/cisco_skbuff_offset.patch4. Change to the vpnclient diretory
# cd vpnclient5. Apply the patch #1
# patch <../vpnclient-linux-2.6.24-final.diff
patching file GenDefs.h
patching file interceptor.c6. Apply the patch #2
# patch <../cisco_skbuff_offset.patch
patching file frag.c
patching file interceptor.c
Hunk #1 succeeded at 646 (offset 16 lines).
Hunk #2 succeeded at 685 (offset 16 lines).
Hunk #3 succeeded at 807 (offset 16 lines).
patching file linuxcniapi.c
patching file linuxkernelapi.c7. Open your "Makefile" and rename the CFLAGS line to EXTRA_CFLAGS
8. Now the patches have been applied and you can safely install the client
#./vpn_install





