<?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: Getting Poptop to run under FreeBSD 5 &amp; 6</title>
	<atom:link href="http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6</link>
	<description>Everything You Never Wanted To Know</description>
	<lastBuildDate>Tue, 01 Dec 2009 14:50:11 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jim</title>
		<link>http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/comment-page-1#comment-945</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Fri, 26 Jun 2009 21:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/#comment-945</guid>
		<description>Sorry to say that I don&#039;t run poptop anymore. I&#039;ve replaced all my VPN terminating routers with pfSense boxes (http://www.pfsense.org/). :-)

They use MPD for PPTP, but I&#039;ve also phased out almost all my PPTP VPNs, in favor of IPsec mobile clients with the Shrew Soft client, or OpenVPN.

I wish I could help, those do look like the errors I saw before, but I don&#039;t recall any specifics except that when I was running with the config I posted here they went away...</description>
		<content:encoded><![CDATA[<p>Sorry to say that I don&#8217;t run poptop anymore. I&#8217;ve replaced all my VPN terminating routers with pfSense boxes (<a href="http://www.pfsense.org/)" rel="nofollow">http://www.pfsense.org/)</a>. :-)</p>
<p>They use MPD for PPTP, but I&#8217;ve also phased out almost all my PPTP VPNs, in favor of IPsec mobile clients with the Shrew Soft client, or OpenVPN.</p>
<p>I wish I could help, those do look like the errors I saw before, but I don&#8217;t recall any specifics except that when I was running with the config I posted here they went away&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stumped</title>
		<link>http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/comment-page-1#comment-944</link>
		<dc:creator>Stumped</dc:creator>
		<pubDate>Fri, 26 Jun 2009 21:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/#comment-944</guid>
		<description>I realize this is a very very old post, but I&#039;ve been using it as a reference to get poptop working on freeBSD 6.3. I&#039;ve used about 5 or 6 different website recommended configurations and can&#039;t get it to work.

Just in case you still monitor this at all, here is the error I&#039;m getting. Similar to your above, but slightly different and I can&#039;t fix it:
Warning: Label /etc/ppp/ppp.conf rejected -direct connection: Configuration label not found
GRE: read(fd=7,buffer=804d580, len=8196) from PTY failed: status = 0 error = No Error
CTRL: PTY read or GRE write failed (pty,gre)=(7,6)


My usr/local/etc/pptpd.conf file looks like this:
option /etc/ppp/ppp.conf
localip 
remoteip 
pidfile /var/run/pptpd.pid
nobsdcomp
proxyarp
+chapms-v2
mppe-40
mppe-128
mppe-stateless
noipparam
debug

My etc/ppp/ppp.conf:
pptp:
        set timeout 0
        set log phase chat connect lcp ipcp tun
        set dial
        set login
        enable passwdauth
        enable mssfixup
        set ifaddr  
        allow mode direct
        set server /tmp/loop &quot;&quot; 0177
        enable chap
        enable mschapv2
        disable pap
        enable proxy
        accept dns
        set dns 
        set nbns 
        set device !/etc/ppp/secure

From client side, I&#039;m running Windows XP and trying to do a standard VPN connection, getting 619 error after it tries to authenticate credentials.

Notes: I&#039;m not using a /etc/ppp/secure file just like your setup recommends (getting same errors with or without it). I&#039;ve played around with the firewall, and it&#039;s definitely allowing connections on port 1723. I&#039;ve put in code to allow GRE, but I have no way to test it (assuming it&#039;s working because I was getting a GRE socket() error before I added it in).

Any help is appreciated more than you could possibly believe. Thank you.</description>
		<content:encoded><![CDATA[<p>I realize this is a very very old post, but I&#8217;ve been using it as a reference to get poptop working on freeBSD 6.3. I&#8217;ve used about 5 or 6 different website recommended configurations and can&#8217;t get it to work.</p>
<p>Just in case you still monitor this at all, here is the error I&#8217;m getting. Similar to your above, but slightly different and I can&#8217;t fix it:<br />
Warning: Label /etc/ppp/ppp.conf rejected -direct connection: Configuration label not found<br />
GRE: read(fd=7,buffer=804d580, len=8196) from PTY failed: status = 0 error = No Error<br />
CTRL: PTY read or GRE write failed (pty,gre)=(7,6)</p>
<p>My usr/local/etc/pptpd.conf file looks like this:<br />
option /etc/ppp/ppp.conf<br />
localip<br />
remoteip<br />
pidfile /var/run/pptpd.pid<br />
nobsdcomp<br />
proxyarp<br />
+chapms-v2<br />
mppe-40<br />
mppe-128<br />
mppe-stateless<br />
noipparam<br />
debug</p>
<p>My etc/ppp/ppp.conf:<br />
pptp:<br />
        set timeout 0<br />
        set log phase chat connect lcp ipcp tun<br />
        set dial<br />
        set login<br />
        enable passwdauth<br />
        enable mssfixup<br />
        set ifaddr<br />
        allow mode direct<br />
        set server /tmp/loop &#8220;&#8221; 0177<br />
        enable chap<br />
        enable mschapv2<br />
        disable pap<br />
        enable proxy<br />
        accept dns<br />
        set dns<br />
        set nbns<br />
        set device !/etc/ppp/secure</p>
<p>From client side, I&#8217;m running Windows XP and trying to do a standard VPN connection, getting 619 error after it tries to authenticate credentials.</p>
<p>Notes: I&#8217;m not using a /etc/ppp/secure file just like your setup recommends (getting same errors with or without it). I&#8217;ve played around with the firewall, and it&#8217;s definitely allowing connections on port 1723. I&#8217;ve put in code to allow GRE, but I have no way to test it (assuming it&#8217;s working because I was getting a GRE socket() error before I added it in).</p>
<p>Any help is appreciated more than you could possibly believe. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/comment-page-1#comment-905</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Mon, 04 Aug 2008 11:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/#comment-905</guid>
		<description>If you have a link to a tutorial or information on MPD, I&#039;d happily link to it. Poptop works well and really wasn&#039;t that hard to configure, and works on multiple platforms.

That&#039;s the great thing about UNIX, there is usually more than one good way to get the job done, and the choice is left up to the admin or user. :)</description>
		<content:encoded><![CDATA[<p>If you have a link to a tutorial or information on MPD, I&#8217;d happily link to it. Poptop works well and really wasn&#8217;t that hard to configure, and works on multiple platforms.</p>
<p>That&#8217;s the great thing about UNIX, there is usually more than one good way to get the job done, and the choice is left up to the admin or user. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/comment-page-1#comment-904</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 04 Aug 2008 09:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/#comment-904</guid>
		<description>no offense ... what used poptop for if in freebsd we&#039;ve much robust one that&#039;s MPD... trust me MPD could easily configured and could do l2tp, pptp , and many more</description>
		<content:encoded><![CDATA[<p>no offense &#8230; what used poptop for if in freebsd we&#8217;ve much robust one that&#8217;s MPD&#8230; trust me MPD could easily configured and could do l2tp, pptp , and many more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yudy</title>
		<link>http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/comment-page-1#comment-858</link>
		<dc:creator>yudy</dc:creator>
		<pubDate>Thu, 23 Aug 2007 12:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/#comment-858</guid>
		<description>tail -f /var/log/messages
Aug 23 19:08:35 kunam pptpd[34764]: CTRL: PTY read or GRE write failed (pty,gre)=(7,6)
Aug 23 19:08:35 kunam ppp[34765]: Warning: 192.168.212.140: Cannot determine ethernet address for proxy ARP
Aug 23 19:09:24 kunam ppp[34914]: Warning: Add route failed: 0.0.0.0/0 already exists
Aug 23 19:09:40 kunam pptpd[34913]: GRE: read(fd=7,buffer=804d580,len=8196) from PTY failed: status = 0 error = No error
Aug 23 19:09:40 kunam pptpd[34913]: CTRL: PTY read or GRE write failed (pty,gre)=(7,6)
Aug 23 19:09:40 kunam ppp[34914]: Warning: 192.168.212.141: Cannot determine ethernet address for proxy ARP
Aug 23 19:16:27 kunam ppp[35182]: Warning: Add route failed: 0.0.0.0/0 already exists
Aug 23 19:16:43 kunam pptpd[35181]: GRE: read(fd=7,buffer=804d580,len=8196) from PTY failed: status = 0 error = No error
Aug 23 19:16:43 kunam pptpd[35181]: CTRL: PTY read or GRE write failed (pty,gre)=(7,6)
Aug 23 19:16:43 kunam ppp[35182]: Warning: 192.168.212.142: Cannot determine ethernet address for proxy ARP


please help me...
what do you do ?

thank&#039;s</description>
		<content:encoded><![CDATA[<p>tail -f /var/log/messages<br />
Aug 23 19:08:35 kunam pptpd[34764]: CTRL: PTY read or GRE write failed (pty,gre)=(7,6)<br />
Aug 23 19:08:35 kunam ppp[34765]: Warning: 192.168.212.140: Cannot determine ethernet address for proxy ARP<br />
Aug 23 19:09:24 kunam ppp[34914]: Warning: Add route failed: 0.0.0.0/0 already exists<br />
Aug 23 19:09:40 kunam pptpd[34913]: GRE: read(fd=7,buffer=804d580,len=8196) from PTY failed: status = 0 error = No error<br />
Aug 23 19:09:40 kunam pptpd[34913]: CTRL: PTY read or GRE write failed (pty,gre)=(7,6)<br />
Aug 23 19:09:40 kunam ppp[34914]: Warning: 192.168.212.141: Cannot determine ethernet address for proxy ARP<br />
Aug 23 19:16:27 kunam ppp[35182]: Warning: Add route failed: 0.0.0.0/0 already exists<br />
Aug 23 19:16:43 kunam pptpd[35181]: GRE: read(fd=7,buffer=804d580,len=8196) from PTY failed: status = 0 error = No error<br />
Aug 23 19:16:43 kunam pptpd[35181]: CTRL: PTY read or GRE write failed (pty,gre)=(7,6)<br />
Aug 23 19:16:43 kunam ppp[35182]: Warning: 192.168.212.142: Cannot determine ethernet address for proxy ARP</p>
<p>please help me&#8230;<br />
what do you do ?</p>
<p>thank&#8217;s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xer</title>
		<link>http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/comment-page-1#comment-669</link>
		<dc:creator>xer</dc:creator>
		<pubDate>Fri, 27 Apr 2007 12:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/#comment-669</guid>
		<description>I forgot to say...
My FreeBSD (legacy 5.5) doesn&#039;t have the file called:
/etc/ppp/secure

So, i did it as follow:

#&#124;/bin/sh
exec /usr/sbin/ppp -direct loop-in

It works, but i don&#039;t know if is the right way, i found it on google search.
Another one, in /etc/ppp/ppp.secret you can ASSIGN the given IP as follow:
username password &quot;192.168.0.215&quot;

To that username will be assigned THAT ip, it works, so you don&#039;t have to make a RANGE, can be useful?</description>
		<content:encoded><![CDATA[<p>I forgot to say&#8230;<br />
My FreeBSD (legacy 5.5) doesn&#8217;t have the file called:<br />
/etc/ppp/secure</p>
<p>So, i did it as follow:</p>
<p>#|/bin/sh<br />
exec /usr/sbin/ppp -direct loop-in</p>
<p>It works, but i don&#8217;t know if is the right way, i found it on google search.<br />
Another one, in /etc/ppp/ppp.secret you can ASSIGN the given IP as follow:<br />
username password &#8220;192.168.0.215&#8243;</p>
<p>To that username will be assigned THAT ip, it works, so you don&#8217;t have to make a RANGE, can be useful?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xer</title>
		<link>http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/comment-page-1#comment-666</link>
		<dc:creator>xer</dc:creator>
		<pubDate>Fri, 27 Apr 2007 08:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/#comment-666</guid>
		<description>Hello.
It works, and i did before another kind of on a linux debian, but i think that FreeBSD its better.
i have only this strange message on screen (/var/log/messages):

Apr 26 23:09:15 fw pptpd[99783]: CTRL: Ignored a SET LINK INFO packet with real ACCMs!

I really don&#039;t understand what it is mean!</description>
		<content:encoded><![CDATA[<p>Hello.<br />
It works, and i did before another kind of on a linux debian, but i think that FreeBSD its better.<br />
i have only this strange message on screen (/var/log/messages):</p>
<p>Apr 26 23:09:15 fw pptpd[99783]: CTRL: Ignored a SET LINK INFO packet with real ACCMs!</p>
<p>I really don&#8217;t understand what it is mean!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: proctozont</title>
		<link>http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/comment-page-1#comment-639</link>
		<dc:creator>proctozont</dc:creator>
		<pubDate>Wed, 18 Apr 2007 08:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/#comment-639</guid>
		<description>Realy helped, thank you.</description>
		<content:encoded><![CDATA[<p>Realy helped, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/comment-page-1#comment-551</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Fri, 09 Feb 2007 14:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/#comment-551</guid>
		<description>I haven&#039;t tested this one myself, because I don&#039;t run windows shares across PPTP, but the usual suggestions for network browsing may apply: 

Are you using a WINS server? If so, is that being set or passed to the PPTP client? 

Can you still access the shares by using \\1.2.3.4\ (with a proper IP address, of course)?

Is broadcast traffic being passed back and forth? 

There are many differences between 5.3 and 6.x, but I am not sure what may have caused this to pop up.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tested this one myself, because I don&#8217;t run windows shares across PPTP, but the usual suggestions for network browsing may apply: </p>
<p>Are you using a WINS server? If so, is that being set or passed to the PPTP client? </p>
<p>Can you still access the shares by using \\1.2.3.4\ (with a proper IP address, of course)?</p>
<p>Is broadcast traffic being passed back and forth? </p>
<p>There are many differences between 5.3 and 6.x, but I am not sure what may have caused this to pop up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge</title>
		<link>http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/comment-page-1#comment-550</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Tue, 06 Feb 2007 20:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/04/11/getting-poptop-to-run-under-freebsd-5-6/#comment-550</guid>
		<description>...strange...an xp systeam does connect and can ping every computer on the network but can&#039;t see netbios names and shares. There have been no changes to the firewall and it used to work using freebsd 5.3</description>
		<content:encoded><![CDATA[<p>&#8230;strange&#8230;an xp systeam does connect and can ping every computer on the network but can&#8217;t see netbios names and shares. There have been no changes to the firewall and it used to work using freebsd 5.3</p>
]]></content:encoded>
	</item>
</channel>
</rss>
