All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Theil <christiantheilhave@gmail.com>
To: Pablo Vila <pvila@adinet.com.uy>, netfilter@lists.netfilter.org
Subject: Re: HEEEEEEEEEELP!!!! with ip_conntrack: table full, dropping packet.
Date: Thu, 27 Jan 2005 14:15:03 +0100	[thread overview]
Message-ID: <33d4ee940501270515614644c6@mail.gmail.com> (raw)
In-Reply-To: <000301c503f1$9dbe6730$0b00a8c0@leeloo>

Hi

You should provide some information on your setup (eg. iptables rules,
is it a router/firewall or a host?). Im assuming you're talking about
a router...

First of all, do you need conntrack? If not, don't load the module...

If You do, You can use the connlimit to limit the number of connections
(for instance, pr. IP address). using the connlimit match. 

for instance if you wan't to limit the number of connections initiated
by an IP address on an internal network, by doing something like

iptables -A FORWARD -m connlimit -s 192.168.1.xxx --connlimit-above 10 -j DROP

Sincerely,
Christian

On Wed, 26 Jan 2005 19:54:30 -0200, Pablo Vila <pvila@adinet.com.uy> wrote:
> I have the this problem, i have compiled and installed ok a new kernel
> (2.6.10)
> 
>  kernel: printk: 55 messages suppressed.
>  kernel: ip_conntrack: table full, dropping packet.
> 
> and this message repeats a lot, but i never have this problem with kernel
> 2.6.9-1-686, i have to compile a new one becouse i need suport for a new
> device scsi i have installed. but i can't fix this message and i don't know
> what is the problem.
> Some info:
> Proc: Celeron 333 Mhz
> Mem: 256 Mb
> if you need more info ask me!, thx to all!!!...
> 
> PS: Sorry my English
>                                            Pablo <===
> 
> -------------------------------------------
>   Pablo Francisco Vila Silveira     CX5CM
>      email: pvila@montevideo.com.uy
>             pvila@adinet.com.uy
>        sms: 94338237@sms.bellsouth.com.uy
>    Montevideo, Uruguay, America del Sur
> -------------------------------------------
> 
>


  reply	other threads:[~2005-01-27 13:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-26 21:54 HEEEEEEEEEELP!!!! with ip_conntrack: table full, dropping packet Pablo Vila
2005-01-27 13:15 ` Christian Theil [this message]
2005-01-27 13:34 ` Samuel Jean

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=33d4ee940501270515614644c6@mail.gmail.com \
    --to=christiantheilhave@gmail.com \
    --cc=netfilter@lists.netfilter.org \
    --cc=pvila@adinet.com.uy \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.