From owner-freebsd-net@FreeBSD.ORG Tue Dec 5 18:52:25 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7095B16A407; Tue, 5 Dec 2006 18:52:25 +0000 (UTC) (envelope-from joe@joeholden.co.uk) Received: from claire.ber.rewt.org.uk (claire.ber.rewt.org.uk [217.160.200.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 780ED43CA3; Tue, 5 Dec 2006 18:51:44 +0000 (GMT) (envelope-from joe@joeholden.co.uk) Received: from localhost (unknown [127.0.0.1]) by claire.ber.rewt.org.uk (Postfix) with ESMTP id 7FE7E5CA9; Tue, 5 Dec 2006 18:52:23 +0000 (GMT) X-Virus-Scanned: amavisd-new at claire.ber.rewt.org.uk Received: from claire.ber.rewt.org.uk ([127.0.0.1]) by localhost (claire.ber.rewt.org.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xpz-AgLrsjit; Tue, 5 Dec 2006 18:52:20 +0000 (GMT) Received: from [62.84.172.67] (dsl172-67.as6911.net [62.84.172.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by claire.ber.rewt.org.uk (Postfix) with ESMTP id 6EF665CA5; Tue, 5 Dec 2006 18:52:20 +0000 (GMT) Message-ID: <4575BFE2.6060601@joeholden.co.uk> Date: Tue, 05 Dec 2006 18:52:18 +0000 From: Joe Holden User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Benjamin Adams References: <6199c3dc0612050848g16a0911dga145485ba14bf21f@mail.gmail.com> In-Reply-To: <6199c3dc0612050848g16a0911dga145485ba14bf21f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, freebsd-chat@freebsd.org Subject: Re: Bandwidth Monitoring program X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joe@joeholden.co.uk List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2006 18:52:25 -0000 Benjamin Adams wrote: > I'm on a network that has a normal store firewall, setup as a NAT. I'm > trying to find a way to monitor all bandwidth by clients through that > firewall. I don't have the ability to just put an inline box to examine > packets. Is there a program where I can see whats going on from the > computer on that network. > > What I'm looking for is: > client ip : 2.3 GB > List of ports used in bandwidth amounts. > > > Thanks for any help, > Ben Adams Take a look at "bandwidthd," it's in ports HTH, Joe