Luigi Rizzo wrote:
> On Thu, Jun 20, 2002 at 08:25:28PM -0700, Terry Lambert wrote:
> > Giorgos Keramidas wrote:
> > > I've been thinking for quite some time to add per-client-IP limiting
> > > to ftpd, and I had almost decided upon something like the following,
> ...
> > Someone just did something similar for inetd (per IP per port).
> >
> > The more I think about this, and the fact that there is code growing
> > to do basically the same thing in every program, the more I think
> > that the code to do this needs to be centralized.
> 
> in fact there is an ipfw rule which does just this:
> 
>         ipfw add allow ip from any to any limit src-addr 5
> 
> and here you go...

Can this be done per port?  THis is what both the FTP and the inetd
modification movements have been about...

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to