home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ijfire14.zip / filters.cnf < prev    next >
Text File  |  2000-03-03  |  1KB  |  37 lines

  1. #-----------------------------------------------------------------------------
  2. # FILTERS.CNF
  3. #-----------------------------------------------------------------------------
  4. #
  5. # Location.:  Product base directory.
  6. #
  7. # Purpose..:  Define default values for the F/X Packet Filter Plugin.
  8. #
  9. #             Values may be selectively overwritten by values found in 
  10. #             ./filters/filters.cnf
  11. #
  12. # Syntax...:  Records begin in first position of a line. 
  13. #             Strings and IP addresses must be in quotes.
  14. #             Blank line(s) terminate a record.
  15. #             Commas should be used at the end of each record line.
  16. #             Lines starting with '#' denote a comment - NOT in records.
  17. #             Rules are evaluated top-down.
  18. #
  19. # Help.....:  FILTER.TXT
  20. #
  21. # Errors...:  FILTERS.ERR (in the base directory).
  22. #
  23. #-----------------------------------------------------------------------------
  24.  
  25.  
  26. TEMPLATE    Filter-Status = Always,
  27.         Filter-Scope = Outgoing-Packets,
  28.         Filter-Root = Yes,
  29.         Source-Port = IGNORE,
  30.         Port = IGNORE,
  31.         Bit-Offset = Packet-Start,
  32.         Offset-Relativity = Data-Start,
  33.         Source-Netmask = "255.255.255.255",
  34.         Destination-Netmask = "255.255.255.255",
  35.         Action = Drop-Packet,
  36.         Next-Filter = "",
  37.