<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sam Pierson&#039;s Blog &#187; vpn</title>
	<atom:link href="http://sampierson.com/blog/tag/vpn/feed/" rel="self" type="application/rss+xml" />
	<link>http://sampierson.com/blog</link>
	<description>Augmentation of an Imperfect Memory.</description>
	<lastBuildDate>Wed, 21 Jul 2010 01:41:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cisco VPN client</title>
		<link>http://sampierson.com/blog/system-administration/cisco-vpn-client/</link>
		<comments>http://sampierson.com/blog/system-administration/cisco-vpn-client/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 12:50:50 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://sampierson.com/blog/?p=436</guid>
		<description><![CDATA[Environment:

Ubuntu 7.04 Feisty Fawn, 2.6.20-16-generic
vpnclient-linux-x86_64-4.8.00.0490-k9.tar.gz (got from work)
Rackable.pcf

The package is broken wrt this Linux distro.  A guy by the name of Alexander Griesser keeps creating patches to fix it.  Here is the lastest on at the time of writing http://tuxx-home.at/archives/2007/05/29/T16_34_26/.  He provides instructions too:

Unpack vpnclient sources:
&#160;
 1. Untar the VPN Client
 # [...]]]></description>
			<content:encoded><![CDATA[<p>Environment:</p>
<ul>
<li>Ubuntu 7.04 Feisty Fawn, 2.6.20-16-generic</li>
<li>vpnclient-linux-x86_64-4.8.00.0490-k9.tar.gz (got from work)</li>
<li>Rackable.pcf</li>
</ul>
<p>The package is broken wrt this Linux distro.  A guy by the name of <a href="http://tuxx-home.at">Alexander Griesser</a> keeps creating patches to fix it.  Here is the lastest on at the time of writing http://tuxx-home.at/archives/2007/05/29/T16_34_26/.  He provides instructions too:</p>

<div class="wp_syntax"><div class="code"><pre class="none" style="font-family:monospace;">Unpack vpnclient sources:
&nbsp;
 1. Untar the VPN Client
 # tar xzf vpnclient-linux-4.8.00.0490-k9.tar.gz
&nbsp;
 2. Download the patch
 # wget -q http://tuxx-home.at/projects/cisco-vpnclient/vpnclient-linux-2.6.22.diff
&nbsp;
 3. Change to the vpnclient directory
 # cd vpnclient
&nbsp;
 4. Apply the patch
 # patch &lt;../vpnclient-linux-2.6.22.diff
 patching file frag.c
 patching file interceptor.c
 patching file IPSecDrvOS_linux.c
 patching file linuxcniapi.c
 patching file linux_os.h
&nbsp;
 Now the patch has been applied and you can safely install the client
 #./vpn_install</pre></div></div>

<p>Then put Rackable.pcf in /etc/CiscoSystemsVPNClient/Profiles/</p>
<p>Instead of rebooting:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>vpnclient_init</pre></div></div>

<p>Then to connect:<br />
It seems it will always use the first ethernet interface, so if that doesn&#8217;t go anywhere, you have to disable it:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ifconfig</span> eth0 down
 <span style="color: #c20cb9; font-weight: bold;">sudo</span> vpnclient connect Rackable</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://sampierson.com/blog/system-administration/cisco-vpn-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
