本帖最後由 张无忌 於 2025-12-11 04:13 編輯
Vultr 安装 Tailscale with exit node
在大陆到美国安装 Tailscale with exit node on Vultr,可以在美国数据出口(美国 IP)。
我用 Debian 13,先 update然后下载 Tailscale link- curl -fsSL https://tailscale.com/install.sh | sh
複製代碼 再 tailscale up- tailscale up
- To authenticate, visit:
- https://login.tailscale.com/a/1824988d01d3ed
複製代碼 我用 Google accountEnable IP forwarding- echo 'net.ipv4.ip_forward = 1' | sudo tee -a /etc/sysctl.d/99-tailscale.conf
- echo 'net.ipv6.conf.all.forwarding = 1' | sudo tee -a /etc/sysctl.d/99-tailscale.conf
- sudo sysctl -p /etc/sysctl.d/99-tailscale.conf
複製代碼 输入 tailscale up --accept-routes --advertise-exit-node- root@vultr:~# tailscale up --accept-routes --advertise-exit-node
- Warning: IP forwarding is disabled, subnet routing/exit nodes will not work.
- See https://tailscale.com/s/ip-forwarding
- Warning: UDP GRO forwarding is suboptimally configured on enp1s0, UDP forwarding throughput capability will increase with a configuration change.
- See https://tailscale.com/s/ethtool-config-udp-gro
複製代碼 在 Tailscale dashboard,enable exit node
图1:
图2:Tailscale dashboard,看到 exit node enabled
目录 Tailscale for everyone |