From owner-freebsd-questions@FreeBSD.ORG Wed Aug 24 06:28:58 2005 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 B029C16A420 for ; Wed, 24 Aug 2005 06:28:58 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EB5E43D48 for ; Wed, 24 Aug 2005 06:28:58 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so25597nzd for ; Tue, 23 Aug 2005 23:28:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PqksEIkQ93wAaa4/ouP3RFiMo7jxjPpCmxJsJAu1bzbj6Efm2fPRv10rwc3ISHQlXF+apeVZVFKQZEPSYUif90ynXyEZeZkLipBt/VlqvrS8/MD9FV8sCsz2bbGOCQr47ccEhgr033+RouBvVSx1cnX5IHv/NtUmmRRU256oKKI= Received: by 10.36.39.2 with SMTP id m2mr4097824nzm; Tue, 23 Aug 2005 23:28:57 -0700 (PDT) Received: by 10.36.48.17 with HTTP; Tue, 23 Aug 2005 23:28:57 -0700 (PDT) Message-ID: <810a540e050823232873072aeb@mail.gmail.com> Date: Wed, 24 Aug 2005 00:28:57 -0600 From: Pat Maddox To: FreeBSD Questions In-Reply-To: <5010640065.20050824092336@spaingsm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <122841917.20050824081614@spaingsm.com> <810a540e05082322417f8e0632@mail.gmail.com> <5010640065.20050824092336@spaingsm.com> Subject: Re: Re[2]: how to enable altq to use with ipfw 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, 24 Aug 2005 06:28:58 -0000 If you're using IPFW, there's no reason to enable PF. But here's the code to enable in your kernel config: # pf support device pf device pflog device pfsync Here's the handbook page on PF and ALTQ: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-pf.html On 8/24/05, vladone wrote: > Thanks! And pf how it's enabled? I think need some device in /dev > This is created when compiling kernel with these options or need to > compile and options for pf? >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >