Date: Wed, 13 Oct 1999 08:21:08 -0400 (EDT) From: zoonie <zoonie@zilch.org> To: Dan Nelson <dnelson@emsphone.com> Cc: Dan Larsson <support@junglenote.com>, "[FreeBSD-ISP-List] (E-post)" <freebsd-isp@FreeBSD.ORG>, "[FreeBSD-Questions-List] (E-post)" <freebsd-questions@FreeBSD.ORG> Subject: Re: how-to setup billing per MB? Message-ID: <Pine.BSF.4.05.9910130817470.20039-100000@localhost> In-Reply-To: <19991012141808.A5946@dan.emsphone.com>
next in thread | previous in thread | raw e-mail | index | archive | help
measuring MB transmitted via ipfw is what i do....i wrote a perl script to grab the numbers and store them in a db file. i also have the script generate a web page for the specific customer that gets transfered to a web server on a daily basis so that the customers can see how much they have transmitted for the month on any given day....it shouldn't be too much of a problem to use a different database to store the info... On Tue, 12 Oct 1999, Dan Nelson wrote: > In the last episode (Oct 12), Dan Larsson said: > > My employer wants me to implement billing per MB. > > > > * I need to be able to set some kind of MB threshold value for when > > billing should occur > > * All clients have static IP addresses so it has to be based on per ethernet address (if possible) > > or per IP address > > You can set up ipfw rules to count the packets going to each IP, then > every hour/day store the counts in a database somewhere, and base your > billing off of that. > > -- > Dan Nelson > dnelson@emsphone.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > --------------------------------------------- The devil finds work for idle circuits to do. --------------------------------------------- zoonie at zilch dot org 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?Pine.BSF.4.05.9910130817470.20039-100000>