sunulin
2023-09-13 16:57:30 +08:00
我是自建的 headscale 可以参考下
第一步,打开家里设备的转发
在你家里的 op 输入
echo 'net.ipv4.ip_forward = 1' | tee /etc/sysctl.d/ipforwarding.conf
echo 'net.ipv6.conf.all.forwarding = 1' | tee -a /etc/sysctl.d/ipforwarding.conf
sysctl -p /etc/sysctl.d/ipforwarding.conf
第二步 让你的 tailscale 打开转发
输入 ip 端口改成自己的
tailscale up --login-server=http://自建 ip:端口 --accept-routes=true --accept-dns=false --advertise-routes=192.168.5.0/24 --reset
第三步 服务器上开启转发 [到 服务端 headscale 输入]
headscale routes list
找到你的机器 ID
headscale routes list -i 你的机器 ID
找到路由的 ID
headscale routes enable -r 路由器 ID "192.168.5.0/24"