Hi, I am successfully loading the conntrack module with an option: nf_conntrack hashsize=2097152
My problem is that I can't seem to define '/proc/sys/net/ipv4/netfilter/ip_conntrack_max' or '/proc/sys/net/netfilter/nf_conntrack_max'. I tried adding a line to /etc/sysctl.d/local.conf: net.ipv4.netfilter.ip_conntrack_max = 2097152 (or the other path) I also tried adding a line to /etc/rc.local echo: 2097152 > /proc/sys/net/ipv4/netfilter/ip_conntrack_max Both won't work, instead ip_conntrack_max or nf_conntrack_max seem to be determined by some formula using hashsize. In my case it is set to 16777216. I still can set the value using either 'sysctl -p /etc/sysctl.d/local.conf' or 'echo 2097152 > /proc/sys/net/ipv4/netfilter/ip_conntrack_max' after I login as root. I would like to set this value automatically after a reboot though. Any hints please? Thanks. Regards, Sladi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/cah_s8nhjx4xc_pe4rmcybz2p-6ysfpb0d_d_0z-cpcm2wdd...@mail.gmail.com