<?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>Olaf&#039;s blog &#187; intrepid</title>
	<atom:link href="http://olafsblog.sysbsb.de/category/intrepid/feed/" rel="self" type="application/rss+xml" />
	<link>http://olafsblog.sysbsb.de</link>
	<description>Olaf&#039;s blog on software development and life</description>
	<lastBuildDate>Sat, 14 Aug 2010 20:39:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating a PPTP VPN connection in Ubuntu 8.10 (Intrepid)</title>
		<link>http://olafsblog.sysbsb.de/creating-a-pptp-vpn-connection-in-ubuntu-810-intrepid/</link>
		<comments>http://olafsblog.sysbsb.de/creating-a-pptp-vpn-connection-in-ubuntu-810-intrepid/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 11:43:52 +0000</pubDate>
		<dc:creator>olaf</dc:creator>
				<category><![CDATA[System engineering]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://olafsblog.sysbsb.de/?p=68</guid>
		<description><![CDATA[
Update June 22, 2010
The configuration described below is still valid up to the most recent Ubuntu release (10.04) !


Update December 8, 2008
The following solution does not work for everybody as there are multiple issues with VPN connections, the network manager etc. Bug fixing is in progress and it appears a number of patches where already [...]]]></description>
			<content:encoded><![CDATA[<div class="updateinfo">
<h3>Update June 22, 2010</h3>
<p>The configuration described below is still valid up to the most recent Ubuntu release (10.04) !
</p></div>
<div class="updateinfo">
<h3>Update December 8, 2008</h3>
<p>The following solution does not work for everybody as there are multiple issues with VPN connections, the network manager etc. Bug fixing is in progress and it appears a number of patches where already included in recent ubuntu updates.</p>
<p>I recommend checking the ubuntu bug database for the latest state of the VPN issues:</p>
<p><a href="https://bugs.launchpad.net/ubuntu/+bugs?field.searchtext=VPN&#038;orderby=-importance&#038;search=Search&#038;field.status%3Alist=NEW&#038;field.status%3Alist=INCOMPLETE_WITH_RESPONSE&#038;field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&#038;field.status%3Alist=CONFIRMED&#038;field.status%3Alist=TRIAGED&#038;field.status%3Alist=INPROGRESS&#038;field.status%3Alist=FIXCOMMITTED&#038;field.assignee=&#038;field.bug_reporter=&#038;field.omit_dupes=on&#038;field.has_patch=&#038;field.has_no_package=">Search for &#8220;VPN&#8221; in the ubuntu bug database (launchpad.net)</a>
</div>
<p>This monday was sweet. I finally had the time to make a fresh install of ubuntu 8.10 on my thinkpad r52, and what can i say, just as all the other releases before, things got better.</p>
<p>I am especially happy about the re-programmed network manager, which works a whole lot better than in hardy.<br />
Except that i didn&#8217;t get the PPTP VPN connection to my office to work instantly.<br />
<span id="more-68"></span><br />
Turns out there is some kind of problem that prevents the network manager from obtaining the configured password, resulting in the error message:</p>
<p><code><br />
The vpn connection X failed because there were no valid VPN secrets.<br />
</code></p>
<p>Furthermore, point-to-point encryption is not enabled by default any more. Here is how i got it to work:</p>
<h3>1: Prerequisites: Install the required packages</h3>
<p>If you don&#8217;t have pptp VPN support for network manager yet, install it&#8230;</p>
<p><code><br />
sudo apt-get install network-manager-pptp<br />
</code></p>
<p>&#8230; and configure your VPN connection using the network manager.</p>
<h3>2: Clear the password field in the vpn settings dialog</h3>
<p><img id="image66" src="http://olafsblog.sysbsb.de/wp-content/uploads/2008/11/editing_pptp_connection.jpg" alt="Editing an existing PPTP VPN connection" /></p>
<p>This should make the manager prompt you for the password.</p>
<h3>3: Enable point-to-point encryption on the &#8220;Advanced&#8221; settings page</h3>
<p><img id="image67" src="http://olafsblog.sysbsb.de/wp-content/uploads/2008/11/pptp_advanced.jpg" alt="The advanced PPTP VPN dialoge" /></p>
<p>This should do! Now the PPTP settings should be about the same they where in hardy.</p>
<p>If you still experience problems, you might want to check the syslog for messages from the network manager, like so:</p>
<p><code><br />
 tail -f /var/log/syslog<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://olafsblog.sysbsb.de/creating-a-pptp-vpn-connection-in-ubuntu-810-intrepid/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>
