In /proc
I have two entries for nf_conntrack_max:
/proc/sys/net/netfilter/nf_conntrack_max /proc/sys/net/nf_conntrack_max
The seem to point to the same value as changing one also changes the other. With both of these set in /etc/sysctl.conf
:
net.netfilter.nf_conntrack_max=65528 net.ipv4.netfilter.ip_conntrack_max=65535
The value remains 32764 after a reboot so the changes are not working. Has anyone run into this before? My guess would be that these values are applied before the modules relevant are loaded but was hoping maybe someone already knows the solution.