From owner-freebsd-questions@FreeBSD.ORG Sat Apr 23 01:42:25 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 02A9116A4CE for ; Sat, 23 Apr 2005 01:42:23 +0000 (GMT) Received: from orb.pobox.com (orb.pobox.com [207.8.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E9AB43D41 for ; Sat, 23 Apr 2005 01:42:23 +0000 (GMT) (envelope-from LukeD@pobox.com) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id A7E8F90A; Fri, 22 Apr 2005 21:42:20 -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 017CD87; Fri, 22 Apr 2005 21:42:18 -0400 (EDT) Date: Fri, 22 Apr 2005 18:42:19 -0700 (PDT) From: Luke Dean X-X-Sender: lukas@border.crystalsphere.multiverse To: freebsd-questions@freebsd.org In-Reply-To: <20050422183724.W16245@border.crystalsphere.multiverse> Message-ID: <20050422184113.O16245@border.crystalsphere.multiverse> References: <4269A431.1060201@fusemail.com> <20050422183724.W16245@border.crystalsphere.multiverse> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: Brian John 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:42:25 -0000 > 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 Gah! I knew that didn't look right... pfctl -F all -f /etc/pf.conf Or check out "man pfctl" for other options. > > Both are must-haves for tinkering with pf.