From owner-freebsd-ipfw@FreeBSD.ORG Mon Aug 2 07:14:21 2004 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C85916A4CE for ; Mon, 2 Aug 2004 07:14:21 +0000 (GMT) Received: from ns1.itga.com.au (ns1.itga.com.au [202.53.40.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id F328B43D6E for ; Mon, 2 Aug 2004 07:14:17 +0000 (GMT) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns1.itga.com.au (8.12.9/8.12.9) with ESMTP id i727EDR5094614; Mon, 2 Aug 2004 17:14:13 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (localhost [127.0.0.1]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id RAA27624; Mon, 2 Aug 2004 17:14:13 +1000 (EST) Message-Id: <200408020714.RAA27624@lightning.itga.com.au> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 From: Gregory Bond To: dawnshade In-reply-to: Your message of Mon, 02 Aug 2004 10:55:55 +0400. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 02 Aug 2004 17:14:13 +1000 Sender: gnb@itga.com.au cc: freebsd-ipfw@freebsd.org Subject: Re: Re[2]: strange behaivor ipfw2 counters X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 07:14:21 -0000 > 00001 3565222 1636826036 count ip from any to any in recv cp1 > 00002 384898 314601856 count ip from any to any out xmit cp1 > 00003 473872 352073912 count ip from any to any in via fxp* > 00004 3584143 1645055815 count ip from any to any out via fxp* > I think that some bug, when code ipfw2 was MFC'ed to 4.X. I don't think so, these counters are pretty much what I'd expect to see if a client on fxp0 was FTPing through this machine. Why do you think this is wrong?