@
bobryjosin 谢谢 ! 请教下为什么要在 vps 自己的 ipv6 接口添加 metric 9999 降低接口优先级? 我是用 netplan 管理, 是另外新建一个/etc/netplan/99-he-tunnel.yaml 文件 ,执行 sudo netplan apply 后路由表中可以看到新增了一条默认路由到这个 he tunnel,
default proto static metric 1024
nexthop via 2001:10:13:13::1 dev he-ipv6 weight 1
底下是我的 99-he-tunnel.yaml 文件内容: 求帮忙看看, 谢谢
network:
version: 2
tunnels:
he-ipv6:
mode: sit
remote: 143.x.46.xx
local: 33.70.89.235
addresses:
- "2001:10:13:13::2/64"
- "2001:10:13:13::3/64"
- "2001:10:13:13::4/64"
routes:
- to: default
via: "2001:10:13:13::1"