From owner-freebsd-questions@FreeBSD.ORG Wed Feb 28 23:58:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 218E516A400 for ; Wed, 28 Feb 2007 23:58:36 +0000 (UTC) (envelope-from jbronson@wixb.com) Received: from outbound.mailhop.org (outbound.mailhop.org [63.208.196.171]) by mx1.freebsd.org (Postfix) with ESMTP id EC16513C478 for ; Wed, 28 Feb 2007 23:58:35 +0000 (UTC) (envelope-from jbronson@wixb.com) Received: from adsl-69-210-74-164.dsl.milwwi.ameritech.net ([69.210.74.164] helo=cheyenne.sixcompanies.com) by outbound.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HMYgq-0008po-Ux; Wed, 28 Feb 2007 18:58:33 -0500 Received: from coors.sixcompanies.com (coors.sixcompanies.com [10.43.82.5]) by cheyenne.sixcompanies.com (8.14.0/8.14.0) with ESMTP id l1SNwWw9010146; Wed, 28 Feb 2007 17:58:32 -0600 (CST) X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 69.210.74.164 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: lonebandit Message-Id: <200702282358.l1SNwWw9010146@cheyenne.sixcompanies.com> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Wed, 28 Feb 2007 17:58:31 -0600 To: Daniel Gerzo From: "J.D. Bronson" In-Reply-To: <653028165.20070301005157@rulez.sk> References: <653028165.20070301005157@rulez.sk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: pfctl: DIOCSETSTATUSIF 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, 28 Feb 2007 23:58:36 -0000 At 12:51 AM 3/1/2007 +0100, Daniel Gerzo wrote: >Hello pf, > >I'm having the following problem: > >db2# pfctl -f /etc/pf.conf >No ALTQ support in kernel >ALTQ related functions disabled >pfctl: DIOCSETSTATUSIF >Exit 1 >db2# uname -srm >FreeBSD 7.0-CURRENT #0: Wed Feb 28 23:47:39 CET 2007 amd64 > >pf related items in kernel: > >device pf >device pflog > >-- >Best regards, any chance you have this in pf.conf: set loginterface tun0 and tun0 isnt up yet? DIOCSETSTATUSIF generally means that pfctl is trying to operate on a non-existant interface -JD