home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / injoy2_3.zip / firerule.cnf < prev    next >
Text File  |  1999-09-26  |  2KB  |  44 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. Attributes and Values
  15. #             are case-sensitive. Lines starting with the '#' denote a comment.
  16. #             "Quote" strings / IP addresses, but NOT integers and constants.
  17. #
  18. # Help.....:  Product docs and the matching .dct file (for the tech. inclined).
  19. #
  20. # Errors...:  Written to 'FIREWALL.ERR' in the base directory.
  21. #_____________________________________________________________________________
  22.  
  23.  
  24. TEMPLATE        Rule-Status = Enabled,
  25.                         Comment = "no comments",
  26.             Protocol = IGNORE,
  27.             Source-Port = IGNORE,
  28.             Service = IGNORE,
  29.                         Source = "any",
  30.             Source-Netmask = "255.255.255.255",
  31.                         Destination = "any",
  32.             Destination-Netmask = "255.255.255.255",
  33.                         Rule-Action = 0,
  34.             Alert-Type = Alert-Off,
  35.             Log-Control = Disabled,
  36.             Log-Mask = "rule date time msg prot source dest service",
  37.             Log-File = "firewall\firewall.log",
  38.             Log-Size = 2000,
  39.             Account-Control = Disabled,
  40.             Account-Type = Service,
  41.             Mapping-Dest-IP    = "any",
  42.             Mapping-Dest-Port = IGNORE,
  43.  
  44.