解决Netbird和Tailscale不能在Linux共存Ping不通的问题
Netbird 和 Tailscale 都在使用 IP 块 100.xxx.xxx.xxx。看起来存在 IP 冲突。
参考issues :https://github.com/netbirdio/netbird/issues/544
可以在运行 Tailscale 时使用 --netfilter-mode=off
这将防止 Tailscale 守护进程接管侵略性数据包。
它并不能排除冲突的可能性,但可能性较低。
官方关于此参数的介绍:https://tailscale.com/kb/1241/tailscale-up
--netfilter-mode(Linux only) Advanced feature for controlling the degree of automatic firewall configuration. Values are either "off", "nodivert", or "on". Defaults to "on", except for Synology which defaults to "off". Setting this flag to "off" disables all management ofnetfilter. Setting to "nodivert" creates and manages Tailscale sub-chains, but leaves the calling of those chains up to the administrator. Setting to "on" means using full management of Tailscale's rules. Note that if you set--netfilter-modeto "off" or "nodivert", it is your responsibility to configure the firewall securely for Tailscale traffic. We recommend using the rules installed by--netfilter-mode=onas a starting point.
翻译:
--netfilter-mode(仅限 Linux)高级功能,用于控制自动防火墙配置的程度。值可以是“off”、“nodivert”或“on”。默认为“on”,Synology 默认为“off”。将此标志设置为“off”将禁用所有netfilter管理。设置为“nodivert”将创建和管理 Tailscale 子链,但将调用这些链的责任留给管理员。设置为“on”表示使用 Tailscale 规则的完整管理。请注意,如果你将--netfilter-mode设置为“off”或“nodivert”,你需要负责为 Tailscale 流量配置安全的防火墙。我们建议使用--netfilter-mode=on安装的规则作为起点。
本文来自博客园,作者:Ojox,转载请注明原文链接:https://www.cnblogs.com/Ojox/p/18891214

浙公网安备 33010602011771号