i found this solution, is ok???
Increasing the table size
The maximum number of connections tracked can be found by:
Time to double to number of connections that the table can track:Code:cat /proc/sys/net/ipv4/netfilter/ip_conntrack_max 4096
and add the lineCode:nano /etc/sysctl.conf
reload the sysctl.confCode:net.ipv4.netfilter.ip_conntrack_max = 131072
and result:Code:sysctl -p
Code:net.ipv4.netfilter.ip_conntrack_max = 131072




