<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How to install Cisco VPN client on Ubuntu Hardy Heron 8.04 64 bit</title>
	<atom:link href="http://www.lamnk.com/blog/domain/how-to-install-cisco-vpn-client-on-ubuntu-hardy-heron-804/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lamnk.com/blog/domain/how-to-install-cisco-vpn-client-on-ubuntu-hardy-heron-804/</link>
	<description>Free your mind ... and your ass will follow</description>
	<pubDate>Thu, 20 Nov 2008 15:53:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Göran</title>
		<link>http://www.lamnk.com/blog/domain/how-to-install-cisco-vpn-client-on-ubuntu-hardy-heron-804/#comment-1302</link>
		<dc:creator>Göran</dc:creator>
		<pubDate>Wed, 05 Nov 2008 10:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamnk.com/blog/?p=57#comment-1302</guid>
		<description>Thanks man, the flag and the 64bit patch made it work on my fedora 9 installation :)</description>
		<content:encoded><![CDATA[<p>Thanks man, the flag and the 64bit patch made it work on my fedora 9 installation <img src='http://www.lamnk.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steven</title>
		<link>http://www.lamnk.com/blog/domain/how-to-install-cisco-vpn-client-on-ubuntu-hardy-heron-804/#comment-1289</link>
		<dc:creator>steven</dc:creator>
		<pubDate>Fri, 12 Sep 2008 02:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamnk.com/blog/?p=57#comment-1289</guid>
		<description>thanks a lot... it is working for me now...

[root@lin1 vpnclient]# cp -p Makefile Makefile.back
*******************************************
[root@lin1 vpnclient]# vi Makefile
########
replace
CFLAGS += -mcmodel=kernel -mno-red-zone
with
EXTRA_CFLAGS += -mcmodel=kernel -mno-red-zone
#######
********************************************
[root@lin1 vpnclient]# wget lamnk.com/vpnclient-linux-2.6.24-final.diff
–2008-09-11 22:28:52– http://lamnk.com/vpnclient-linux-2.6.24-final.diff
Resolving lamnk.com… 69.73.155.56
Connecting to lamnk.com&#124;69.73.155.56&#124;:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 3989 (3.9K) [text/plain]
Saving to: `vpnclient-linux-2.6.24-final.diff’

100%[======================================&#62;] 3,989 –.-K/s in 0.04s

2008-09-11 22:28:52 (95.4 KB/s) - `vpnclient-linux-2.6.24-final.diff’ saved [3989/3989]

[root@lin1 vpnclient]# wget lamnk.com/cisco_skbuff_offset.patch
–2008-09-11 22:28:58– http://lamnk.com/cisco_skbuff_offset.patch
Resolving lamnk.com… 69.73.155.56
Connecting to lamnk.com&#124;69.73.155.56&#124;:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 4586 (4.5K) [text/plain]
Saving to: `cisco_skbuff_offset.patch’

100%[======================================&#62;] 4,586 –.-K/s in 0.04s

2008-09-11 22:28:58 (107 KB/s) - `cisco_skbuff_offset.patch’ saved [4586/4586]

[root@lin1 vpnclient]# patch &#60; ./vpnclient-linux-2.6.24-final.diff
patching file GenDefs.h
patching file interceptor.c
[root@lin1 vpnclient]# patch &#60; ./cisco_skbuff_offset.patch
(Stripping trailing CRs from patch.)
patching file frag.c
(Stripping trailing CRs from patch.)
patching file interceptor.c
Hunk #1 succeeded at 646 (offset 16 lines).
Hunk #3 succeeded at 807 (offset 16 lines).
(Stripping trailing CRs from patch.)
patching file linuxcniapi.c
(Stripping trailing CRs from patch.)
patching file linuxkernelapi.c
[root@lin1 vpnclient]# ./vpn_install
Cisco Systems VPN Client Version 4.8.01 (0640) Linux Installer
Copyright (C) 1998-2006 Cisco Systems, Inc. All Rights Reserved.

By installing this product you agree that you have read the
license.txt file (The VPN Client license) and will comply with
its terms.

Directory where binaries will be installed [/usr/local/bin]

Automatically start the VPN service at boot time [yes]

In order to build the VPN kernel module, you must have the
kernel headers for the version of the kernel you are running.

Directory containing linux kernel source code [/lib/modules/2.6.25.4-30.fc9.x86_64/build]

* Binaries will be installed in “/usr/local/bin”.
* Modules will be installed in “/lib/modules/2.6.25.4-30.fc9.x86_64/CiscoVPN”.
* The VPN service will be started AUTOMATICALLY at boot time.
* Kernel source from “/lib/modules/2.6.25.4-30.fc9.x86_64/build” will be used to build the module.

Is the above correct [y]

Making module
make -C /lib/modules/2.6.25.4-30.fc9.x86_64/build SUBDIRS=/root/Desktop/vpnclient/vpnclient/vpnclient modules
make[1]: Entering directory `/usr/src/kernels/2.6.25.4-30.fc9.x86_64′
CC [M] /root/Desktop/vpnclient/vpnclient/vpnclient/linuxcniapi.o
CC [M] /root/Desktop/vpnclient/vpnclient/vpnclient/frag.o
CC [M] /root/Desktop/vpnclient/vpnclient/vpnclient/IPSecDrvOS_linux.o
CC [M] /root/Desktop/vpnclient/vpnclient/vpnclient/interceptor.o
CC [M] /root/Desktop/vpnclient/vpnclient/vpnclient/linuxkernelapi.o
LD [M] /root/Desktop/vpnclient/vpnclient/vpnclient/cisco_ipsec.o
Building modules, stage 2.
MODPOST 1 modules
WARNING: could not find /root/Desktop/vpnclient/vpnclient/vpnclient/.libdriver64.so.cmd for /root/Desktop/vpnclient/vpnclient/vpnclient/libdriver64.so
CC /root/Desktop/vpnclient/vpnclient/vpnclient/cisco_ipsec.mod.o
LD [M] /root/Desktop/vpnclient/vpnclient/vpnclient/cisco_ipsec.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.25.4-30.fc9.x86_64′
Copying module to directory “/lib/modules/2.6.25.4-30.fc9.x86_64/CiscoVPN”.
Already have group ‘bin’

Creating start/stop script “/etc/init.d/vpnclient_init”.
/etc/init.d/vpnclient_init
Enabling start/stop script for run level 3,4 and 5.

Installing license.txt (VPN Client license) in “/opt/cisco-vpnclient/”:
/opt/cisco-vpnclient/license.txt

Installing bundled user profiles in “/etc/opt/cisco-vpnclient/Profiles/”:
* Replaced Profiles: sample

Copying binaries to directory “/opt/cisco-vpnclient/bin”.
Adding symlinks to “/usr/local/bin”.
/opt/cisco-vpnclient/bin/vpnclient
/opt/cisco-vpnclient/bin/cisco_cert_mgr
/opt/cisco-vpnclient/bin/ipseclog
Copying setuid binaries to directory “/opt/cisco-vpnclient/bin”.
/opt/cisco-vpnclient/bin/cvpnd
Copying libraries to directory “/opt/cisco-vpnclient/lib”.
/opt/cisco-vpnclient/lib/libvpnapi.so
Copying header files to directory “/opt/cisco-vpnclient/include”.
/opt/cisco-vpnclient/include/vpnapi.h

Setting permissions.
/opt/cisco-vpnclient/bin/cvpnd (setuid root)
/opt/cisco-vpnclient (group bin readable)
/etc/opt/cisco-vpnclient (permissions not changed)
* You may wish to change these permissions to restrict access to root.
* You must run “/etc/init.d/vpnclient_init start” before using the client.
* This script will be run AUTOMATICALLY every time you reboot your computer.
[root@lin1 vpnclient]# /etc/init.d/vpnclient_init start
Starting /opt/cisco-vpnclient/bin/vpnclient: Done</description>
		<content:encoded><![CDATA[<p>thanks a lot&#8230; it is working for me now&#8230;</p>
<p>[root@lin1 vpnclient]# cp -p Makefile Makefile.back<br />
*******************************************<br />
[root@lin1 vpnclient]# vi Makefile<br />
########<br />
replace<br />
CFLAGS += -mcmodel=kernel -mno-red-zone<br />
with<br />
EXTRA_CFLAGS += -mcmodel=kernel -mno-red-zone<br />
#######<br />
********************************************<br />
[root@lin1 vpnclient]# wget lamnk.com/vpnclient-linux-2.6.24-final.diff<br />
–2008-09-11 22:28:52– <a href="http://lamnk.com/vpnclient-linux-2.6.24-final.diff"  rel="nofollow">http://lamnk.com/vpnclient-linux-2.6.24-final.diff</a><br />
Resolving lamnk.com… 69.73.155.56<br />
Connecting to lamnk.com|69.73.155.56|:80… connected.<br />
HTTP request sent, awaiting response… 200 OK<br />
Length: 3989 (3.9K) [text/plain]<br />
Saving to: `vpnclient-linux-2.6.24-final.diff’</p>
<p>100%[======================================&gt;] 3,989 –.-K/s in 0.04s</p>
<p>2008-09-11 22:28:52 (95.4 KB/s) - `vpnclient-linux-2.6.24-final.diff’ saved [3989/3989]</p>
<p>[root@lin1 vpnclient]# wget lamnk.com/cisco_skbuff_offset.patch<br />
–2008-09-11 22:28:58– <a href="http://lamnk.com/cisco_skbuff_offset.patch"  rel="nofollow">http://lamnk.com/cisco_skbuff_offset.patch</a><br />
Resolving lamnk.com… 69.73.155.56<br />
Connecting to lamnk.com|69.73.155.56|:80… connected.<br />
HTTP request sent, awaiting response… 200 OK<br />
Length: 4586 (4.5K) [text/plain]<br />
Saving to: `cisco_skbuff_offset.patch’</p>
<p>100%[======================================&gt;] 4,586 –.-K/s in 0.04s</p>
<p>2008-09-11 22:28:58 (107 KB/s) - `cisco_skbuff_offset.patch’ saved [4586/4586]</p>
<p>[root@lin1 vpnclient]# patch &lt; ./vpnclient-linux-2.6.24-final.diff<br />
patching file GenDefs.h<br />
patching file interceptor.c<br />
[root@lin1 vpnclient]# patch &lt; ./cisco_skbuff_offset.patch<br />
(Stripping trailing CRs from patch.)<br />
patching file frag.c<br />
(Stripping trailing CRs from patch.)<br />
patching file interceptor.c<br />
Hunk #1 succeeded at 646 (offset 16 lines).<br />
Hunk #3 succeeded at 807 (offset 16 lines).<br />
(Stripping trailing CRs from patch.)<br />
patching file linuxcniapi.c<br />
(Stripping trailing CRs from patch.)<br />
patching file linuxkernelapi.c<br />
[root@lin1 vpnclient]# ./vpn_install<br />
Cisco Systems VPN Client Version 4.8.01 (0640) Linux Installer<br />
Copyright (C) 1998-2006 Cisco Systems, Inc. All Rights Reserved.</p>
<p>By installing this product you agree that you have read the<br />
license.txt file (The VPN Client license) and will comply with<br />
its terms.</p>
<p>Directory where binaries will be installed [/usr/local/bin]</p>
<p>Automatically start the VPN service at boot time [yes]</p>
<p>In order to build the VPN kernel module, you must have the<br />
kernel headers for the version of the kernel you are running.</p>
<p>Directory containing linux kernel source code [/lib/modules/2.6.25.4-30.fc9.x86_64/build]</p>
<p>* Binaries will be installed in “/usr/local/bin”.<br />
* Modules will be installed in “/lib/modules/2.6.25.4-30.fc9.x86_64/CiscoVPN”.<br />
* The VPN service will be started AUTOMATICALLY at boot time.<br />
* Kernel source from “/lib/modules/2.6.25.4-30.fc9.x86_64/build” will be used to build the module.</p>
<p>Is the above correct [y]</p>
<p>Making module<br />
make -C /lib/modules/2.6.25.4-30.fc9.x86_64/build SUBDIRS=/root/Desktop/vpnclient/vpnclient/vpnclient modules<br />
make[1]: Entering directory `/usr/src/kernels/2.6.25.4-30.fc9.x86_64′<br />
CC [M] /root/Desktop/vpnclient/vpnclient/vpnclient/linuxcniapi.o<br />
CC [M] /root/Desktop/vpnclient/vpnclient/vpnclient/frag.o<br />
CC [M] /root/Desktop/vpnclient/vpnclient/vpnclient/IPSecDrvOS_linux.o<br />
CC [M] /root/Desktop/vpnclient/vpnclient/vpnclient/interceptor.o<br />
CC [M] /root/Desktop/vpnclient/vpnclient/vpnclient/linuxkernelapi.o<br />
LD [M] /root/Desktop/vpnclient/vpnclient/vpnclient/cisco_ipsec.o<br />
Building modules, stage 2.<br />
MODPOST 1 modules<br />
WARNING: could not find /root/Desktop/vpnclient/vpnclient/vpnclient/.libdriver64.so.cmd for /root/Desktop/vpnclient/vpnclient/vpnclient/libdriver64.so<br />
CC /root/Desktop/vpnclient/vpnclient/vpnclient/cisco_ipsec.mod.o<br />
LD [M] /root/Desktop/vpnclient/vpnclient/vpnclient/cisco_ipsec.ko<br />
make[1]: Leaving directory `/usr/src/kernels/2.6.25.4-30.fc9.x86_64′<br />
Copying module to directory “/lib/modules/2.6.25.4-30.fc9.x86_64/CiscoVPN”.<br />
Already have group ‘bin’</p>
<p>Creating start/stop script “/etc/init.d/vpnclient_init”.<br />
/etc/init.d/vpnclient_init<br />
Enabling start/stop script for run level 3,4 and 5.</p>
<p>Installing license.txt (VPN Client license) in “/opt/cisco-vpnclient/”:<br />
/opt/cisco-vpnclient/license.txt</p>
<p>Installing bundled user profiles in “/etc/opt/cisco-vpnclient/Profiles/”:<br />
* Replaced Profiles: sample</p>
<p>Copying binaries to directory “/opt/cisco-vpnclient/bin”.<br />
Adding symlinks to “/usr/local/bin”.<br />
/opt/cisco-vpnclient/bin/vpnclient<br />
/opt/cisco-vpnclient/bin/cisco_cert_mgr<br />
/opt/cisco-vpnclient/bin/ipseclog<br />
Copying setuid binaries to directory “/opt/cisco-vpnclient/bin”.<br />
/opt/cisco-vpnclient/bin/cvpnd<br />
Copying libraries to directory “/opt/cisco-vpnclient/lib”.<br />
/opt/cisco-vpnclient/lib/libvpnapi.so<br />
Copying header files to directory “/opt/cisco-vpnclient/include”.<br />
/opt/cisco-vpnclient/include/vpnapi.h</p>
<p>Setting permissions.<br />
/opt/cisco-vpnclient/bin/cvpnd (setuid root)<br />
/opt/cisco-vpnclient (group bin readable)<br />
/etc/opt/cisco-vpnclient (permissions not changed)<br />
* You may wish to change these permissions to restrict access to root.<br />
* You must run “/etc/init.d/vpnclient_init start” before using the client.<br />
* This script will be run AUTOMATICALLY every time you reboot your computer.<br />
[root@lin1 vpnclient]# /etc/init.d/vpnclient_init start<br />
Starting /opt/cisco-vpnclient/bin/vpnclient: Done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cesar_spain</title>
		<link>http://www.lamnk.com/blog/domain/how-to-install-cisco-vpn-client-on-ubuntu-hardy-heron-804/#comment-1284</link>
		<dc:creator>cesar_spain</dc:creator>
		<pubDate>Thu, 04 Sep 2008 16:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamnk.com/blog/?p=57#comment-1284</guid>
		<description>Script for VPN client installation in Ubuntu 8. Hope it helps.

http://ubuntuforums.org/showthread.php?p=5725544&#38;posted=1#post5725544</description>
		<content:encoded><![CDATA[<p>Script for VPN client installation in Ubuntu 8. Hope it helps.</p>
<p><a href="http://ubuntuforums.org/showthread.php?p=5725544&amp;posted=1#post5725544" onclick="javascript:pageTracker._trackPageview('/http://ubuntuforums.org/showthread.php?p=5725544&amp;posted=1#post5725544');" rel="nofollow">http://ubuntuforums.org/showthread.php?p=5725544&amp;posted=1#post5725544</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bravo</title>
		<link>http://www.lamnk.com/blog/domain/how-to-install-cisco-vpn-client-on-ubuntu-hardy-heron-804/#comment-1281</link>
		<dc:creator>Bravo</dc:creator>
		<pubDate>Wed, 03 Sep 2008 17:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamnk.com/blog/?p=57#comment-1281</guid>
		<description>Thanks for these instructions, worked perfectly for me!</description>
		<content:encoded><![CDATA[<p>Thanks for these instructions, worked perfectly for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Welcome To The Mind &#187; Linux on the laptop - Ubuntu Hardy 64-bit on a Dell M1530 (continued)</title>
		<link>http://www.lamnk.com/blog/domain/how-to-install-cisco-vpn-client-on-ubuntu-hardy-heron-804/#comment-1007</link>
		<dc:creator>Welcome To The Mind &#187; Linux on the laptop - Ubuntu Hardy 64-bit on a Dell M1530 (continued)</dc:creator>
		<pubDate>Sun, 22 Jun 2008 02:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamnk.com/blog/?p=57#comment-1007</guid>
		<description>[...] like Stephen Frost and Alexander Griesser, the job was fairly simple. I followed the brief howto at lamnk.com to accomplish the task, and was up and running in no time. Fixing the eject button Unlike the rest [...]</description>
		<content:encoded><![CDATA[<p>[...] like Stephen Frost and Alexander Griesser, the job was fairly simple. I followed the brief howto at lamnk.com to accomplish the task, and was up and running in no time. Fixing the eject button Unlike the rest [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Androide 23</title>
		<link>http://www.lamnk.com/blog/domain/how-to-install-cisco-vpn-client-on-ubuntu-hardy-heron-804/#comment-952</link>
		<dc:creator>Androide 23</dc:creator>
		<pubDate>Wed, 21 May 2008 20:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamnk.com/blog/?p=57#comment-952</guid>
		<description>It worked now. My problem was the wireless connection. Vpn worked fine with your patches, after I fixed the wireless. 
Thank you!</description>
		<content:encoded><![CDATA[<p>It worked now. My problem was the wireless connection. Vpn worked fine with your patches, after I fixed the wireless.<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Androide 23</title>
		<link>http://www.lamnk.com/blog/domain/how-to-install-cisco-vpn-client-on-ubuntu-hardy-heron-804/#comment-950</link>
		<dc:creator>Androide 23</dc:creator>
		<pubDate>Tue, 20 May 2008 23:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamnk.com/blog/?p=57#comment-950</guid>
		<description>Thank you for this. The installation for me worked fine with your patches. However, when I try to run the vpnclient, I get this message:

sudo vpnclient connect LinuxUsers
Cisco Systems VPN Client Version 4.8.01 (0640)
Copyright (C) 1998-2007 Cisco Systems, Inc. All Rights Reserved.
Client Type(s): Linux
Running on: Linux 2.6.24-16-generic #1 SMP Thu Apr 10 12:47:45 UTC 2008 x86_64
Config file directory: /etc/opt/cisco-vpnclient

Initializing the VPN connection.
Secure VPN Connection terminated locally by the Client
Reason: Failed to establish a VPN connection.
There are no new notification messages at this time.

Do you have any idea of what I am doing wrong?
Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you for this. The installation for me worked fine with your patches. However, when I try to run the vpnclient, I get this message:</p>
<p>sudo vpnclient connect LinuxUsers<br />
Cisco Systems VPN Client Version 4.8.01 (0640)<br />
Copyright (C) 1998-2007 Cisco Systems, Inc. All Rights Reserved.<br />
Client Type(s): Linux<br />
Running on: Linux 2.6.24-16-generic #1 SMP Thu Apr 10 12:47:45 UTC 2008 x86_64<br />
Config file directory: /etc/opt/cisco-vpnclient</p>
<p>Initializing the VPN connection.<br />
Secure VPN Connection terminated locally by the Client<br />
Reason: Failed to establish a VPN connection.<br />
There are no new notification messages at this time.</p>
<p>Do you have any idea of what I am doing wrong?<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: With kernel 2.6.24 you will need a patch to install Cisco VPN Client &#124; L.A.M.N.K</title>
		<link>http://www.lamnk.com/blog/domain/how-to-install-cisco-vpn-client-on-ubuntu-hardy-heron-804/#comment-949</link>
		<dc:creator>With kernel 2.6.24 you will need a patch to install Cisco VPN Client &#124; L.A.M.N.K</dc:creator>
		<pubDate>Tue, 20 May 2008 21:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamnk.com/blog/?p=57#comment-949</guid>
		<description>[...] UPDATE: 64 bit systems are a bit more complicated, please see how to install Cisco VPN on Hardy Heron 8.04 64 bit [...]</description>
		<content:encoded><![CDATA[<p>[...] UPDATE: 64 bit systems are a bit more complicated, please see how to install Cisco VPN on Hardy Heron 8.04 64 bit [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
