Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2001 22:27:08 -0800
From:      "Ted Mittelstaedt" <tedm@toybox.placo.com>
To:        "Alexandre Kletchikov" <alek@liviz.ru>, <freebsd-questions@FreeBSD.ORG>
Subject:   RE: question
Message-ID:  <003101c08ce1$2b350880$1401a8c0@tedm.placo.com>
In-Reply-To: <LPBBLBGOLGIEPCEBNNIGIENHCBAA.alek@liviz.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003101c08ce1$2b350880$1401a8c0>