Tailscale设置出口节点及转发路由表

4个月前

转发路由表
tailscale up --advertise-route=10.0.0.0/24 --accept-routes=true --accept-dns=false

tailscale up --advertise-routes=192.168.68.0/24,192.168.1.0/24 --accept-dns=false --advertise-exit-node

将10.0.0.0/24换为自己的路由表,第4段为“0”,“/”之后一般为“24”。
出口节点设置
sudo tailscale up --advertise-exit-node

tailscale up --advertise-exit-node --accept-dns=false

Docker版设置出口出点
tailscale up --advertise-exit-node --accept-dns=false --hostname=unraid-docker

设置完成需要在WEB管理页面批准。
取消路由
sudo tailscale up --exit-node=

清理路由表转发
tailscale up --accept-routes --reset

指定出口节点
sudo tailscale up --exit-node=