<?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>Kyle BrandtTag: VPN | Kyle Brandt</title>
	<atom:link href="http://www.kbrandt.com/tag/vpn/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kbrandt.com</link>
	<description>Original computing articles by a systems administrator</description>
	<lastBuildDate>Mon, 19 Dec 2011 21:41:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How-To: Connect to a Cisco VPN with Ubuntu using Vpnc</title>
		<link>http://www.kbrandt.com/2007/07/how-to-connect-to-cisco-vpn-with-ubuntu.html</link>
		<comments>http://www.kbrandt.com/2007/07/how-to-connect-to-cisco-vpn-with-ubuntu.html#comments</comments>
		<pubDate>Sat, 14 Jul 2007 23:42:00 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[vpnc]]></category>

		<guid isPermaLink="false">http://www.kbrandt.com/?p=11</guid>
		<description><![CDATA[I have seen a lot of posts out there about people having headaches connecting to Cisco VPNs using the Cisco VPN Client, mostly because they have trouble compiling it in Ubuntu Feisty Fawn. I recommend using the open source alternative vpnc. Vpnc works with the following according to the previous link: Cisco VPN concentrator 3000 [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:100%;">I have seen a lot of posts out there about people having headaches connecting to Cisco VPNs using the <a href="http://www.cisco.com/en/US/products/sw/secursw/ps2308/index.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.cisco.com/en/US/products/sw/secursw/ps2308/index.html');">Cisco VPN Client</a>, mostly because they have trouble compiling it in Ubuntu Feisty Fawn.  I recommend using the open source alternative <a href="http://www.unix-ag.uni-kl.de/%7Emassar/vpnc/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.unix-ag.uni-kl.de/%7Emassar/vpnc/');">vpnc</a>.  Vpnc works with the following according to the previous link:</span></p>
<ul style="font-style: italic;">
<li><span style="font-size:85%;">Cisco VPN concentrator 3000 Series </span></li>
<li><span style="font-size:85%;">Cisco IOS routers </span></li>
<li><span style="font-size:85%;">Cisco PIX / ASA Zecurity Appliances </span></li>
<li><span style="font-size:85%;">Juniper/Netscreen </span></li>
</ul>
<p><span style="font-style: italic;font-size:85%;"> Supported Authentications: Pre-Shared-Key + XAUTH, Pre-Shared-Key<br />
Supported IKE DH-Groups: dh1 dh2 dh5<br />
Supported Hash Algo (IKE/IPSEC): md5 sha1<br />
Supported Encryptions (IKE/IPSEC): (null) (1des) 3des aes128 aes192 aes256<br />
Perfect Forward Secrecy: nopfs dh1 dh2 dh5<br />
</span><span style="font-size:85%;"><span style="font-size:100%;"><br />
</span><span style="font-size:100%;">If your workplace or school has given you .pcf file to use with your vpn, it shouldn&#8217;t be too hard to get you on your vpn:</span></span></p>
<ol>
<li><span style="font-size:100%;">Install the vpnc client: In the terminal enter </span><span style="font-style: italic;font-size:100%;">&#8220;sudo apt-get install vpnc</span><span style="font-size:100%;">.&#8221;  Or use the synaptic package manager.</span></li>
<li><span style="font-size:100%;">Save this <a href="http://svn.unix-ag.uni-kl.de/vpnc/branches/vpnc-0.4.0-hybrid/pcf2vpnc" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://svn.unix-ag.uni-kl.de/vpnc/branches/vpnc-0.4.0-hybrid/pcf2vpnc');">script</a> to your hard drive without any extension (Such as .html). (This script was written by Stefan Tomanek, and updated by Wolfram Sang.)</span></li>
<li><span style="font-size:100%;">Make the script executable by navigating to the directory you saved it in the terminal and type &#8220;</span><span style="font-style: italic;font-size:100%;">chmod +x pcf2pvnc</span><span style="font-size:100%;">&#8220;.</span></li>
<li><span style="font-size:100%;">Copy your pcf file to the directory of that script, in the terminal enter &#8220;</span><span style="font-style: italic;font-size:100%;">./pcf2pvnc YourPcfFile.pcf  NewPvncFile.conf</span><span style="font-size:100%;">&#8221; substituting </span><span style="font-style: italic;font-size:100%;">YourPcfFile.pcf</span><span style="font-size:100%;"> and </span><span style="font-style: italic;font-size:100%;">NewPvncFile.conf</span><span style="font-size:100%;"> with the appropriate file names for your files.</span></li>
<li><span style="font-size:100%;">Finally, in the terminal enter &#8220;</span><span style="font-style: italic;font-size:100%;">sudo vpnc NewPvncFile.conf</span><span style="font-size:100%;">&#8220;. If all goes well it will connect to your vpn server and ask you for your user name and password.</span></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.kbrandt.com/2007/07/how-to-connect-to-cisco-vpn-with-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

