From owner-freebsd-pf@FreeBSD.ORG Mon Mar 19 14:32:42 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 B2F1616A406 for ; Mon, 19 Mar 2007 14:32:42 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp112.sbc.mail.re2.yahoo.com (smtp112.sbc.mail.re2.yahoo.com [68.142.229.93]) by mx1.freebsd.org (Postfix) with SMTP id 4B07D13C4C6 for ; Mon, 19 Mar 2007 14:32:42 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: (qmail 19169 invoked from network); 19 Mar 2007 14:32:41 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@68.249.177.115 with login) by smtp112.sbc.mail.re2.yahoo.com with SMTP; 19 Mar 2007 14:32:41 -0000 X-YMail-OSG: ey8zUtQVM1kZIvaP0raipk7ICoRkXQ38WHaeUUa.uIfFDdbr9l2ZpAmegMnWgvfKMK_bZPI4e7E3xNO0eNupk0xkUsKtom.rgd5oSCnz0pCZlL_axAEKL1cR8DEG5KazES_s_wgNR2eAq44- Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id 0E88FB84F; Mon, 19 Mar 2007 09:31:53 -0500 (CDT) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UcAFtndEOKtc; Mon, 19 Mar 2007 09:31:51 -0500 (CDT) Received: from [IPv6:::1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTP id B3CE0B84E; Mon, 19 Mar 2007 09:31:51 -0500 (CDT) Message-ID: <45FE9F06.6060301@mikestammer.com> Date: Mon, 19 Mar 2007 09:32:38 -0500 From: Eric User-Agent: Thunderbird 2.0b2 (Windows/20070116) MIME-Version: 1.0 To: Max Laier References: <45FE919B.7040208@mikestammer.com> <200703191519.37364.max@love2party.net> In-Reply-To: <200703191519.37364.max@love2party.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-pf@freebsd.org Subject: Re: pf logging differences 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: Mon, 19 Mar 2007 14:32:42 -0000 Max Laier wrote: > On Monday 19 March 2007 14:35, Eric wrote: >> >> Why is the first host producing more detailed logs? why isnt pf showing >> the port that was blocked or anything else like it does in the first >> host? Is there a way to make the ng0 interface log more or is this due >> to the netgraph hooks into pf? > > Just specify a larger snaplen. "tcpdump -s 0" to catch the whole packet. > THANK YOU! this works great. Eric