From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 13:22:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2622B16A529 for ; Wed, 20 Sep 2006 13:22:41 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DA8643D53 for ; Wed, 20 Sep 2006 13:22:39 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from iris ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k8KDMcEY012609; Wed, 20 Sep 2006 16:22:38 +0300 From: Nikos Vassiliadis To: Norberto Meijome Date: Wed, 20 Sep 2006 16:19:57 +0300 User-Agent: KMail/1.9.1 References: <20060920012401.3cfbb715@localhost> <200609201420.19407.nvass@teledomenet.gr> <20060920225010.3eec8ef7@localhost> In-Reply-To: <20060920225010.3eec8ef7@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609201619.57845.nvass@teledomenet.gr> Cc: freebsd-questions@freebsd.org Subject: Re: Packet loss simulation with ALTQ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 13:22:41 -0000 On Wednesday 20 September 2006 15:50, Norberto Meijome wrote: > gotcha, so i may end up using 2 firewalls anyway... :-) I think I may go > with ipfw and dummynet to keep it to one set.... I'll have to read on some > comparisons before making up my mind... Perhaps you can combine ipfw/dummynet and pf/ALTQ. I know for sure that you can use pf and ipfw at the same time. The filtering is done in a serial way(packets that are allowed through the first packet filter, go through the second etc). You can load the modules in any order you like and this will be the order packets flow through the packet filters... Don't know if that's the case with dummynet and ALTQ... Also, ipfw can "inject" packets to altq. You still have to use pf for setting up the queues. HTH, Nikos