From owner-freebsd-pf@FreeBSD.ORG Wed Oct 11 15:05:14 2006 Return-Path: X-Original-To: freebsd-pf@freebsd.org 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 1B9C716A403 for ; Wed, 11 Oct 2006 15:05:14 +0000 (UTC) (envelope-from jon.otterholm@ide.resurscentrum.se) Received: from mail1.cil.se (mail1.cil.se [217.197.56.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id A53DC43D49 for ; Wed, 11 Oct 2006 15:05:00 +0000 (GMT) (envelope-from jon.otterholm@ide.resurscentrum.se) Received: from [192.168.2.10] ([192.168.2.10]) by mail1.cil.se with Microsoft SMTPSVC(6.0.3790.0); Wed, 11 Oct 2006 17:04:59 +0200 Message-ID: <452D081A.9090603@ide.resurscentrum.se> Date: Wed, 11 Oct 2006 17:04:58 +0200 From: Jon Otterholm User-Agent: Thunderbird 1.5 (X11/20060204) MIME-Version: 1.0 To: freebsd-pf@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Oct 2006 15:04:59.0070 (UTC) FILETIME=[9E950DE0:01C6ED46] Subject: table persist file 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: Wed, 11 Oct 2006 15:05:14 -0000 Hi. I have a table in my pf.conf: table persist file "/etc/pf/commit" When I add IP's to the table nothing gets into the file even though they are listed in the table. Any thoughts? Info: su-2.05b# uname -a FreeBSD host.domain.se 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Fri Sep 15 13:26:01 CEST 2006 user@:/usr/obj/usr/src/sys/GENERIC i386 su-2.05b# pfctl -t commit -T sh No ALTQ support in kernel ALTQ related functions disabled XXX.XXX.XX.228 XXX.XXX.XX.229 XXX.XXX.XX.232 XXX.XXX.XX.233 XXX.XXX.XX.234 XXX.XXX.XX.236 XXX.XXX.XX.237 su-2.05b# cat /etc/pf/commit su-2.05b# ls -la /etc/pf/commit -rwxrwxrwx 1 root wheel 0 Sep 26 11:06 /etc/pf/commit /Jon