The Poor Man's (or Woman's) Intrusion Detection System
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

33 lines
843 B

  1. # This is a sample config file. A single file can be used as repository of
  2. # information for all of the tools in this package, other than "trafficctrl",
  3. # since its a C++CMS app and C++CMS needs JSON to setup its features.
  4. # List of address prefixes that represent our networks (us)
  5. [us]
  6. 192.168.1.
  7. # Traffic monitor (trafficmon) settings
  8. [Traffic Mon]
  9. db user =
  10. db password =
  11. db name =
  12. # db host =
  13. # Sample List of connections to ignore. So far this is only used by iptraffic,
  14. # the CLI log processor. Trafficmon and the badtrafficrpt use data in the DB.
  15. [ignores]
  16. # muttering to self
  17. 127.0.0.1 0 127.0.0.1 0 * ICMP 0
  18. 127.0.0.1 0 127.0.0.1 0 * UDP 0
  19. 127.0.0.1 0 127.0.0.1 0 * TCP 0
  20. 127.0.0.1 0 127.0.0.1 0 * ICMP 1
  21. 127.0.0.1 0 127.0.0.1 0 * UDP 1
  22. 127.0.0.1 0 127.0.0.1 0 * TCP 1
  23. ::1 53 ::1 0 * UDP 1
  24. ::1 53 ::1 0 * TCP 1