<?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>系统运维 &#187; vpn配置</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/vpn%E9%85%8D%E7%BD%AE/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS VPS下安装PPTP搭建VPN服务器</title>
		<link>https://www.osyunwei.com/archives/1269.html</link>
		<comments>https://www.osyunwei.com/archives/1269.html#comments</comments>
		<pubDate>Wed, 07 Dec 2011 14:59:50 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[PPTP]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[vpn服务器]]></category>
		<category><![CDATA[vpn配置]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=1269</guid>
		<description><![CDATA[1、检查系统内核是否支持MPPE补丁 modprobe ppp-compress-18 &#38;&#38;echo success 显示success说明系统支持MPPE补丁，如果不支持，需要先安装kernel-devel yum install kernel-devel 2、检查系统是否开启TUN/TAP支持 cat /dev/net/tun 如果这条指令显示结果为下面的文本，则表明通过： cat: /dev/net/tun: File descriptor in bad state #系统为英文版本 cat: /dev/net/tun: 文件描述符处于错误状态 #系统为简体中文版本 如果没有，需要VPS服务商开通TUN/TAP功能，一般VPS默认都开启此功能 3、安装ppp和iptables #安装PPTP需要这两个软件包（默认状态下，CentOS自带这两个软件包） yum install -y ppp iptables 4、安装PPTP cd /usr/local/src wget http://poptop.sourceforge.net/yum/stable/packages/pptpd-1.3.4-2.rhel5.i386.rpm #下载 rpm -ivh pptpd-1.3.4-2.rhel5.i386.rpm #安装 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 5、配置PPTP （一）、 cp /etc/ppp/options.pptpd /etc/ppp/options.pptpdbak #备份 vi /etc/ppp/options.pptpd #编辑，保存 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/1269.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/1269.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
