From owner-freebsd-pf@FreeBSD.ORG Fri Aug 19 20:16:22 2005 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E63A816A41F for ; Fri, 19 Aug 2005 20:16:22 +0000 (GMT) (envelope-from loveturtle@loveturtle.net) Received: from loveturtle.net (loveturtle.net [216.89.229.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C87043D45 for ; Fri, 19 Aug 2005 20:16:22 +0000 (GMT) (envelope-from loveturtle@loveturtle.net) Received: from [216.89.228.114] (osx.loveturtle.net [216.89.228.114]) by loveturtle.net (Postfix) with ESMTP id DB28B411C for ; Fri, 19 Aug 2005 16:16:21 -0400 (EDT) Message-ID: <43063E15.2070007@loveturtle.net> Date: Fri, 19 Aug 2005 16:16:21 -0400 From: Dillon User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-pf@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD 5.4 as a ECN Router X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 20:16:23 -0000 http://openbsd.org/faq/pf/ Wang, Xi (Research) wrote: >Hello, > >I am trying to set up a FreeBSD 5.4 box as a ECN-marking router to test some QoS scenarios. I am a newbie to FreeBSD, based on my current understanding, ALTQ can be compiled to FreeBSD 5.4 kernel by enabling the following options. > >options ALTQ >options ALTQ_CBQ # Class Bases Queuing (CBQ) >options ALTQ_RED # Random Early Detection (RED) >options ALTQ_RIO # RED In/Out > >I could see altq_*.o generated after compilation. However, I was not able to find the corresponding altq_*.ko after "make install". I am wondering if anybody on the list could give me some help on this. > >Another related question is "Do I need to enable packet filter to use ALTQ?" It seems to me that packet filter establish the queue for altq and altq (if enabled) will act based on the policy used. Is it correct? What is the relation between PF and ALTQ? > >How do I configure altq to make the freebsd box a ECN router and how to verify if indeed a packet is marked by altq on the router? > >The last question is where to find documentation on how to configure ALTQ and FP on FreeBSD 5.4? I checked and followed the instructions on the handbook and still feel confused. > >Your help is greatly appreciated. > >Xi > > >>______________________________________ >> >> >Xi Wang, Ph.D. > > >_______________________________________________ >freebsd-pf@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-pf >To unsubscribe, send any mail to "freebsd-pf-unsubscribe@freebsd.org" > >