From owner-freebsd-questions@FreeBSD.ORG Mon Sep 29 20:33:24 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9651106569E for ; Mon, 29 Sep 2008 20:33:24 +0000 (UTC) (envelope-from chris@upnix.com) Received: from mail-gx0-f17.google.com (mail-gx0-f17.google.com [209.85.217.17]) by mx1.freebsd.org (Postfix) with ESMTP id 712908FC0A for ; Mon, 29 Sep 2008 20:33:24 +0000 (UTC) (envelope-from chris@upnix.com) Received: by gxk10 with SMTP id 10so10918800gxk.19 for ; Mon, 29 Sep 2008 13:33:23 -0700 (PDT) Received: by 10.142.230.11 with SMTP id c11mr2371333wfh.302.1222718417127; Mon, 29 Sep 2008 13:00:17 -0700 (PDT) Received: by 10.142.216.14 with HTTP; Mon, 29 Sep 2008 13:00:17 -0700 (PDT) Message-ID: <7fd868cc0809291300r10f1856du2f9fb71e7985b98d@mail.gmail.com> Date: Mon, 29 Sep 2008 14:00:17 -0600 From: "Chris Cameron" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: AuthPF not updating rules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2008 20:33:24 -0000 I have /etc/authpf created, with an empty authpf.conf inside. Also inside is users/'username'/authpf.rules, which is not writable by anyone but root. Also, my AuthPF user has authpf as a shell. I've also jumped through 2 undocumented hoops of creating and permission-ing /var/authpf and mounting fdescfs. All that aside, I can log in and get my Hello. However, not only does my rule not work, but doing "pfctl -s rules | grep 'client-ip-address'" brings back nothing. Can anyone tell me something I may have missed? If I make a syntax error, I see pfctl complain, so I'm sure that the file is being read. Appreciate any help, Chris