更改

跳转至: 导航搜索

CentOS服务搭建-04-运用FRPS服务搭建黑群晖NAS的FRPC

添加455字节, 2020年12月22日 (二) 12:47
frps.service自启动进程查看
# 查看frp启动状态 <pre>sudo systemctl status frps</pre>
防火墙开启如下端口=frps服务下的防火墙端口开启=bind_port,dashboard_port* 开启端口<pre>firewall-cmd --permanent --add-port=xxxx/tcp # 开放bind_port端口开放bind_port(frps服务)# 必须firewall-cmd --permanent --add-port=xxxx/tcp # 开放dashboard_port端口(http)开放dashboard_port(服务面板http)# 必须firewall-cmd --permanent --add-port=xxxx/tcp # 开放vhost_http_port(http端口)# 按需firewall-cmd --permanent --add-port=xxxx/tcp # 开放vhost_http_port(https端口)# 按需firewall-cmd --permanent --add-port=xxxx/tcp # 开放bind_udp_port端口(udp直连)# 按需firewall-cmd --permanent --add-port=xxxx/tcp # 开放kcp_bind_port端口(kcp端口)# 按需
firewall-cmd --reload #重启防火墙(修改配置后要重启防火墙)
firewall-cmd --list-all # 查看防火墙规则
</pre>NAS ssh开启* ssh端口开启(按需):公网服务器防火墙允许对应端口的流量通过,所以需要配置防火墙:公网服务器防火墙允许对应端口的流量通过,所以需要配置防火墙:<pre>
# firewall-cmd --zone=public --add-port=10067/tcp --permanent
# firewall-cmd --reload
</pre>* 内网机器上面执行 tail -f nohup.out 查看启动命令的执行结果akerlu
502
个编辑

导航菜单