From owner-freebsd-questions Thu Feb 1 22:28: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id E43D937B65D for ; Thu, 1 Feb 2001 22:27:51 -0800 (PST) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f126QfF63110; Fri, 2 Feb 2001 06:26:41 GMT (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Alexandre Kletchikov" , Subject: RE: question Date: Thu, 1 Feb 2001 22:27:08 -0800 Message-ID: <003101c08ce1$2b350880$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here is a suggestion, although you probably won't like it. First you have to set everyone's IP number to be static. Next you load ipfw and put in an access list of the form: for IP # 1.2.3.1 permit any any log for IP # 1.2.3.2 permit any any log for IP # 1.2.3.3 permit any any log for IP # 1.2.3.4 permit any any log for IP # 1.2.3.4 permit any any log etc. Then you write some perl script and parse the (gigantic) log files that will result. Alternatively, you can load Squid (www proxy) and block off port 80 from all but Squid, then make everyone's browser use the proxy. Of course this will only monitor web traffic. I don't know what your after but I suspect that this is it. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Alexandre Kletchikov Sent: Thursday, February 01, 2001 10:13 PM To: freebsd-questions@FreeBSD.ORG Subject: question Hi! I want to establish personal size of input Internet-traffic for any user in our LAN per month. We have FreeBSD server that manage our internet connection. What I can do for this task? SY, Alexandre Kletchikov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message