目 录CONTENT

文章目录

tailscale

Administrator
2025-04-11 / 9 评论 / 0 点赞 / 20 阅读 / 0 字

Tailscale报错问题

# Health check:
#     - adding [-i tailscale0 -j MARK --set-mark 0x40000/0xff0000] in v6/filter/ts-forward: running [/usr/sbin/ip6tables -t filter -A ts-forward -i tailscale0 -j MARK --set-mark 0x40000/0xff0000 --wait]: exit status 2: Warning: Extension MARK revision 0 not supported, missing kernel module?
ip6tables v1.8.10 (nf_tables): MARK: bad value for option "--set-mark", or out of range (0-4294967295).

Try `ip6tables -h' or 'ip6tables --help' for more information.

原因是因为ipv6

tailscale up --reset --netfilter-mode=off

这条命令禁用了 Tailscale 自动写入 iptables / ip6tables 的规则。

0

评论区