All of lore.kernel.org
 help / color / mirror / Atom feed
* ip_contrackt message
@ 2003-08-27 20:44 Erwin Ambrosch
  2003-08-31  5:21 ` Mark E. Donaldson
  2003-08-31 10:46 ` Ralf Spenneberg
  0 siblings, 2 replies; 3+ messages in thread
From: Erwin Ambrosch @ 2003-08-27 20:44 UTC (permalink / raw)
  To: netfilter

Hi all,

I'm using iptables-1.2.5-3 and got the following messages in my logfile.
Please can one say me what exactly does this mean.

....
Aug 27 16:28:59 paul kernel: NET: 6 messages suppressed.
Aug 27 16:28:59 paul kernel: ip_conntrack: table full, dropping packet.
Aug 27 16:29:04 paul kernel: NET: 7 messages suppressed.
Aug 27 16:29:04 paul kernel: ip_conntrack: table full, dropping packet.
Aug 27 16:29:08 paul kernel: NET: 7 messages suppressed.
Aug 27 16:29:08 paul kernel: ip_conntrack: table full, dropping packet.
Aug 27 16:29:14 paul kernel: NET: 9 messages suppressed.
Aug 27 16:29:14 paul kernel: ip_conntrack: table full, dropping packet.
Aug 27 16:29:19 paul kernel: NET: 7 messages suppressed.
Aug 27 16:29:19 paul kernel: ip_conntrack: table full, dropping packet.
....


Thanks in advance

Erwin




^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: ip_contrackt message
  2003-08-27 20:44 ip_contrackt message Erwin Ambrosch
@ 2003-08-31  5:21 ` Mark E. Donaldson
  2003-08-31 10:46 ` Ralf Spenneberg
  1 sibling, 0 replies; 3+ messages in thread
From: Mark E. Donaldson @ 2003-08-31  5:21 UTC (permalink / raw)
  To: ea, netfilter

Can't say I've ever seen this before but I might venture to guess you State
Table has filled up and can accept no more connections.   The number of
connection allowed by default is determined by the amount of RAM your
machine has, i.e. 128 MB of RAM you will get 8192 possible entries and with
256 MB of RAM you will get 16376 entries, etc. You might try increasing the
number of permitted table entries by setting
/proc/sys/net/ipv4/ip_conntrack_max to a
higher number and see if the system corrects itself.  This is just a guess.

-----Original Message-----
From: netfilter-admin@lists.netfilter.org
[mailto:netfilter-admin@lists.netfilter.org]On Behalf Of Erwin Ambrosch
Sent: Wednesday, August 27, 2003 1:44 PM
To: netfilter@lists.netfilter.org
Subject: ip_contrackt message


Hi all,

I'm using iptables-1.2.5-3 and got the following messages in my logfile.
Please can one say me what exactly does this mean.

....
Aug 27 16:28:59 paul kernel: NET: 6 messages suppressed.
Aug 27 16:28:59 paul kernel: ip_conntrack: table full, dropping packet.
Aug 27 16:29:04 paul kernel: NET: 7 messages suppressed.
Aug 27 16:29:04 paul kernel: ip_conntrack: table full, dropping packet.
Aug 27 16:29:08 paul kernel: NET: 7 messages suppressed.
Aug 27 16:29:08 paul kernel: ip_conntrack: table full, dropping packet.
Aug 27 16:29:14 paul kernel: NET: 9 messages suppressed.
Aug 27 16:29:14 paul kernel: ip_conntrack: table full, dropping packet.
Aug 27 16:29:19 paul kernel: NET: 7 messages suppressed.
Aug 27 16:29:19 paul kernel: ip_conntrack: table full, dropping packet.
....


Thanks in advance

Erwin






^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ip_contrackt message
  2003-08-27 20:44 ip_contrackt message Erwin Ambrosch
  2003-08-31  5:21 ` Mark E. Donaldson
@ 2003-08-31 10:46 ` Ralf Spenneberg
  1 sibling, 0 replies; 3+ messages in thread
From: Ralf Spenneberg @ 2003-08-31 10:46 UTC (permalink / raw)
  To: ea; +Cc: Netfilter

Am Mit, 2003-08-27 um 22.44 schrieb Erwin Ambrosch:
> Hi all,
> 
> I'm using iptables-1.2.5-3 and got the following messages in my logfile.
> Please can one say me what exactly does this mean.
Apparently your ip_conntrack table is full. This table has a maximum
size:
/proc/net/ipv4/ip_conntrack_max
You can set it using 
echo X > /proc/net/ipv4/ip_conntrack_max
Replace X with a number.

Read up on conntrack_max and remember to set the hashsize for
performance issues.

Cheers,

Ralf
-- 
Ralf Spenneberg
RHCE, RHCX

Book: Intrusion Detection für Linux Server   http://www.spenneberg.com
IPsec-Howto				     http://www.ipsec-howto.org
Honeynet Project Mirror:                     http://honeynet.spenneberg.org


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-08-31 10:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-27 20:44 ip_contrackt message Erwin Ambrosch
2003-08-31  5:21 ` Mark E. Donaldson
2003-08-31 10:46 ` Ralf Spenneberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.