From owner-freebsd-current Thu Sep 21 15:11:13 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA01264 for current-outgoing; Thu, 21 Sep 1995 15:11:13 -0700 Received: from brasil.moneng.mei.com (brasil.moneng.mei.com [151.186.20.4]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA01258 ; Thu, 21 Sep 1995 15:11:09 -0700 Received: (from jgreco@localhost) by brasil.moneng.mei.com (8.7.Beta.1/8.7.Beta.1) id RAA28851; Thu, 21 Sep 1995 17:10:04 -0500 From: Joe Greco Message-Id: <199509212210.RAA28851@brasil.moneng.mei.com> Subject: Re: IP accounting To: nathan@netrail.net (Nathan Stratton) Date: Thu, 21 Sep 1995 17:10:03 -0500 (CDT) Cc: questions@freebsd.org, current@freebsd.org In-Reply-To: from "Nathan Stratton" at Sep 21, 95 05:44:11 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-current@freebsd.org Precedence: bulk > I have just set up a FreeBSD box as one of my backbone routers and it > works great. I was using linux and it crashed with about 100 routes. But > FreeBSD is working with no load and 30 K routes. > > My only problem is IP accounting I need to know many packets and kbs is > going out of all my interfaces. Is there any software that will do this? Look at IP Firewall (options IPFW in your kernel), there is plenty of support for that. :-) I keep fairly detailed stats myself. ... JG