From owner-freebsd-questions@FreeBSD.ORG Sat Apr 23 01:40:10 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 E53D716A4CE for ; Sat, 23 Apr 2005 01:40:10 +0000 (GMT) Received: from orb.pobox.com (orb.pobox.com [207.8.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D8343D53 for ; Sat, 23 Apr 2005 01:40:10 +0000 (GMT) (envelope-from LukeD@pobox.com) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id 686EF90A; Fri, 22 Apr 2005 21:40:07 -0400 (EDT) Received: from pool-71-112-215-205.sttlwa.dsl-w.verizon.net (pool-71-112-215-205.sttlwa.dsl-w.verizon.net [71.112.215.205]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id A39D987; Fri, 22 Apr 2005 21:40:05 -0400 (EDT) Date: Fri, 22 Apr 2005 18:40:03 -0700 (PDT) From: Luke Dean X-X-Sender: lukas@border.crystalsphere.multiverse To: Brian John In-Reply-To: <4269A431.1060201@fusemail.com> Message-ID: <20050422183724.W16245@border.crystalsphere.multiverse> References: <4269A431.1060201@fusemail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-questions@freebsd.org Subject: Re: problems with pf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Luke Dean List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Apr 2005 01:40:11 -0000 > I have read the manpage on pf but I am still stumped. I get some error > messages when starting up that say something like 'rule expands to no > possible valid combination' or something to that effect. If someone can tell > me how I can find out what the error messages are when I boot I will post > them. Parse your rules without actually loading them: pfctl -n -f /etc/pf.conf Flush the old rules and load the new ones without rebooting: pfctl -F -f /etc/pf.conf Both are must-haves for tinkering with pf.