Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2002 12:07:26 +0200
From:      Paulius Bulotas <paulius@kaktusas.org>
To:        freebsd questions <freebsd-questions@freebsd.org>
Subject:   Re: limit number of connections per client ip address
Message-ID:  <20020617100726.GB54160@kaktusas.org>
In-Reply-To: <20020615045124.5873137B403@hub.freebsd.org>
References:  <20020615003406.64655.qmail@web10006.mail.yahoo.com> <20020615045124.5873137B403@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 02 06 14, Nielsen wrote:
> As far as I know this is not possible in freebsd with either of the
> firewalls supplied. Dummynet is for limiting traffic rate, simulating

From ipfw man page:
limit {src-addr | src-port | dst-addr | dst-port} N
      The firewall will only allow N connections with the same
      set of parameters as specified in the rule.  One or more
      of source and destination addresses and ports can be
      specified.

Regards,
Paulius

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020617100726.GB54160>