<?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/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>Linux下安装部署Open-V+P+N Access Server服务</title>
		<link>https://www.osyunwei.com/archives/14492.html</link>
		<comments>https://www.osyunwei.com/archives/14492.html#comments</comments>
		<pubDate>Thu, 05 Sep 2024 07:24:04 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14492</guid>
		<description><![CDATA[OpenVPN 和 OpenVPN Access Server（AS）区别： 1、OpenVPN 是一个开源的 VPN 解决方案，提供基本的 VPN 功能；OpenVPN Access Server 是一个商业产品，提供图形用户界面、简化的管理和更多的企业功能。 2、OpenVPN 需要手动配置，适合有技术背景的用户；OpenVPN Access Server 提供了一个易于使用的管理界面，简化了配置和管理过程。 3、OpenVPN 是社区支持的，依赖于社区文档和论坛；OpenVPN Access Server 提供官方技术支持和更新。 4、OpenVPN 是完全开源的；OpenVPN Access Server 有免费版和商业版，商业版需要许可证，免费版只支持2个客户端连接。 5、OpenVPN Access Server不是OpenVPN的web界面，它们是两个独立的产品，没有依赖关系，安装了OpenVPN Access Server就不需要再安装OpenVPN。 操作系统：CentOS-7.9 OpenVPN Access Server下载： 最新版本的OpenVPN Access Server需要Python3.8支持，CentOS-7.x默认是Python3.6，所以不建议使用最新版本 CentOS-7.9推荐安装的OpenVPN Access Server版本是：2.9.x到2.11.x 原因是这些版本依赖Python3.6，还能解除只支持2个客户端的连接限制 OpenVPN Access Server安装包由2个组件构成，两个组件都需要安装。 1、openvpn-as：这是 OpenVPN Access Server 的主要安装包，包含了服务器端的所有必要组件和功能。 2、openvpn-as-bundled-clients：这是 OpenVPN [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14492.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14492.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux系统安装部署Open-V+P+N服务器</title>
		<link>https://www.osyunwei.com/archives/14298.html</link>
		<comments>https://www.osyunwei.com/archives/14298.html#comments</comments>
		<pubDate>Wed, 27 Mar 2024 03:00:00 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14298</guid>
		<description><![CDATA[OpenVPN 是一个开源的虚拟私人网络（VPN）实现软件，它可以用来建立安全的点对点或站点到站点连接。通过使用 OpenVPN，用户可以在不安全的网络上建立加密连接，确保数据传输的安全性和隐私性。 操作系统：CentOS-7.x 一、准备篇 1、关闭selinux #执行以下命令 setenforce 0 sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config 2、防火墙设置 关闭firewall systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum -y remove firewalld 安装iptables防火墙，开启tcp 1194端口 yum -y install iptables-services #安装 vi /etc/sysconfig/iptables # sample configuration for iptables service # you can edit this manually or [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14298.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14298.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RouterOS 配置L2TP VPN服务器</title>
		<link>https://www.osyunwei.com/archives/8484.html</link>
		<comments>https://www.osyunwei.com/archives/8484.html#comments</comments>
		<pubDate>Thu, 27 Nov 2014 07:56:11 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[RouterOS]]></category>
		<category><![CDATA[L2TP]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=8484</guid>
		<description><![CDATA[说明： RouterOS服务器IP：172.31.101.80 RouterOS版本：RouterOS V6.15 需求： 在RouterOS服务器上配置PPTP VPN服务器，PPTP VPN客户端拨入网段为：172.31.101.60- 172.31.101.79 操作步骤： 一、登录RouterOS服务器 这里使用winbox登录RouterOS winbox下载：http://download2.mikrotik.com/routeros/winbox/3.0beta3/winbox.exe 如下图所示： 输入服务器IP、账号和密码 点Connect登录 登录成功后如下图所示： 二、建立客户端拨入网段地址池 IP-Pool 点+号 Name：l2tp-pool Addresses：172.31.101.60-172.31.101.79 点OK 三、配置L2TP VPN 1、PPP-Profiles 点+号 Name：l2tp-profile Local Address：172.31.101.80 Remote Address：l2tp-pool DNS Server：8.8.8.8 8.8.4.4 OK 2、PPP-Interface-L2TP Server 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 勾选 Enabled Default Profile：l2tp-profile OK 3、PPP-Interface 点+号，选择L2TP Server Binding Name：l2tp-in1 OK 四、创建客户端拨号用户 PPP-Secrets 点+号 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/8484.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/8484.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RouterOS 配置PPTP VPN服务器</title>
		<link>https://www.osyunwei.com/archives/8459.html</link>
		<comments>https://www.osyunwei.com/archives/8459.html#comments</comments>
		<pubDate>Thu, 27 Nov 2014 01:25:23 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[RouterOS]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=8459</guid>
		<description><![CDATA[说明： RouterOS服务器IP：172.31.101.80 RouterOS版本：RouterOS V6.15 需求： 在RouterOS服务器上配置PPTP VPN服务器，PPTP VPN客户端拨入网段为：172.31.101.60-172.31.101.79 操作步骤： 一、登录RouterOS服务器 这里使用winbox登录RouterOS winbox下载：http://download2.mikrotik.com/routeros/winbox/3.0beta3/winbox.exe 如下图所示： 输入服务器IP、账号和密码 点Connect登录 登录成功后如下图所示： 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链 二、建立客户端拨入网段地址池 IP-Pool 点+号 Name：pptp-pool Addresses：172.31.101.60-172.31.101.79 点OK 三、配置PPTP VPN 1、PPP-Profiles 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链 点+号 Name：pptp-profile Local Address：172.31.101.80 Remote Address：pptp-pool DNS Server：8.8.8.8 8.8.4.4 OK 2、PPP-Interface-PPTP Server 勾选 Enabled Default Profile：pptp-profile OK 3、PPP-Interface 点+号，选择PPTP Server Binding Name：pptp-in1 OK 四、创建客户端拨号用户 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/8459.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/8459.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS下安装配置PPTP VPN服务器</title>
		<link>https://www.osyunwei.com/archives/7407.html</link>
		<comments>https://www.osyunwei.com/archives/7407.html#comments</comments>
		<pubDate>Thu, 13 Feb 2014 06:11:59 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[PPTP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=7407</guid>
		<description><![CDATA[说明： 服务器操作系统：CentOS 5.X 64位 服务器IP地址：192.168.21.128 实现目的：服务器安装配置pptp软件，对外提供vpn拨号服务 具体操作： 一、安装包下载 1、ppp  #安装pptpd需要此软件包 http://poptop.sourceforge.net/yum/stable/packages/ppp-2.4.4-14.1.rhel5.x86_64.rpm 2、pptpd  #目前最新版本 http://poptop.sourceforge.net/yum/stable/packages/pptpd-1.4.0-1.rhel5.x86_64.rpm 下载好之后上传到/usr/local/src目录 二、检查服务器系统环境是否支持安装pptp vpn 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 3、检查系统是否开启ppp支持 cat /dev/ppp 如果这条指令显示结果为下面的文本，则表明通过： cat: /dev/ppp: No such device or address 上面三条必须同时满足，否则不能安装pptp vpn 三、安装pptp cd  /usr/local/src rpm -ivh [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/7407.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/7407.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<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>
