<?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>pptp &#8211; Luxing Huang</title>
	<atom:link href="https://luxing.im/tag/pptp/feed/" rel="self" type="application/rss+xml" />
	<link>https://luxing.im</link>
	<description>Thoughs and things</description>
	<lastBuildDate>Sun, 02 Feb 2014 21:43:36 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
<site xmlns="com-wordpress:feed-additions:1">58771605</site>	<item>
		<title>PPTPd Notes</title>
		<link>https://luxing.im/pptpd-notes/</link>
					<comments>https://luxing.im/pptpd-notes/#respond</comments>
		
		<dc:creator><![CDATA[Luxing Huang]]></dc:creator>
		<pubDate>Sun, 02 Feb 2014 21:43:36 +0000</pubDate>
				<category><![CDATA[Learning Notes]]></category>
		<category><![CDATA[pptp]]></category>
		<category><![CDATA[vpn]]></category>
		<guid isPermaLink="false">http://blog.luxing.im/?p=275</guid>

					<description><![CDATA[I have encounter 1 particular problem in setting up VPN using PPTP, the log file shows: GRE: read(fd=6,buffer=611860,len=8196) from PTY failed: status = -1 error = Input/output error, usually caused by unexpected termination of pppd, check option syntax and pppd logs I solved this by commenting out this line in /etc/ppp/options.pptpd: #require-mppe-128 This allows Linux &#8230; <p class="link-more"><a href="https://luxing.im/pptpd-notes/" class="more-link">Continue reading<span class="screen-reader-text"> "PPTPd Notes"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>I have encounter 1 particular problem in setting up VPN using PPTP, the log file shows:<br />
<span id="more-275"></span></p>
<pre>GRE: read(fd=6,buffer=611860,len=8196) from PTY failed: status = -1 error = Input/output error, usually caused by unexpected termination of pppd, check option syntax and pppd logs</pre>
<p>I solved this by commenting out this line in /etc/ppp/options.pptpd:</p>
<pre>#require-mppe-128</pre>
<p>This allows Linux user to be able to connect VPN by default settings, otherwise Linux user need to tick &#8220;Use Point-to-Point encryption&#8221; and select 128bit encryption.</p>
<p>On the Internet, there is a saying that comment out &#8220;logwtmp&#8221; could be a way of solving this case. This doesn&#8217;t work for me.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://luxing.im/pptpd-notes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">275</post-id>	</item>
	</channel>
</rss>
