From owner-freebsd-questions Fri Jun 21 7:52: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 14F7A37B412 for ; Fri, 21 Jun 2002 07:51:42 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g5LEntJ86460; Fri, 21 Jun 2002 11:49:55 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Fri, 21 Jun 2002 11:49:55 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: Jon Larssen Cc: Subject: Re: Bandwith management with IPFilter In-Reply-To: Message-ID: <20020621113228.K72522-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 21 Jun 2002, Jon Larssen wrote: > Hi, > > with IPFW we can have bandwidth management with dummynet. If I use IP Filter > instead, what solution can I have for bandwidth management/traffic shaping? ipf does filtering, and ipnat does NAT. Darren says he wants to keep bandwidth management out of IPFilter. You have two choices: 1. install AltQ 2. Use dummynet. I use this one. ipf/ipnat for filtering, and ipfw/dummynet for traffic shaping. dont't forget to define IPFIREWALL_DEFAULT_TO_ACCEPT since you are using ipf for filtering. Fer > > regards, > Jon. > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message