All of lore.kernel.org
 help / color / mirror / Atom feed
From: Friedrich Lobenstock <fl@fl.priv.at>
To: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Subject: Re: limiting connection rate
Date: Thu, 22 Apr 2004 22:55:17 +0200	[thread overview]
Message-ID: <40883135.20301@fl.priv.at> (raw)
In-Reply-To: <20040422201732.60347.qmail@web41906.mail.yahoo.com>

Hello <realname missing>

Null Device wrote on 22.04.2004 22:17 MET:
> 
> i am using netfilter hooks only.
> is there a way i can limit the no of connections per
> second per ip using certail iptable or netfilter
> modules.
> i was unable to find any documentation on it.

Are you talking about client ip (where the connection comes from) or server 
ip (where the connection goes to)?

In general what about using
   -m state --state NEW
in combination with eg.
   -m limit --limit 3/s

-- 
MfG / Regards
Friedrich Lobenstock

  reply	other threads:[~2004-04-22 20:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-22 20:17 limiting connection rate Null Device
2004-04-22 20:55 ` Friedrich Lobenstock [this message]
2004-04-23  7:44 ` Henrik Nordstrom

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=40883135.20301@fl.priv.at \
    --to=fl@fl.priv.at \
    --cc=netfilter-devel@lists.netfilter.org \
    /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.