From owner-freebsd-questions@FreeBSD.ORG Thu Aug 21 22:36:11 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A738106566B for ; Thu, 21 Aug 2008 22:36:11 +0000 (UTC) (envelope-from eculp@unixmania.com) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id 265978FC21 for ; Thu, 21 Aug 2008 22:36:10 +0000 (UTC) (envelope-from eculp@unixmania.com) Received: from HOME.encontacto.net ([189.190.8.164]) by ns2.bafirst.com with esmtp; Thu, 21 Aug 2008 17:26:07 -0500 id 000D5464.48ADEB7F.00004A70 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Thu, 21 Aug 2008 17:26:06 -0500 id 0004AC1B.48ADEB7E.00005553 Received: from 172.16.0.7 (172.16.0.7 [172.16.0.7]) by econet.unixmania.com (Horde Framework) with HTTP; Thu, 21 Aug 2008 17:26:06 -0500 Message-ID: <20080821172606.32852rx7dwf99cao@econet.unixmania.com> Date: Thu, 21 Aug 2008 17:26:06 -0500 From: eculp@unixmania.com To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) X-Remote-Browser: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.16) Gecko/20080803 Firefox/2.0.0.16 X-IMP-Server: 189.190.8.164 X-Originating-IP: 201.155.7.3 X-Originating-User: eculp@unixmania.com Subject: Bidirectional traffic control with PF and altq or dummynet 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: Thu, 21 Aug 2008 22:36:11 -0000 I have been using PF for several years now and used IPFW previous to PF that I've grown more and more fond of. I now need to manage bidirectional traffic I have used Dummynet before to do similar things but it is my understanding that Altq can only manage outgoing traffic. My questions are: Am I correct in saying that Altq can not manage bidirectional traffic? if not I understand the dummynet can be used with pf and if so does anyone know of a howto to get me started? Thanks, ed