home *** CD-ROM | disk | FTP | other *** search
- #-----------------------------------------------------------------------------
- # FIRERULE.CNF
- #-----------------------------------------------------------------------------
- #
- # File.....: FIRERULE.CNF --> Access Control Rules
- #
- # Location.: Base directory of host application.
- #
- # Purpose..: Define template, providing default values for Firewall Rules.
- #
- # Values may be selectively overwritten by values found in the
- # matching file in the setup directory - /firewall/firerule.cnf
- #
- # Syntax...: Records begin in first position of a line. Attributes and Values
- # are case-sensitive. Lines starting with the '#' denote a comment.
- # "Quote" strings / IP addresses, but NOT integers and constants.
- #
- # Help.....: Product docs and the matching .dct file (for the tech. inclined).
- #
- # Errors...: Written to 'FIREWALL.ERR' in the base directory.
- #_____________________________________________________________________________
-
-
- TEMPLATE Rule-Status = Enabled,
- Comment = "no comments",
- Protocol = IGNORE,
- Source-Port = IGNORE,
- Service = IGNORE,
- Source = "any",
- Source-Netmask = "255.255.255.255",
- Destination = "any",
- Destination-Netmask = "255.255.255.255",
- Rule-Action = 0,
- Alert-Type = Alert-Off,
- Log-Control = Disabled,
- Log-Mask = "rule date time msg prot source dest service",
- Log-File = "firewall\firewall.log",
- Log-Size = 2000,
- Account-Control = Disabled,
- Account-Type = Service,
- Mapping-Dest-IP = "any",
- Mapping-Dest-Port = IGNORE,
-
-