README
上传用户:shbosideng
上传日期:2013-05-04
资源大小:1555k
文件大小:2k
源码类别:

SNMP编程

开发平台:

C/C++

  1. ipchainacc 1.1.0
  2. Author: John Lange john@darkcore.net
  3. Date  : September 12, 2000
  4. ipchains accounting script for use with MRTG
  5. *** New in this version ***
  6. *** please read before  ***
  7. *** using this script   ***
  8. ***
  9. In version 1.0.1, the script is actually counting packets, NOT bytes as
  10. was intended. I apologize for this mistake.
  11. By default, this new version of the script also counts packets NOT bytes.
  12. I've done this to maintain compatibility with the previous (buggy) version
  13. so that people who blindly upgrade won't suddenly find all of their output
  14. out of whack.
  15. To change to counting bytes, please edit the ipchainacc script.
  16. ***
  17. In order for this script to work:
  18. 1)
  19. You need a kernel which was compiled with the configuration option 
  20. CONFIG_IP_FIREWALL set to y. You also need the front end to ip firewall and
  21. ip accounting, that is, the tool 'ipchains'. I used version 1.3.9.
  22. 2)
  23. Add input and output rules to ipchains for accounting. I've included the
  24. small script ipchainacc.rules. If you run it, it will do what it needs for
  25. ipchains to work with this script. I recommend you have a look at it before
  26. running it. It shouldn't break anything because it just adds some empty
  27. rules at the top of the input and output chains for accounting purposes. One
  28. concern however is that these rules have to be first on the chains to work.
  29. If you have some bad IPs black-holed these rules will still count packets
  30. from them which might be bad for server load.
  31. 2)
  32. edit the script ipchainacc for your system. You only need give it the path
  33. to ipchains and hostname. Alternatively, you can just remove the call to
  34. hostname and assign it manually.
  35. The ipchainacc script can also be run from the console if you want to see the output.
  36. 3) edit your mrtg.cfg for your system. For this script to be incorperated
  37. into mrtg, you need only add the following line to mrtg.cfg:
  38. Target[ipchains]: `/sbin/ipchainacc`
  39. 4) set mrtg to run as a cron (see the mrtg docs)
  40. ------
  41. NOTE: this script is very basic. It captures accounting information for
  42. EVERYTHING coming in and out of your machine on all interfaces and IPs.
  43. If you need to narrow the accounting rules, you will have to edit the
  44. ipchainacc.rules script. I've included a very simple example in that script
  45. on how to narrow the accounting but it remains untested.