跳过正文

ASUS Router nf_conntrack expectation table full

·96 字·
技术随笔 Network
目录

问题
#

ASUS RT-AC86U 系统日志中频繁出现

Jun 23 21:33:47 kernel: nf_conntrack: expectation table full
Jun 23 21:33:47 kernel: nf_conntrack: expectation table full
Jun 23 21:33:47 kernel: nf_conntrack: expectation table full
Jun 23 21:33:47 kernel: nf_conntrack: expectation table full 

解决
#

进入路由器的 ssh

使用如下命令查看原始值,此时为 150

cat /proc/sys/net/netfilter/nf_conntrack_expect_max

使用如下命令将默认值提高

nvram set ct_expect_max=1024  
nvram commit

重启生效

reboot
Sakari
作者
Sakari

相关文章

修改 Captive Portal
·31 字
技术随笔 Android Network
修改 Captive Portal 解决类原生“无网络”的情况
让 rtkit-daemon 闭嘴
·146 字
技术随笔 Linux Network
“Failed to set real-time priority for thread: Operation not permitted”
Arch 应用软件包补丁
·285 字
技术随笔 Linux