From owner-freebsd-questions@FreeBSD.ORG Mon Nov 6 21:47:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 747FD16A417 for ; Mon, 6 Nov 2006 21:47:42 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A72F43D7C for ; Mon, 6 Nov 2006 21:47:34 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id kA6Ll8xL028056 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 6 Nov 2006 23:47:22 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id kA6Lkvbn007923; Mon, 6 Nov 2006 23:46:58 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id kA6LkqJd007922; Mon, 6 Nov 2006 23:46:52 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 6 Nov 2006 23:46:52 +0200 From: Giorgos Keramidas To: Zbigniew Szalbot Message-ID: <20061106214652.GA7918@kobe.laptop> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.526, required 5, AWL -0.13, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20, UNPARSEABLE_RELAY 0.00) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: pf working but no log 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, 06 Nov 2006 21:47:42 -0000 On 2006-11-06 19:40, Zbigniew Szalbot wrote: > Hello, > > I configured the pf utility on FBSD 6.1 stable. > > I put in a very simple rule to test: > > block in log on $ext_if proto tcp from 218.83.108.230 to any port 25 > > Now, my conf file specifies that logging should be done to > /var/log/ipfilter.log I think there's a slight misunderstanding here. PF is *not* ipfilter, so unless you've done something special it doesn't log to ipfilter.log. Can you show us the exact rc.conf settings you used for PF?