| Commit | Line | Data |
|---|---|---|
| b03f4657 TJ |
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 | ||
| 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 | 10 | The data can be queried later using the libipt_ACCOUNT userspace library |
| b03f4657 TJ |
11 | or by the "iptaccount" tool which is part of the libipt_ACCOUNT package. |
| 12 | ||
| 54756114 TJ |
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 | ||
| feab608a | 17 | For more information go to http://www.intra2net.com/de/produkte/opensource/ipt_account/ |