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

  1. #-----------------------------------------------------------------------------
  2. # FIRERULE.CNF
  3. #-----------------------------------------------------------------------------
  4. #
  5. # File.....:  FIRERULE.CNF --> Access Control Rules
  6. #
  7. # Location.:  Base directory of host application.
  8. #
  9. # Purpose..:  Define template, providing default values for Firewall Rules.
  10. #
  11. #             Values may be selectively overwritten by values found in the 
  12. #             matching file in the setup directory - /firewall/firerule.cnf
  13. #
  14. # Syntax...:  Records begin in first position of a line. 
  15. #             Strings and IP addresses must be in quotes.
  16. #             Blank line(s) terminate a record.
  17. #             Commas should be used at the end of each record line.
  18. #             Lines starting with '#' denote a comment - NOT in records.
  19. #
  20. # Help.....:  Product docs and the matching .dct file (for the tech. inclined).
  21. #
  22. # Errors...:  Written to 'FIREWALL.ERR' in the base directory.
  23. #_____________________________________________________________________________
  24.  
  25.  
  26. TEMPLATE        Rule-Status = Enabled,
  27.                         Comment = "no comments",
  28.             Protocol = IGNORE,
  29.             Source-Port = IGNORE,
  30.             Service = IGNORE,
  31.                         Source = "any",
  32.             Source-Netmask = "255.255.255.255",
  33.                         Destination = "any",
  34.             Destination-Netmask = "255.255.255.255",
  35.                         Rule-Action = 0,
  36.             Alert-Type = Alert-Off,
  37.             Log-Control = Disabled,
  38.             Log-Mask = "rule date time msg prot source dest service",
  39.             Log-File = "firewall\firewall.log",
  40.             Log-Size = 2000,
  41.             Account-Control = Disabled,
  42.             Account-Type = Service,
  43.             Mapping-Dest-IP    = "any",
  44.             Mapping-Dest-Port = IGNORE,
  45.  
  46.