<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Install Cisco VPN Client On Ubuntu 9.10</title>
	<atom:link href="http://joepcremers.nl/wordpress/?feed=rss2&#038;p=1699" rel="self" type="application/rss+xml" />
	<link>http://joepcremers.nl/wordpress/?p=1699</link>
	<description>A Monster Science Created - But Could Not Destroy!</description>
	<lastBuildDate>Tue, 24 Aug 2010 08:16:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Zach Browne</title>
		<link>http://joepcremers.nl/wordpress/?p=1699&#038;cpage=1#comment-321</link>
		<dc:creator>Zach Browne</dc:creator>
		<pubDate>Tue, 24 Aug 2010 08:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://joepcremers.nl/wordpress/?p=1699#comment-321</guid>
		<description>I am having some problems leaving a remark. I have tried refreshing many times as well as closing and opening my browser. Is anyone else experiencing the same problem on this post?</description>
		<content:encoded><![CDATA[<p>I am having some problems leaving a remark. I have tried refreshing many times as well as closing and opening my browser. Is anyone else experiencing the same problem on this post?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zee</title>
		<link>http://joepcremers.nl/wordpress/?p=1699&#038;cpage=1#comment-287</link>
		<dc:creator>Zee</dc:creator>
		<pubDate>Tue, 13 Jul 2010 16:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://joepcremers.nl/wordpress/?p=1699#comment-287</guid>
		<description>Thanks for the quick response...
So I will first stop the client and then start it again...right?...using the commands you just posted....

Just tried it after a boot and the VPN seems to be working so thanks (once again)!

Btw...if it isnt any trouble....could you nudge me in the direction of a site where I could learn more about the command based system of Linux?

Thanks for all the help!
Zee</description>
		<content:encoded><![CDATA[<p>Thanks for the quick response&#8230;<br />
So I will first stop the client and then start it again&#8230;right?&#8230;using the commands you just posted&#8230;.</p>
<p>Just tried it after a boot and the VPN seems to be working so thanks (once again)!</p>
<p>Btw&#8230;if it isnt any trouble&#8230;.could you nudge me in the direction of a site where I could learn more about the command based system of Linux?</p>
<p>Thanks for all the help!<br />
Zee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joep Cremers</title>
		<link>http://joepcremers.nl/wordpress/?p=1699&#038;cpage=1#comment-286</link>
		<dc:creator>Joep Cremers</dc:creator>
		<pubDate>Tue, 13 Jul 2010 14:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://joepcremers.nl/wordpress/?p=1699#comment-286</guid>
		<description>@Zee
Init scripts are the scripts located in /etc/init.d. These scripts are part of the bootup sequence of Ubuntu. During boot, they are not called directly, but through a structure of symbolic links which manage the services which are to be started in a particular runlevel. For more details see: &lt;a href=&quot;https://help.ubuntu.com/community/UbuntuBootupHowto&quot; rel=&quot;nofollow&quot;&gt;https://help.ubuntu.com/community/UbuntuBootupHowto&lt;/a&gt;

I start with a script and first stop the client to disconnect all connections.

sudo /etc/init.d/vpnclient_init stop
sudo /etc/init.d/vpnclient_init start
sudo vpnclient connect </description>
		<content:encoded><![CDATA[<p>@Zee<br />
Init scripts are the scripts located in /etc/init.d. These scripts are part of the bootup sequence of Ubuntu. During boot, they are not called directly, but through a structure of symbolic links which manage the services which are to be started in a particular runlevel. For more details see: <a href="https://help.ubuntu.com/community/UbuntuBootupHowto" rel="nofollow">https://help.ubuntu.com/community/UbuntuBootupHowto</a></p>
<p>I start with a script and first stop the client to disconnect all connections.</p>
<p>sudo /etc/init.d/vpnclient_init stop<br />
sudo /etc/init.d/vpnclient_init start<br />
sudo vpnclient connect</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zee</title>
		<link>http://joepcremers.nl/wordpress/?p=1699&#038;cpage=1#comment-285</link>
		<dc:creator>Zee</dc:creator>
		<pubDate>Tue, 13 Jul 2010 13:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://joepcremers.nl/wordpress/?p=1699#comment-285</guid>
		<description>Hey again Joep,

Just really quickly...
During installation I selected &#039;NOT&#039; to &#039;Automatically&#039; start the VPN client on boot...so does that mean that after a reboot I just have to start it up again by running the command:
&#039;sudo /etc/init.d/vpnclient_init start&#039;

when I wanna start the client or what?

Sorry I am a new bee (to Linux i.e.)...so bear with me if my question sounds stupid!

Thanks again!
Zee</description>
		<content:encoded><![CDATA[<p>Hey again Joep,</p>
<p>Just really quickly&#8230;<br />
During installation I selected &#8216;NOT&#8217; to &#8216;Automatically&#8217; start the VPN client on boot&#8230;so does that mean that after a reboot I just have to start it up again by running the command:<br />
&#8216;sudo /etc/init.d/vpnclient_init start&#8217;</p>
<p>when I wanna start the client or what?</p>
<p>Sorry I am a new bee (to Linux i.e.)&#8230;so bear with me if my question sounds stupid!</p>
<p>Thanks again!<br />
Zee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zee</title>
		<link>http://joepcremers.nl/wordpress/?p=1699&#038;cpage=1#comment-284</link>
		<dc:creator>Zee</dc:creator>
		<pubDate>Tue, 13 Jul 2010 12:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://joepcremers.nl/wordpress/?p=1699#comment-284</guid>
		<description>Hey Joep!

Thanks alot for this...had a similar error message...the rest was a literal walk through for the install!

Thanks a ton!
Zee</description>
		<content:encoded><![CDATA[<p>Hey Joep!</p>
<p>Thanks alot for this&#8230;had a similar error message&#8230;the rest was a literal walk through for the install!</p>
<p>Thanks a ton!<br />
Zee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to setup remote access using Cisco VPN on 64 bit Ubuntu 9.10 &#171; Adam BRM blog &#8211; another boring IT blog.</title>
		<link>http://joepcremers.nl/wordpress/?p=1699&#038;cpage=1#comment-281</link>
		<dc:creator>How to setup remote access using Cisco VPN on 64 bit Ubuntu 9.10 &#171; Adam BRM blog &#8211; another boring IT blog.</dc:creator>
		<pubDate>Mon, 12 Jul 2010 15:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://joepcremers.nl/wordpress/?p=1699#comment-281</guid>
		<description>[...] on July 12, 2010   I have been following installation process from very good technical blog: &#8220;Joep Cremers Weblog &#8211; Installing Cisco VPN Client On Ubuntu 9.10&#8221; and then from other very good blog [...]</description>
		<content:encoded><![CDATA[<p>[...] on July 12, 2010   I have been following installation process from very good technical blog: &#8220;Joep Cremers Weblog &#8211; Installing Cisco VPN Client On Ubuntu 9.10&#8221; and then from other very good blog [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->