Openwrt 24.10 系统,主路由,最近出现了一个奇怪的问题:
安装了 mwan3 、openclash 但停用这些服务都没能解决。。谁有头绪吗
1
yyzh 7 小时 0 分钟前 via Android
没啥奇怪的.openwrt 上一堆绕过内核的网络加速补丁
|
2
htfcuddles OP @yyzh 防火墙里 offload 关了也没用,而且貌似是某天改了什么设置后才出现的,之前正常。
|
3
htfcuddles OP 已解决,flowtable 相关,参考: https://github.com/openwrt/openwrt/issues/9848
命令: nft list flowtable inet fw4 ft nft delete flowtable inet fw4 ft {devices = { eth0, eth1, eth2, eth3, eth4, eth5, pppoe-wan1, pppoe-wan3, veth4 }\;} ; nft add flowtable inet fw4 ft { devices = {eth0, eth1, eth2, eth3, eth4, eth5, pppoe-wan1, pppoe-wa n2, pppoe-wan3}\; counter} 问题有两个:macvlan 创建的接口 veth4 不应包含,pppoe-wan2 莫名消失了 |
4
htfcuddles OP 这个问题可能和用 eth4 创建的 macvlan 双拨造成没有正确卸载有关,应该是个小众 bug 。用这个命令追踪卸载连接:cat /proc/net/nf_conntrack | grep [OFFLOAD]
|
5
Damn 4 小时 36 分钟前 via iPhone
ooenwrt 22 还有个 bug
realtime graphs 里显示的 traffic ,显示成 bit/s 之前已经是除以 8 的 byte/s 了,于是显示 KiB/s 的地方又被除以了 8 。。。 |