Note: ip_conntrack interface is getting aged. There is a new set of tools conntrack_tools, http://conntrack-tools.netfilter.org/.
There are a few things we can do to tweak ip_conntrack.
Increase the value of ip_conntrack_max
To find the current setting of ip_conntrack_max:
# cat /proc/sys/net/ipv4/ip_conntrack_max
To temporarily change this value, do
# echo "new_value" > /proc/sys/net/ipv4/ip_conntrack_max
To permanently change this value, do
# sysctl -w net.ipv4.ip_conntrack_max=new_value
Recent comments
3 weeks 5 days ago
4 weeks 5 days ago
8 weeks 3 days ago
33 weeks 4 days ago
34 weeks 2 days ago
45 weeks 2 days ago
46 weeks 5 days ago
1 year 3 weeks ago
1 year 3 weeks ago
1 year 4 weeks ago