内网穿透
frp
内网穿透的常用方式是frp方法。
该方法分为服务器端和客户端。
// 下载命令
wget https://github.com/fatedier/frp/releases/download/v0.33.0/frp_0.33.0_linux_amd64.tar.gz
wget https://github.com/fatedier/frp/releases/download/v0.40.0/frp_0.40.0_linux_amd64.tar.gz
zerotier moon 服务器搭建
服务端安装方法:
curl -s https://install.zerotier.com/ | sudo bash
systemctl start zerotier-one.service
sudo zerotier-cli
// cd到/var/lib/zerotier-one
zerotier-idtool genmoon moon.json
// 显示wrote 000000c79b3a010b.moon (signed world with timestamp 1647591850093)
mv 000000c79b3a010b.moon moons.d/
<!-- 加入虚拟网 -->
zerotier-cli join xxxxxxxx
客户端连接方法
<!-- 加入moon -->
zerotier-cli orbit xxxxxxx xxxxxxx
<!-- 展示当前客户端连接的情况 -->
zerotier-cli listpeers