Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/pleskhosts.com/httpdocs/forum/includes/init.php on line 49

ip_conntrack: table full, dropping packet [Archive] - Forums

View Full Version : ip_conntrack: table full, dropping packet


speedy
10-17-2007, 12:53 PM
I see several of this in my firewall logs:

kernel: ip_conntrack: table full, dropping packet.

That means that your ip_conntrack table is full, you can review your table
with:

cat /proc/net/ip_conntrack

The max number of connections is set in
cat /proc/sys/net/ipv4/ip_conntrack_max

You can increase it with:
echo "some_number" > /proc/sys/net/ipv4/ip_conntrack_max

Which might resolve your problem.

brebteldver
01-31-2011, 10:04 PM
It is removed (has mixed section)