From owner-freebsd-ipfw@FreeBSD.ORG Mon Sep 5 12:43:54 2005 Return-Path: X-Original-To: freebsd-ipfw@freebsd.org Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30A6F16A41F for ; Mon, 5 Sep 2005 12:43:54 +0000 (GMT) (envelope-from vladone@spaingsm.com) Received: from mail.spaingsm.com (llwb135.servidoresdns.net [217.76.137.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE22D43D45 for ; Mon, 5 Sep 2005 12:43:46 +0000 (GMT) (envelope-from vladone@spaingsm.com) Received: from [192.168.0.18] (unknown [84.243.99.132]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.spaingsm.com (Postfix) with ESMTP id 4D0EA24C6ED for ; Mon, 5 Sep 2005 14:27:28 +0200 (CEST) Date: Mon, 5 Sep 2005 15:43:54 +0300 From: vladone X-Mailer: The Bat! (v3.0.1.33) Professional X-Priority: 3 (Normal) Message-ID: <11057988.20050905154354@spaingsm.com> To: freebsd-ipfw@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: ipfw+altq X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vladone List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 12:43:54 -0000 Hi! I have an frebsd 5.4 release system. I want to use ipfw+altq. I read seome abiut, and i want to tryit. My questions is about altq. How to enable altq? In my kernel configuration i put: options ALTQ options ALTQ_CBQ options ALTQ_RED options ALTQ_RIO options ALTQ_HFSC options ALTQ_PRIQ options ALTQ_NOPCC Need enable and PF with "device pf"? Need some patches for kernel? I try'it with this optins presented (and PF enabled), and when i give "ipfw enable altq", i receive an error, about unknow option "altq".