<?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: 在VPS上快速搭建VPN服务器</title>
	<atom:link href="http://www.satwe.com/archives/999.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.satwe.com/archives/999.html</link>
	<description>心随所致，梦想为开。Follow the Dreams &#38; Heart.</description>
	<lastBuildDate>Wed, 25 Jan 2012 14:40:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: hamo</title>
		<link>http://www.satwe.com/archives/999.html/comment-page-1#comment-5227</link>
		<dc:creator>hamo</dc:creator>
		<pubDate>Mon, 06 Sep 2010 01:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.satwe.com/archives/999.html#comment-5227</guid>
		<description>这个需要看一下这个权限限制的具体内容。最简单的就是在服务器上开一个http代理。可以参考“3prxoy建立http与socks代理 http://www.satwe.com/archives/997.html”</description>
		<content:encoded><![CDATA[<p>这个需要看一下这个权限限制的具体内容。最简单的就是在服务器上开一个http代理。可以参考“3prxoy建立http与socks代理 <a href="http://www.satwe.com/?r=http://www.satwe.com/archives/997.html”" rel="nofollow">http://www.satwe.com/archives/997.html”</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zaburo</title>
		<link>http://www.satwe.com/archives/999.html/comment-page-1#comment-5212</link>
		<dc:creator>zaburo</dc:creator>
		<pubDate>Fri, 03 Sep 2010 12:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.satwe.com/archives/999.html#comment-5212</guid>
		<description>哦,附带一句,每台机器都是windows xp,one is windows 7,but no wirless</description>
		<content:encoded><![CDATA[<p>哦,附带一句,每台机器都是windows xp,one is windows 7,but no wirless</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zaburo</title>
		<link>http://www.satwe.com/archives/999.html/comment-page-1#comment-5211</link>
		<dc:creator>zaburo</dc:creator>
		<pubDate>Fri, 03 Sep 2010 12:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.satwe.com/archives/999.html#comment-5211</guid>
		<description>我有个问题，如果现在有一个架设的服务器，能连接到外网，然后因为有权限设置，所以只有一个机器可以上网，但是这台机器周边的机器也想上网，而环境只有一个wan 端口,和无线路由器,如何解决呢,求解~~</description>
		<content:encoded><![CDATA[<p>我有个问题，如果现在有一个架设的服务器，能连接到外网，然后因为有权限设置，所以只有一个机器可以上网，但是这台机器周边的机器也想上网，而环境只有一个wan 端口,和无线路由器,如何解决呢,求解~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 午夜客</title>
		<link>http://www.satwe.com/archives/999.html/comment-page-1#comment-4257</link>
		<dc:creator>午夜客</dc:creator>
		<pubDate>Thu, 10 Dec 2009 02:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.satwe.com/archives/999.html#comment-4257</guid>
		<description>会不会二天就把流量用完了</description>
		<content:encoded><![CDATA[<p>会不会二天就把流量用完了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hamo</title>
		<link>http://www.satwe.com/archives/999.html/comment-page-1#comment-4128</link>
		<dc:creator>hamo</dc:creator>
		<pubDate>Thu, 19 Nov 2009 07:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.satwe.com/archives/999.html#comment-4128</guid>
		<description>&lt;a href=&quot;#comment-4102&quot; rel=&quot;nofollow&quot;&gt;@zzz上海&lt;/a&gt; 
配置文件 ubuntu是options，和centos不同
是需要加上NAT</description>
		<content:encoded><![CDATA[<p><a href="http://www.satwe.com/?r=#comment-4102" rel="nofollow">@zzz上海</a><br />
配置文件 ubuntu是options，和centos不同<br />
是需要加上NAT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zzz上海</title>
		<link>http://www.satwe.com/archives/999.html/comment-page-1#comment-4102</link>
		<dc:creator>zzz上海</dc:creator>
		<pubDate>Mon, 09 Nov 2009 11:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.satwe.com/archives/999.html#comment-4102</guid>
		<description>vi /etc/ppp/options 应该改为 vi /etc/ppp/options.pptpd 吧？我用的是centos。

继续补充：
yum install -y ppp

wget http://poptop.sourceforge.net/yum/stable/packages/pptpd-1.3.4-1.rhel5.1.i386.rpm

rpm -ivh pptpd-1.3.4-1.rhel5.1.i386.rpm

/sbin/service pptpd start
chkconfig pptpd on

/sbin/service iptables start
/sbin/iptables -t nat -A POSTROUTING -o eth0 -s 192.168.9.0/24 -j MASQUERADE
service iptables save

补上：加载到开机启动，以及NAT。不设置NAT，你只能连接上，但访问不了任何网站。</description>
		<content:encoded><![CDATA[<p>vi /etc/ppp/options 应该改为 vi /etc/ppp/options.pptpd 吧？我用的是centos。</p>
<p>继续补充：<br />
yum install -y ppp</p>
<p>wget <a href="http://www.satwe.com/?r=http://poptop.sourceforge.net/yum/stable/packages/pptpd-1.3.4-1.rhel5.1.i386.rpm" rel="nofollow">http://poptop.sourceforge.net/yum/stable/packages/pptpd-1.3.4-1.rhel5.1.i386.rpm</a></p>
<p>rpm -ivh pptpd-1.3.4-1.rhel5.1.i386.rpm</p>
<p>/sbin/service pptpd start<br />
chkconfig pptpd on</p>
<p>/sbin/service iptables start<br />
/sbin/iptables -t nat -A POSTROUTING -o eth0 -s 192.168.9.0/24 -j MASQUERADE<br />
service iptables save</p>
<p>补上：加载到开机启动，以及NAT。不设置NAT，你只能连接上，但访问不了任何网站。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
