From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 05:29:22 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org 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 0B65F16A420 for ; Fri, 24 Feb 2006 05:29:22 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from wdscexfe02.sc.wdc.com (wdscexfe02.sc.wdc.com [129.253.170.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDFAF43D46 for ; Fri, 24 Feb 2006 05:29:21 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from wdmyexbe03.my.asia.wdc.com ([129.253.105.55]) by wdscexfe02.sc.wdc.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 23 Feb 2006 21:29:17 -0800 Received: from 129.253.108.208 ([129.253.108.208]) by wdmyexbe03.my.asia.wdc.com ([129.253.105.55]) with Microsoft Exchange Server HTTP-DAV ; Fri, 24 Feb 2006 05:29:14 +0000 Received: from neuromancer by 129.253.105.55; 24 Feb 2006 13:28:47 +0800 From: Ow Mun Heng To: freebsd-questions@FreeBSD.org In-Reply-To: <000001c63841$e2e7a760$0c00000a@officexp> References: <000001c63841$e2e7a760$0c00000a@officexp> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 24 Feb 2006 13:28:47 +0800 Message-Id: <1140758927.4762.82.camel@neuromancer.home.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 X-OriginalArrivalTime: 24 Feb 2006 05:29:18.0275 (UTC) FILETIME=[42114130:01C63903] Cc: Subject: Re: proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 05:29:22 -0000 On Thu, 2006-02-23 at 08:25 +0200, Andre Pretorius wrote: > I need to monitor traffic from my network to the internet, I then need > to charge each user (preferably username and password authentication) > for the amount of data used. > Can FreeBSD do this? Short answer. YES Long Answer - Check up on setting up a web proxy (if that's what you want) or use something like ipaudit or netams or a bandwidthd to determine usage.