<?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>Cristian Bradiceanu &#187; VPN</title>
	<atom:link href="http://blog.bradiceanu.net/category/vpn/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bradiceanu.net</link>
	<description>just another blog</description>
	<lastBuildDate>Tue, 08 Jun 2010 18:36:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fedora 12 PPTP server</title>
		<link>http://blog.bradiceanu.net/2009/11/20/fedora-12-pptp-server/</link>
		<comments>http://blog.bradiceanu.net/2009/11/20/fedora-12-pptp-server/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 15:09:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[pptp]]></category>

		<guid isPermaLink="false">http://blog.bradiceanu.net/?p=154</guid>
		<description><![CDATA[I&#8217;ve build a Fedora 12 Poptop rpm:

pptpd-1.3.4-1.fc12.i386.rpm MD5 bdab201d70e78abe40f873d71880f718
pptpd-1.3.4-1.fc12.src.rpm MD5 ebd64f47b0a40a7585e22a11cc4e2890
If you get this error message:
Plugin /usr/lib/pptpd/pptpd-logwtmp.so is for pppd version 2.4.3, this is 2.4.4
just comment out logwtmp option in /etc/pptpd.conf and restart pptpd with service pptpd restart.
Username/password pairs used for pptp authentication should be placed in /etc/ppp/chap-secrets
# client       [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve build a <a href="http://fedoraproject.org/">Fedora</a> 12 <a href="http://www.poptop.org/">Poptop</a> rpm:<br />
<br />
<a href="http://www.bradiceanu.net/files/pptpd-1.3.4-1.fc12.i386.rpm">pptpd-1.3.4-1.fc12.i386.rpm</a> MD5 bdab201d70e78abe40f873d71880f718<br />
<a href="http://www.bradiceanu.net/files/pptpd-1.3.4-1.fc12.src.rpm">pptpd-1.3.4-1.fc12.src.rpm</a> MD5 ebd64f47b0a40a7585e22a11cc4e2890</p>
<p>If you get this error message:<br />
<code>Plugin /usr/lib/pptpd/pptpd-logwtmp.so is for pppd version 2.4.3, this is 2.4.4</code><br />
just comment out <code>logwtmp</code> option in <code>/etc/pptpd.conf</code> and restart pptpd with <code>service pptpd restart</code>.</p>
<p>Username/password pairs used for pptp authentication should be placed in <code>/etc/ppp/chap-secrets</code><br />
<code># client        server  secret                  IP addresses<br />
username        *        password<br />
</code></p>
<p>To supply a DNS server to PPTP clients, just add them to <code>/etc/ppp/options.pptpd</code> like <code>ms-dns A.B.C.D</code>.</p>
<p>To configure local and remote PPTP client&#8217;s IP address modify <code>localip</code> and <code>remoteip</code> options in <code>/etc/pptpd.conf</code>.</p>
<p>To enable pptp server at startup run <code>chkconfig pptpd on</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradiceanu.net/2009/11/20/fedora-12-pptp-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FreeBSD / D-Link IPSEC problems</title>
		<link>http://blog.bradiceanu.net/2005/10/14/freebsd-d-link-ipsec-problems/</link>
		<comments>http://blog.bradiceanu.net/2005/10/14/freebsd-d-link-ipsec-problems/#comments</comments>
		<pubDate>Thu, 13 Oct 2005 23:53:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://vps.bradiceanu.net/wordpress/?p=12</guid>
		<description><![CDATA[No luck in IPSEC between a FreeBSD 5.4 (racoon) and a D-Link DI-804HV  
Tried manual and IKE, SAs up but no traffic through the gif device. Perhaps D-Link could add more troubleshooting functions into their firmware (e.g. show routing table, SAs, disable NAT, routes through PPTP or L2TP tunnels).
]]></description>
			<content:encoded><![CDATA[<p>No luck in IPSEC between a <a href="http://www.freebsd.org/">FreeBSD</a> 5.4 (racoon) and a <a href="http://www.dlink.com">D-Link</a> <a href="http://www.dlink.com/products/?pid=59">DI-804HV</a> <img src='http://blog.bradiceanu.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Tried manual and IKE, SAs up but no traffic through the gif device. Perhaps D-Link could add more troubleshooting functions into their firmware (e.g. show routing table, SAs, disable NAT, routes through PPTP or L2TP tunnels).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradiceanu.net/2005/10/14/freebsd-d-link-ipsec-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
