Netfilter - change count of connections tracking on Debian Linux

Published on Author admin

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