1.istoreOS 插件中心安装 Tailscale 插件
image.png

2.绑定用户
点击tailscale 内的连接去登录,如果没有可以进入 istore terminal

tailscale up

则会弹出登录 url
3.设置子网段
image.png
4.同样步骤组网另一端执行一遍
5.进入 tailscale 后台关闭 Key 过期
image.png
6.设置允许子网
image.png7. 如果遇到dns 错误的情况,禁用 tailscale dns

tailscale set --accept-dns=false

8.如果碰到不能子网段互通,启用 tailscale 内网互通

tailscale up --accept-routes=true

9.nano /etc/config/tailscale

config settings 'settings'
        option log_stderr '1'
        option log_stdout '1'
        option port '41641'
        option state_file '/etc/tailscale/tailscaled.state'
        option accept_dns '0'
        option accept_routes '1'
        # default to using nftables - change below to 'iptables' if still using iptables
        option fw_mode 'nftables'

10.tailscale管理平台关闭MagicDNS