架构
[fatedier/frp: A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.](https://github.com/fatedier/frp)
外部访问通过frps 服务器端 连接到目标机器 frpc
服务端
使用frps.tmol默认配置即可,或参考文档修改,后台执行服务
/usr/bin/frps -c /root/frp/frp_0.54.0_linux_amd64/frps.toml > &
客户端 centos
设置sshd
允许账户root登录
配置ssh登录
远程登录
ssh -oPort=6000 root@x.x.x.x
客户端 windows
端口
远程连接windows local_host 要绑定3389
其它
更多请参考https://github.com/fatedier/frp/blob/master/README_zh.md
评论区