Tailscale官方下载地址: https://tailscale.com/download
1.群晖SSH下,添加IPV4转发
- echo 'net.ipv4.ip_forward = 1' | sudo tee -a /etc/sysctl.conf
- echo 'net.ipv6.conf.all.forwarding = 1' | sudo tee -a /etc/sysctl.conf
- sudo sysctl -p /etc/sysctl.conf
3.登录管理后台,开启允许转并关闭每6个月验证
4.群晖SSH中,添加路由表
- #启用TUN
- /var/packages/Tailscale/target/bin/tailscale configure-host
- synosystemctl restart pkgctl-Tailscale.service
- /var/packages/Tailscale/target/bin/tailscale up --advertise-routes=192.168.1.0/24 --advertise-exit-node --reset