From owner-freebsd-pf@FreeBSD.ORG Sat May 5 23:15:43 2007 Return-Path: X-Original-To: freebsd-pf@FreeBSD.org Delivered-To: freebsd-pf@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 64CC216A401 for ; Sat, 5 May 2007 23:15:43 +0000 (UTC) (envelope-from steinex@nognu.de) Received: from shodan.nognu.de (shodan.nognu.de [85.14.216.230]) by mx1.freebsd.org (Postfix) with ESMTP id 2FCBB13C457 for ; Sat, 5 May 2007 23:15:43 +0000 (UTC) (envelope-from steinex@nognu.de) Received: by shodan.nognu.de (Postfix, from userid 1002) id B826EB867; Sun, 6 May 2007 00:48:53 +0200 (CEST) Date: Sun, 6 May 2007 00:48:53 +0200 From: Frank Steinborn To: freebsd-pf@FreeBSD.org Mail-Followup-To: freebsd-pf@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (FreeBSD) Message-Id: <20070505224853.B826EB867@shodan.nognu.de> Cc: Subject: PF not started on boot (though it's in /etc/rc.conf) X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 05 May 2007 23:15:43 -0000 Hi pf-users, I have a problem bringing up PF after a reboot of my 6.2 machine. I tried pf_enable="YES" in /etc/rc.conf, but it doesn't seem to get executed. /etc/rc.d/pf exists, also tried to declare pf_rules and even pf_program without luck. I always have to do "pfctl -e -f /etc/pf.conf" manually after the boot. Any hints on that? Thanks, Frank