Put following into /etc/sysctl.conf file:
net.netfilter.nf_conntrack_max = 131072
Reload sysctl rules:
sysctl -p
Verify setting using following command:
cat /proc/sys/net/ipv4/netfilter/ip_conntrack_max
Paweł Szaga home page
Put following into /etc/sysctl.conf file:
Reload sysctl rules:
Verify setting using following command: