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