From owner-freebsd-pf@FreeBSD.ORG Fri Apr 1 06:45:29 2005 Return-Path: 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 C2D8916A4CE for ; Fri, 1 Apr 2005 06:45:29 +0000 (GMT) Received: from insomnia.benzedrine.cx (insomnia.benzedrine.cx [62.65.145.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BD9C43D62 for ; Fri, 1 Apr 2005 06:45:28 +0000 (GMT) (envelope-from dhartmei@insomnia.benzedrine.cx) Received: from insomnia.benzedrine.cx (dhartmei@localhost [127.0.0.1]) j316jLYk009603 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Fri, 1 Apr 2005 08:45:22 +0200 (MEST) Received: (from dhartmei@localhost) by insomnia.benzedrine.cx (8.13.3/8.12.10/Submit) id j316jLJO019248; Fri, 1 Apr 2005 08:45:21 +0200 (MEST) Date: Fri, 1 Apr 2005 08:45:19 +0200 From: Daniel Hartmeier To: Pat Maddox Message-ID: <20050401064519.GD10667@insomnia.benzedrine.cx> References: <810a540e0503311454589ae1cc@mail.gmail.com> <810a540e050331154129ebc703@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <810a540e050331154129ebc703@mail.gmail.com> User-Agent: Mutt/1.5.6i cc: freebsd-pf@freebsd.org Subject: Re: Problem with PF X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.1 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, 01 Apr 2005 06:45:29 -0000 On Thu, Mar 31, 2005 at 04:41:37PM -0700, Pat Maddox wrote: > It looks like the error happens as soon as I reference an interface. > Even if I just make my config file: > pass quick on lo0 all Looks like a generic problem with ioctl on /dev/pf. Does "pfctl -si" work? What does "ls -al /dev/pf" show? Daniel