<?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: Linux PPTP VPN server install for use with Iphone</title>
	<atom:link href="http://www.sharedknowhow.com/2008/09/linux-vpn-server-installation-for-use-with-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharedknowhow.com/2008/09/linux-vpn-server-installation-for-use-with-iphone/</link>
	<description>Howto: fix, find, use, make &#38; do it guide</description>
	<lastBuildDate>Thu, 15 Sep 2011 02:05:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Octi</title>
		<link>http://www.sharedknowhow.com/2008/09/linux-vpn-server-installation-for-use-with-iphone/comment-page-1/#comment-8668</link>
		<dc:creator>Octi</dc:creator>
		<pubDate>Mon, 27 Dec 2010 08:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharedknowhow.com/?p=30#comment-8668</guid>
		<description>Nice article.and helpful form me.Now work like a charm.Thanks</description>
		<content:encoded><![CDATA[<p>Nice article.and helpful form me.Now work like a charm.Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.sharedknowhow.com/2008/09/linux-vpn-server-installation-for-use-with-iphone/comment-page-1/#comment-8572</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 22 Dec 2010 04:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharedknowhow.com/?p=30#comment-8572</guid>
		<description>I just tried this setup with iOS 4.2.1, the require-mppe-128 option works fine:

pppd[18791]: MPPE 128-bit stateless compression enabled

and tcpdump shows that packets are encrypted. Maybe something has been changed between the earlier versions of 4.x and 4.2.1.</description>
		<content:encoded><![CDATA[<p>I just tried this setup with iOS 4.2.1, the require-mppe-128 option works fine:</p>
<p>pppd[18791]: MPPE 128-bit stateless compression enabled</p>
<p>and tcpdump shows that packets are encrypted. Maybe something has been changed between the earlier versions of 4.x and 4.2.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guido</title>
		<link>http://www.sharedknowhow.com/2008/09/linux-vpn-server-installation-for-use-with-iphone/comment-page-1/#comment-7241</link>
		<dc:creator>Guido</dc:creator>
		<pubDate>Tue, 07 Sep 2010 19:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharedknowhow.com/?p=30#comment-7241</guid>
		<description>Nice article! Helped me through the dns issue I had.

Looking at the questions about not being able to access internet via VPN: Yo might want to enable ip forwarding on the pptpd server. If you define a range of vpn client addresses outside our own subnet, you need to route packets between the ppp0 and eth0 iface:

To enable:
echo 1 &gt; /proc/sys/net/ipv4/ip_forward

Thx,  Guido</description>
		<content:encoded><![CDATA[<p>Nice article! Helped me through the dns issue I had.</p>
<p>Looking at the questions about not being able to access internet via VPN: Yo might want to enable ip forwarding on the pptpd server. If you define a range of vpn client addresses outside our own subnet, you need to route packets between the ppp0 and eth0 iface:</p>
<p>To enable:<br />
echo 1 &gt; /proc/sys/net/ipv4/ip_forward</p>
<p>Thx,  Guido</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PPTP on iPhone: Changes iPhone3 to iPhone4</title>
		<link>http://www.sharedknowhow.com/2008/09/linux-vpn-server-installation-for-use-with-iphone/comment-page-1/#comment-7207</link>
		<dc:creator>PPTP on iPhone: Changes iPhone3 to iPhone4</dc:creator>
		<pubDate>Tue, 31 Aug 2010 18:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharedknowhow.com/?p=30#comment-7207</guid>
		<description>[...] config I had was very much like &#8220;Tim&#8221; wrote on Shared Know How on Sept 28, 2008 &#8212; in fact, it&#8217;s a very basic, standard config, it&#8217;s a bit [...]</description>
		<content:encoded><![CDATA[<p>[...] config I had was very much like &#8220;Tim&#8221; wrote on Shared Know How on Sept 28, 2008 &#8212; in fact, it&#8217;s a very basic, standard config, it&#8217;s a bit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.sharedknowhow.com/2008/09/linux-vpn-server-installation-for-use-with-iphone/comment-page-1/#comment-6649</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 20 Apr 2010 08:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharedknowhow.com/?p=30#comment-6649</guid>
		<description>Raul,

Try changing the lines 
--
ms-dns 208.67.222.222
ms-dns 208.67.220.220
--
with the dns services of your provider or try 8.8.8.8 (google dns)</description>
		<content:encoded><![CDATA[<p>Raul,</p>
<p>Try changing the lines<br />
&#8211;<br />
ms-dns 208.67.222.222<br />
ms-dns 208.67.220.220<br />
&#8211;<br />
with the dns services of your provider or try 8.8.8.8 (google dns)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raul</title>
		<link>http://www.sharedknowhow.com/2008/09/linux-vpn-server-installation-for-use-with-iphone/comment-page-1/#comment-6642</link>
		<dc:creator>Raul</dc:creator>
		<pubDate>Mon, 19 Apr 2010 23:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharedknowhow.com/?p=30#comment-6642</guid>
		<description>Hi, I&#039;m following your guide and now i&#039;m able to connect my iphone to the pptp sever.

I get the right client IP address, and i can access the internet perfeclty but only using IP address, the name resolution is not working.

Any tips about the push of the DNS server addres?

I have the ms-dns  line on options.pptpd but seems to do nothing.

Regards</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m following your guide and now i&#8217;m able to connect my iphone to the pptp sever.</p>
<p>I get the right client IP address, and i can access the internet perfeclty but only using IP address, the name resolution is not working.</p>
<p>Any tips about the push of the DNS server addres?</p>
<p>I have the ms-dns  line on options.pptpd but seems to do nothing.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 联通连不通─VPN &#124; Wangling</title>
		<link>http://www.sharedknowhow.com/2008/09/linux-vpn-server-installation-for-use-with-iphone/comment-page-1/#comment-6291</link>
		<dc:creator>联通连不通─VPN &#124; Wangling</dc:creator>
		<pubDate>Thu, 11 Mar 2010 07:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharedknowhow.com/?p=30#comment-6291</guid>
		<description>[...] 比较简单，没有特殊安全性需求的，推荐优先选择这种。搭建方法直接参照此文就行。一个 pptpd 就搞定了。注意别忘了打开 [...]</description>
		<content:encoded><![CDATA[<p>[...] 比较简单，没有特殊安全性需求的，推荐优先选择这种。搭建方法直接参照此文就行。一个 pptpd 就搞定了。注意别忘了打开 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erixun</title>
		<link>http://www.sharedknowhow.com/2008/09/linux-vpn-server-installation-for-use-with-iphone/comment-page-1/#comment-5878</link>
		<dc:creator>Erixun</dc:creator>
		<pubDate>Wed, 10 Feb 2010 13:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharedknowhow.com/?p=30#comment-5878</guid>
		<description>I have found that u must connect to Wifi first before anything else (naturally). VPN takes some time to negotiate. This gives your bandwidth hungry iPhone 1-15 seconds to roam free on the insecure network.
I guess just makes sure EVERYTHING on the iphone does not store any passwords which gives you the few seconds necessary to connect securely and then type your passwords in when prompted (mail, chat, FB etc..). If you do have stored passwords the iPhone will spill its guts before you have time to connect the VPN.
Apple should make a feature in the VPN section that forces all traffic over VPN regardless of network status (i.e. as soon as there is network - connect VPN - surf) to make it truly a secure option for jumping on evil Wi-Fi networks.</description>
		<content:encoded><![CDATA[<p>I have found that u must connect to Wifi first before anything else (naturally). VPN takes some time to negotiate. This gives your bandwidth hungry iPhone 1-15 seconds to roam free on the insecure network.<br />
I guess just makes sure EVERYTHING on the iphone does not store any passwords which gives you the few seconds necessary to connect securely and then type your passwords in when prompted (mail, chat, FB etc..). If you do have stored passwords the iPhone will spill its guts before you have time to connect the VPN.<br />
Apple should make a feature in the VPN section that forces all traffic over VPN regardless of network status (i.e. as soon as there is network &#8211; connect VPN &#8211; surf) to make it truly a secure option for jumping on evil Wi-Fi networks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adde</title>
		<link>http://www.sharedknowhow.com/2008/09/linux-vpn-server-installation-for-use-with-iphone/comment-page-1/#comment-4214</link>
		<dc:creator>adde</dc:creator>
		<pubDate>Mon, 31 Aug 2009 17:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharedknowhow.com/?p=30#comment-4214</guid>
		<description>I can recommend a provider with pptp service.
https://www.anonine.com/en</description>
		<content:encoded><![CDATA[<p>I can recommend a provider with pptp service.<br />
<a href="https://www.anonine.com/en" rel="nofollow">https://www.anonine.com/en</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.sharedknowhow.com/2008/09/linux-vpn-server-installation-for-use-with-iphone/comment-page-1/#comment-3722</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 25 Jul 2009 14:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharedknowhow.com/?p=30#comment-3722</guid>
		<description>Kevin, copy the options.pptpd right from the example I put here. it probably should work then. It&#039;s a virtual network so the ip settings don&#039;t have anything to do with the external ip</description>
		<content:encoded><![CDATA[<p>Kevin, copy the options.pptpd right from the example I put here. it probably should work then. It&#8217;s a virtual network so the ip settings don&#8217;t have anything to do with the external ip</p>
]]></content:encoded>
	</item>
</channel>
</rss>

