Index of /pub/linux/intevation/iam
Name Last modified Size Description
Parent Directory 12-Jun-2008 08:36 -
HOWTO 16-May-2002 15:22 5k
README 22-May-2002 12:24 3k
TODO 05-Oct-2001 11:23 1k
iam-0.0.1.tar.gz 04-Oct-2001 17:46 17k GZIP compressed docume>
iam-0.0.2.tar.gz 05-Oct-2001 11:23 17k GZIP compressed docume>
What is iam?
============
iptables accounting monster (iam) is a traffic reporting tool for iptables.
Currently it can generate daily reports in plain text and HTML format, or
summaries of these daily reports for a complete month or year.
Where is iam?
=============
Visit the iam home page for updates and web samples:
http://intevation.de/iam/
Or download iam from our ftp server:
ftp://ftp.intevation.de/iam/
http://ftp.intevation.de/iam/
FTP mirror at GWDG:
ftp://ftp.gwdg.de/pub/misc/freegis/intevation/iam/
http://ftp.gwdg.de/pub/misc/freegis/intevation/iam/
Please send comments and bug reports to:
Thomas Koester <tkoester@intevation.de>
Why did I write iam? Why do you want to use iam?
================================================
While looking for a traffic reporting tool, I didn't find something that
meets my requirements. So I started to write iam, which:
o is free software
o works with Linux 2.4 iptables
o is written in Python, a readable language (not perl, awk or shell script)
o is secure (i.e. only be root where you need to be root)
o doesn't depend on a specific web server or database server
o can generate reports for routers or servers
o can generate reports in plain text or HTML format
o can calculate costs for traffic (currently only price per MB, but
bulk discounts should be included soon)
You don't want to use iam?
==============================
This is a list of free software alternatives to iam:
IP Accounter:
http://sourceforge.net/projects/ipac-ng/
IP-Accounting Grapher:
http://dev.lashout.net/iag/
BW ACCT:
http://www.linespeed.net/index.php?page=projects&project=bwacct
fwanalog:
http://tud.at/programm/fwanalog/
Requirements
============
Python from http://www.python.org/ (version 1.5.2 or newer)
iptables from http://www.iptables.org/ (version 1.2 or newer)
cron must be installed to automatically dump iptables output to a file,
cron is also convenient for generating iam reports on regular intervals.
You only need root access to install the iptables script and to dump it's
output. but iam doesn't need to be run by a privileged user.
iam_report currently needs a GNU version of date for the --date option.
Documentation
=============
See file HOWTO for installation and usage information on iam.
Documentation for iptables is available at:
http://www.iptables.org/documentation/
http://people.unix-fu.org/andreasson/
Documentation for implementing a bridging firewall:
http://www.sparkle-cc.co.uk/firewall/firewall.html
License
=======
Copyright (C) 2001, 2002 Intevation GmbH <intevation@intevation.de>
Georgstraße 4, D-49074 Osnabrueck,
Germany
Author: Thomas Koester <tkoester@intevation.de>
iam is released under the GNU General Public License
(see the file COPYING for details).