From owner-freebsd-ipfw@FreeBSD.ORG Sun Aug 1 23:17:52 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 4FF3A16A4CE for ; Sun, 1 Aug 2004 23:17:52 +0000 (GMT) Received: from ns1.itga.com.au (ns1.itga.com.au [202.53.40.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 300AC43D5C for ; Sun, 1 Aug 2004 23:17:51 +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 i71NHmR5092890; Mon, 2 Aug 2004 09:17:48 +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 JAA27513; Mon, 2 Aug 2004 09:17:48 +1000 (EST) Message-Id: <200408012317.JAA27513@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 Fri, 30 Jul 2004 11:41:17 +0400. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 02 Aug 2004 09:17:48 +1000 Sender: gnb@itga.com.au cc: freebsd-ipfw@freebsd.org Subject: Re: 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: Sun, 01 Aug 2004 23:17:52 -0000 h-k@mail.ru said: > > >00001 5900 1623729 count ip from any to any in recv cp1 >00002 130 9768 count ip from any to any out xmit cp1 > >cp1 - external interface, no nat, route real IP adresses. >When i download via http from this router counter 2 increasing, but when >download from client behind this router via ftp counter 2 increasing, but >_very_ small. In rule 2, you are counting bytes back out to the internet. For an FTP download, this will only be the ACK packets - a very tiny amount. Perhaps you meant "out fxp1" instead? > P.S. Sorry for terrible English. Your English is far better than our Russian!