From owner-freebsd-questions@FreeBSD.ORG Thu Mar 11 03:59:57 2004 Return-Path: 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 7638016A4CF for ; Thu, 11 Mar 2004 03:59:57 -0800 (PST) Received: from gualeguaychu.gov.ar (host254.200-117-40.telecom.net.ar [200.117.40.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9E7C43D5A for ; Thu, 11 Mar 2004 03:59:56 -0800 (PST) (envelope-from rjpereyra@gualeguaychu.gov.ar) Received: by gualeguaychu.gov.ar (Postfix, from userid 1061) id B01664929; Thu, 11 Mar 2004 08:59:50 -0300 (ART) Date: Thu, 11 Mar 2004 08:59:50 -0300 From: Roberto Pereyra To: freebsd-questions@freebsd.org Message-ID: <20040311115950.GA14829@gualeguaychu.gov.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: ipfw show questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2004 11:59:57 -0000 Hi all ! I want to do traffic accounting with a freebsd firewall. I configured a ipfw firewall with dummynet support. When I do: "ipfw show" the output show: 00100 25648 1869498 allow ip from 10.1.0.2 to any 00200 30115 3544967 allow ip from any to 10.1.0.2 00300 325 18354 pipe 1 ip from 10.1.1.30 to any via rl1 00400 452 444960 pipe 2 ip from any to 10.1.1.30 via rl1 00500 1 229 pipe 3 ip from 10.1.1.31 to any via rl1 00600 0 0 pipe 4 ip from any to 10.1.1.31 via rl1 00700 81 5880 pipe 5 ip from 10.1.1.32 to any via rl1 00800 36 4314 pipe 6 ip from any to 10.1.1.32 via rl1 ......... 65535 33030639 14936134258 allow ip from any to any A question: What means each column ? The third column is the traffic in this rule ? I not reboot my server, for example, in a month then I have the monthy traffic for this IP ? Thanks in advance roberto