Zerotier

Zerotier

安装

curl -s https://install.zerotier.com | sudo bash
zerotier-cli join xxxxxxxxxxxx

允许访问子网络

iface=xxxxxxxxxxxx
iptables -I FORWARD -i \$iface -j ACCEPT
iptables -I FORWARD -o \$iface -j ACCEPT
iptables -t nat -I POSTROUTING -o \$iface -j MASQUERADE

进入https://my.zerotier.com/
Managed Routes==>Add Routes
Destination:10.0.1.0/24(根据自己网络IP修改)
(Via):填写zerotier分配的IP

moons 建立

cd /var/lib/zerotier-one
zerotier-idtool initmoon identity.public > moon.json
vi moon.json # 修改 "stableEndpoints": [ "外网IP/9993" ]
zerotier-idtool genmoon moon.json
mkdir moons.d
mv *.moon moon.d/
service zerotier-one restart

moons 加入

zerotier-cli orbit XXXXX XXXXX

AWS Lightsail

在 AWS 上使用需要开放端口 9993 官方文档写UDP协议,但在实际使用中只开UDP会提示'Error connecting to the ZeroTier service' 还需加上TCP