【24.10测试】nat66速度慢

HongJie-Master】 在 https://github.com/istoreos/istoreos/issues/2249 发布:
设备r68s
nat66下ipv6速度奇慢无比,ipv4测速正常,搜了下github.com/openwrt issues/15847
每次重启后需要执行以下命令可以解决:
ifconfig | grep “[1]” | grep -v lo | awk ‘{print $1}’ | while read iface; do ethtool -K $iface gro off; done
解决方法来自https://github.com/openwrt/openwrt/issues/15847 ptpt52


  1. ^ ↩︎