I try to change net.ipv4.netfilter.ip_conntrack_max
by editing /etc/sysctl.conf
net.ipv4.netfilter.ip_conntrack_max = 65535
and sysctl -p
But i receive error:
sysctl: cannot stat /proc/sys/net/ipv4/netfilter/ip_conntrack_max: No such file or directory
CentOS 7
Try
and
instead.
Or maybe
ip_conntrack
is not loaded. Try:If this is empty, load it with:
Try the setting
net.nf_conntrack_max
instead:Also
net.netfilter.nf_conntrack_max
:(There are various aliases for the same internal value).