<?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>Digital Base - Blog &#187; Jan De Coster</title>
	<atom:link href="http://www.digitalbase.eu/blog/author/jdecoste/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalbase.eu/blog</link>
	<description>A blog about webdesign, PHP, development and IT</description>
	<lastBuildDate>Wed, 10 Feb 2010 16:28:22 +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>setup a vpn server (pptp) server under ubuntu</title>
		<link>http://www.digitalbase.eu/blog/setup-a-vpn-server-pptp-server-under-ubuntu/</link>
		<comments>http://www.digitalbase.eu/blog/setup-a-vpn-server-pptp-server-under-ubuntu/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 11:00:00 +0000</pubDate>
		<dc:creator>Jan De Coster</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://dibav3.gnelisse.desktop01/blog/?p=49</guid>
		<description><![CDATA[this is a howto to get a pptp (vpn) server working on the ubuntu server system. ]]></description>
			<content:encoded><![CDATA[<p>it&#8217;s actually quite easy to setup a pptp vpn server for windows/*nix client on a ubuntu serverÂ</p>
<p>first off all we install pptpd ( PoPToP Point to Point Tunneling Server)</p>
<p>[code]install pptpd[/code]</p>
<p>Â after that we editÂ  <em><span class="system">/etc/pptpd.conf</span></em></p>
<p>[code]pptpd.conf[/code]</p>
<p>then we editÂ  <em><span class="system">/etc/ppp/options</span></em></p>
<p>[code]options[/code]</p>
<p>and then we editÂ  <em><span class="system">/etc/ppp/pptpd-options</span></em></p>
<p>[code]pptpd-options[/code]</p>
<p>and as last we edit the user fileÂ <em> <span class="system">/etc/ppp/chap-secrets</span></em></p>
<p>[code]chap-secrets[/code]</p>
<p>and finaly we restart the pptpd using the command:</p>
<p>[code]restart pptpd[/code]</p>
<p>so you see &#8230; it&#8217;s not that hard to install a microsoft vpn tunnel server on a ubuntu server Â</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalbase.eu/blog/setup-a-vpn-server-pptp-server-under-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
