From owner-freebsd-net@FreeBSD.ORG Fri May 30 07:26:14 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9840F37B401 for ; Fri, 30 May 2003 07:26:14 -0700 (PDT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20F6943F75 for ; Fri, 30 May 2003 07:26:14 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.8p1/8.12.3) with ESMTP id h4UEQ6Qg098400; Fri, 30 May 2003 07:26:06 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.8p1/8.12.3/Submit) id h4UEQ5Nx098387; Fri, 30 May 2003 07:26:05 -0700 (PDT) (envelope-from rizzo) Date: Fri, 30 May 2003 07:26:05 -0700 From: Luigi Rizzo To: Andrew Gallatin Message-ID: <20030530072605.A97702@xorpc.icir.org> References: <16087.23499.422415.378026@grasshopper.cs.duke.edu> <20030530133052.GC414@nitro.dk> <16087.24004.208831.221102@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <16087.24004.208831.221102@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Fri, May 30, 2003 at 09:33:56AM -0400 cc: "Simon L. Nielsen" cc: freebsd-net@freebsd.org Subject: Re: limiting connections per IP w/FreeBSD ftpd? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 14:26:14 -0000 On Fri, May 30, 2003 at 09:33:56AM -0400, Andrew Gallatin wrote: ... > As for adding it to the server itself, its an alpha, and I don't think > dummnet/ipfw are production quality on alpha... actually the ipfw1/dummynet code is the same and should be working perfectly fine on the alpha. ipfw2 does have alignement issues on the alpha and sparc, but i have patches (posted to the -alpha and -sparc64 lists almost 2 weeks ago now) which are just awaiting some good soul with those platform to provide feedback. cheers luigi