Loading... ``` root@Tailscale:~# tailscale up --advertise-routes=192.168.1.0/24 Warning: UDP GRO forwarding is suboptimally configured on eth0, UDP forwarding throughput capability will increase with a configuration change. See https://tailscale.com/s/ethtool-config-udp-gro ``` 根据错误提示,前往tailscale帮助页面找到了解决办法 ``` NETDEV=$(ip -o route get 8.8.8.8 | cut -f 5 -d " ") sudo ethtool -K $NETDEV rx-udp-gro-forwarding on rx-gro-list off ``` 如果提示找不到命令,可以先安装 ethtool ``` apt-get install ethtool ``` 最后修改:2025 年 01 月 09 日 © 允许规范转载 赞 如果觉得我的文章对你有用,请随意赞赏