From owner-freebsd-questions@FreeBSD.ORG Mon Jan 1 14:22:39 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFF1816A403 for ; Mon, 1 Jan 2007 14:22:39 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from thenetnow.com (thenetnow.com [69.90.69.141]) by mx1.freebsd.org (Postfix) with ESMTP id 99C9013C428 for ; Mon, 1 Jan 2007 14:22:39 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.54) id 1H1O3i-000GBX-1f for freebsd-questions@freebsd.org; Mon, 01 Jan 2007 09:22:38 -0500 Message-ID: <001901c72db0$4a343d20$6501a8c0@GRANT> From: "Grant Peel" To: Date: Mon, 1 Jan 2007 09:22:38 -0500 Organization: The Net Now MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ipfw counters X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jan 2007 14:22:39 -0000 Hi all, If I have rules like: 10215 0 0 count ip from any to 1.2.3.4 via em0 10215 0 0 count ip from 1.2.3.4 to any via em0 in my ipfw rules, will the rules also count what is sent from those IPs = to the localhost (127.0.0.1).? ((I am guessing NO, but wanted a second opinion). -Grant