<?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; frp</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/frp/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下使用frp搭建内网穿透服务器</title>
		<link>https://www.osyunwei.com/archives/14110.html</link>
		<comments>https://www.osyunwei.com/archives/14110.html#comments</comments>
		<pubDate>Fri, 08 Dec 2023 08:10:38 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[frp]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14110</guid>
		<description><![CDATA[frp是一个可用于内网穿透的高性能的反向代理应用，支持 tcp, udp, http, https 协议。 官方网站：https://gofrp.org/zh-cn/ 具体实现： 1、需要一个公网ip地址，用来安装部署frp服务端frps 2、需要在内网环境中部署一台frp客户端frpc，当做代理服务器 3、用户访问公网ip地址，会先连接到frp客户端，再根据相应的规则去匹配转发，把请求发送到内网中其他主机上 4、在服务端需要开启相应的端口（7000，7001，7002，7003等） 安装部署： 1、下载frps frp压缩包同时包含了 frps（frp 服务端）和frpc（frp 客户端） 下载地址：https://github.com/fatedier/frp/releases https://github.com/fatedier/frp/releases/download/v0.52.3/frp_0.52.3_linux_amd64.tar.gz 2、服务端部署 #创建目录 mkdir -p /data/soft mkdir -p /data/server 上传安装包frp_0.52.3_linux_amd64.tar.gz到/data/soft目录下面 #解压 cd /data/soft tar zxvf frp_0.52.3_linux_amd64.tar.gz mv /data/soft/frp_0.52.3_linux_amd64 /data/server/frp #修改服务端配置文件 cp /data/server/frp/frps.toml /data/server/frp/frps.toml.bak vi /data/server/frp/frps.toml [common] bind_addr = 0.0.0.0  #监听服务器所有地址 bind_port = 7000 #监听的端口 vhost_http_port = [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14110.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14110.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
