From owner-freebsd-security@FreeBSD.ORG Sat Feb 28 14:58:57 2004 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A20F416A4CE for ; Sat, 28 Feb 2004 14:58:57 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DD1B43D3F for ; Sat, 28 Feb 2004 14:58:57 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 7BB93653AC; Sat, 28 Feb 2004 22:58:55 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 91574-03; Sat, 28 Feb 2004 22:58:55 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id A787065211; Sat, 28 Feb 2004 22:58:54 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 6E97CB7; Sat, 28 Feb 2004 22:58:53 +0000 (GMT) Date: Sat, 28 Feb 2004 22:58:52 +0000 From: Bruce M Simpson To: Peter Rosa Message-ID: <20040228225852.GM28287@saboteur.dek.spc.org> Mail-Followup-To: Peter Rosa , FreeBSD Security References: <000b01c3fe29$ba244800$3501a8c0@peter> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000b01c3fe29$ba244800$3501a8c0@peter> cc: FreeBSD Security Subject: Re: Darkstat X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2004 22:58:57 -0000 On Sat, Feb 28, 2004 at 07:36:05PM +0100, Peter Rosa wrote: > Or is there some other tool, which can measure in/out traffic and send > output to another machine ? I know MRTG, but it uses SNMP I do not know to > work with. I'm not familiar with Darkstat; I have some patches for trafd to implement SNMP support (per-host statistics pollable via SNMP), which I plan to port to bpft as it fixes many of the bugs present in trafd. I currently use a combination of Cricket, rrdtool and net-snmp to produce these kinds of statistics for routers on an interface basis, albeit running on the same machine for expendiency (we have a very small scale setup). BMS