<?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>评论：在CentOS的VPS下安装OpenVPN</title>
	<atom:link href="http://www.deepvps.com/centos-vps-openvpn-install.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.deepvps.com/centos-vps-openvpn-install.html</link>
	<description>专注VPS技术，关注前端技术</description>
	<lastBuildDate>Mon, 13 Apr 2026 05:35:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：deepvps</title>
		<link>http://www.deepvps.com/centos-vps-openvpn-install.html/comment-page-1#comment-57607</link>
		<dc:creator>deepvps</dc:creator>
		<pubDate>Mon, 25 Nov 2013 06:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.deepvps.com/?p=310#comment-57607</guid>
		<description>谢谢指正。</description>
		<content:encoded><![CDATA[<p>谢谢指正。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：xiaoyutou</title>
		<link>http://www.deepvps.com/centos-vps-openvpn-install.html/comment-page-1#comment-55939</link>
		<dc:creator>xiaoyutou</dc:creator>
		<pubDate>Wed, 20 Nov 2013 08:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.deepvps.com/?p=310#comment-55939</guid>
		<description>iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -j SNAT –to-source 1.2.3.4
这一句错了，应该是
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -j SNAT –-to-source 1.2.3.4</description>
		<content:encoded><![CDATA[<p>iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -j SNAT –to-source 1.2.3.4<br />
这一句错了，应该是<br />
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -j SNAT –-to-source 1.2.3.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：y</title>
		<link>http://www.deepvps.com/centos-vps-openvpn-install.html/comment-page-1#comment-9150</link>
		<dc:creator>y</dc:creator>
		<pubDate>Wed, 11 Apr 2012 18:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.deepvps.com/?p=310#comment-9150</guid>
		<description>更改规则后需用下面这两个命令保存规则
/etc/init.d/iptables save
/etc/init.d/iptables restart</description>
		<content:encoded><![CDATA[<p>更改规则后需用下面这两个命令保存规则<br />
/etc/init.d/iptables save<br />
/etc/init.d/iptables restart</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：三种VPN安装教程 &#171; oDet&#39;s Blog 多重工作室官方博客</title>
		<link>http://www.deepvps.com/centos-vps-openvpn-install.html/comment-page-1#comment-8528</link>
		<dc:creator>三种VPN安装教程 &#171; oDet&#39;s Blog 多重工作室官方博客</dc:creator>
		<pubDate>Sat, 17 Mar 2012 13:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.deepvps.com/?p=310#comment-8528</guid>
		<description>[...] 参见 http://www.deepvps.com/centos-vps-openvpn-install.html [...]</description>
		<content:encoded><![CDATA[<p>[...] 参见 http://www.deepvps.com/centos-vps-openvpn-install.html [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：deepvps</title>
		<link>http://www.deepvps.com/centos-vps-openvpn-install.html/comment-page-1#comment-7955</link>
		<dc:creator>deepvps</dc:creator>
		<pubDate>Wed, 22 Feb 2012 14:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.deepvps.com/?p=310#comment-7955</guid>
		<description>你这个问题可能就是iptables的问题，在检查一下VPS的iptables模块正常吗？</description>
		<content:encoded><![CDATA[<p>你这个问题可能就是iptables的问题，在检查一下VPS的iptables模块正常吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Dominic</title>
		<link>http://www.deepvps.com/centos-vps-openvpn-install.html/comment-page-1#comment-7912</link>
		<dc:creator>Dominic</dc:creator>
		<pubDate>Tue, 21 Feb 2012 07:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.deepvps.com/?p=310#comment-7912</guid>
		<description>不好意思，我想请教一下。。。
我也搭了一个openvpn。client能和server连接上，而且当连接上之后，也能ping到服务器，但是其他任何网站或ip都不行，我猜想是iptables的规则没有弄好，我尝试执行
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -j SNAT –to-source XXXXX，没有报错，
但是我执行iptables -L -n观察规则的时候，却是空的。我不知道是不是我没有真正写入转发规则，所以导致我的openvpn只能server和client之间进行交互。。。

烦劳指教</description>
		<content:encoded><![CDATA[<p>不好意思，我想请教一下。。。<br />
我也搭了一个openvpn。client能和server连接上，而且当连接上之后，也能ping到服务器，但是其他任何网站或ip都不行，我猜想是iptables的规则没有弄好，我尝试执行<br />
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -j SNAT –to-source XXXXX，没有报错，<br />
但是我执行iptables -L -n观察规则的时候，却是空的。我不知道是不是我没有真正写入转发规则，所以导致我的openvpn只能server和client之间进行交互。。。</p>
<p>烦劳指教</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：deepvps</title>
		<link>http://www.deepvps.com/centos-vps-openvpn-install.html/comment-page-1#comment-467</link>
		<dc:creator>deepvps</dc:creator>
		<pubDate>Sun, 29 Aug 2010 13:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.deepvps.com/?p=310#comment-467</guid>
		<description>是的。
或者用源代码自己编译。</description>
		<content:encoded><![CDATA[<p>是的。<br />
或者用源代码自己编译。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：kwindly</title>
		<link>http://www.deepvps.com/centos-vps-openvpn-install.html/comment-page-1#comment-466</link>
		<dc:creator>kwindly</dc:creator>
		<pubDate>Sun, 29 Aug 2010 11:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.deepvps.com/?p=310#comment-466</guid>
		<description>OpenVPN是不是有许可限制？
我从OpenVPN官网下载了OpenVPN Access Server安装后发现只能允许2名用户同时连接，要想增加用户就必须花钱购买。
很抱歉，我是新手。我不太明白文中的方法架设后是否就不存在在线人数限制了？
还请指教，感激不尽！</description>
		<content:encoded><![CDATA[<p>OpenVPN是不是有许可限制？<br />
我从OpenVPN官网下载了OpenVPN Access Server安装后发现只能允许2名用户同时连接，要想增加用户就必须花钱购买。<br />
很抱歉，我是新手。我不太明白文中的方法架设后是否就不存在在线人数限制了？<br />
还请指教，感激不尽！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
