On Feb 6 2007 17:33, Sergey Alexanov wrote: > can anybody suggest me in the following issue: > > # grep ip_conntrack /etc/modprobe.conf > options ip_conntrack hashsize=2097152 > > # modprobe ip_conntrack > # lsmod | grep ip_conntrack > ip_conntrack 53924 0 > > # cat /proc/sys/net/ipv4/netfilter/ip_conntrack_max > 16777216 > # cat /proc/sys/net/ipv4/netfilter/ip_conntrack_buckets > 2097152 > > looking fine.. > > but if i try to insert above 16000 rules with connection tracking i getting an > error: "number of rules" is completely different to "ip_conntrack_max". Jan --