There is a little error: linux:~# echo 'net.netfilter.nf_conntrack_count = 131072' >> …

Saturday, 20th April 2024

Comment on Resolving “nf_conntrack: table full, dropping packet.” flood message in dmesg Linux kernel log by Felipe.

There is a little error:

linux:~# echo 'net.netfilter.nf_conntrack_count = 131072' >> /etc/sysctl.conf

The correct should be _max

linux:~# echo 'net.netfilter.nf_conntrack_max = 131072' >> /etc/sysctl.conf

 

Thanks for the article!

Share this on:

Comments are closed.