From owner-freebsd-questions@FreeBSD.ORG Thu Apr 24 14:59:03 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2C8E37B401 for ; Thu, 24 Apr 2003 14:59:03 -0700 (PDT) Received: from brisefer.cediti.be (porquepix.cediti.be [213.189.188.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D59F43FCB for ; Thu, 24 Apr 2003 14:59:02 -0700 (PDT) (envelope-from Olivier.Cherrier@cediti.be) Received: by brisefer.nat.cediti.be with Internet Mail Service (5.5.2653.19) id ; Thu, 24 Apr 2003 23:56:14 +0200 Message-ID: From: Olivier Cherrier To: 'Ian Barnes' , freebsd-questions@freebsd.org Date: Thu, 24 Apr 2003 23:56:08 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Subject: RE: IPF X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 21:59:04 -0000 > I have one question though. Can i use IPF with IPFW? Using > IPF for main > firewalling, but IPFW for bandwidth management? I don't think so. If you are using IPFW, you can do anything with it. If you are using IPF and want to make bandwidth limitations, you may want to use ALTQ, coming with KAME. You can also try http://pf4freebsd.love2party.net/ with FreeBSD-5. oc