From owner-freebsd-questions@FreeBSD.ORG Thu Jan 20 23:38:21 2005 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 1B32816A4CE for ; Thu, 20 Jan 2005 23:38:21 +0000 (GMT) Received: from smtpauth01.mail.atl.earthlink.net (smtpauth01.mail.atl.earthlink.net [209.86.89.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9BB443D1D for ; Thu, 20 Jan 2005 23:38:20 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth01.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1Crlsa-0005gg-7c; Thu, 20 Jan 2005 18:38:20 -0500 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Thu, 20 Jan 2005 17:38:23 -0600 User-Agent: KMail/1.6.2 References: <41F03F0F.3010206@fusemail.com> In-Reply-To: <41F03F0F.3010206@fusemail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200501201738.23731.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bceb2fc594cbe089e6780e9915f7ed6b46350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 cc: Brian John Subject: Re: ALTQ support? 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, 20 Jan 2005 23:38:21 -0000 On Thursday 20 January 2005 05:30 pm, Brian John wrote: > Hello, > I am trying to get pf to work on my 5.3 machine. I thought that I > had it setup but it says that I don't have ALTQ support? What is > that? Can someone help me set it up? > > Thanks > > /Brian ALTQ is a kernel option. Add the line below to your kernel configuration file and rebuild/install your kernel. options ALTQ If you need assistance in customizing the kernel, see Chapter 8 of the FreeBSD Handbook at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html Good luck, Andrew Gould