changed package status to beta
[ipt_ACCOUNT] / help
CommitLineData
b03f4657
TJ
1
2This patch adds the ACCOUNT target
3
4The ACCOUNT target is a high performance accounting system for local networks.
5It takes two parameters: --addr network/netmask and --tname NAME.
6
54756114 7--addr is the subnet which is accounted for
b03f4657
TJ
8--tname is the table name where the information is stored
9
54756114 10The data can be queried later using the libipt_ACCOUNT userspace library
b03f4657
TJ
11or by the "iptaccount" tool which is part of the libipt_ACCOUNT package.
12
54756114
TJ
13A special subnet is "0.0.0.0/0": All data is stored in the src_bytes
14and src_packets structure of slot "0". This is useful if you want
15to account the overall traffic to/from your internet provider.
16
116ea150 17For more information go to http://www.intra2net.com/opensource/ipt_account