Subject: Re: accounting on mac-adress
To: <>
From: Ignatios Souvatzis <is@netbsd.org>
List: current-users
Date: 09/04/2001 19:34:34
On Tue, Sep 04, 2001 at 09:19:51AM +0200, Tobias Schuepp wrote:
> i want to do ethernettraffic accounting on the interfaces internal
> mac-adress. so i can handel my c-class network by dhcp and do correct
> accouting for any user.

Do you have less than 254 users? Then the easy solution is to assign them
fixed addresses in dhcpd.conf and use e.g. normal ipf counting mechanisms.

Else you'd need to post-process dhcp log and ipf statistics, correlating
by time... sorry, no ready to use solution I know of.

Regards,
	-is