Query: ipmon
OS: netbsd
Section: 5
Links: netbsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IPMON(5) File Formats Manual IPMON(5)NAMEipmon, ipmon.conf - ipmon configuration file formatDESCRIPTIONThe format for files accepted by ipmon is described by the following grammar: "match" "{" matchlist "}" "do" "{" doing "}" ";" matchlist ::= matching [ "," matching ] . matching ::= direction | dstip | dstport | every | group | interface | logtag | nattag | protocol | result | rule | srcip | srcport . dolist ::= doing [ "," doing ] . doing ::= execute | save | syslog . direction ::= "in" | "out" . dstip ::= "dstip" "=" ipv4 "/" number . dstport ::= "dstport" "=" number . every ::= "every" every-options . execute ::= "execute" "=" string . group ::= "group" "=" string | "group" "=" number . interface ::= "interface" "=" string . logtag ::= "logtag" "=" string | "logtag" "=" number . nattag ::= "nattag" "=" string . protocol ::= "protocol" "=" string | "protocol" "=" number . result ::= "result" "=" result-option . rule ::= "rule" "=" number . srcip ::= "srcip" "=" ipv4 "/" number . srcport ::= "srcport" "=" number . type ::= "type" "=" ipftype . ipv4 ::= number "." number "." number "." number . every-options ::= "second" | number "seconds" | "packet" | number "packets" . result-option ::= "pass" | "block" | "short" | "nomatch" | "log" . ipftype ::= "ipf" | "nat" | "state" . In addition, lines that start with a # are considered to be comments.OVERVIEWThe ipmon configuration file is used for defining rules to be executed when logging records are read from /dev/ipl. At present, only IPv4 matching is available for source/destination address matching.MATCHINGEach rule for ipmon consists of two primary segments: the first describes how the log record is to be matched, the second defines what action to take if there is a positive match. All entries of the rules present in the file are compared for matches - there is no first or last rule match.FILES/dev/ipl /dev/ipf /dev/ipnat /dev/ipstate /etc/ipmon.confSEE ALSOipmon(8), ipl(4) IPMON(5)
Related Man Pages |
---|
ipmon(5) - netbsd |
ipmon(1m) - linux |
ipmon(8) - freebsd |
ipmon(1m) - opendarwin |
ipmon(1m) - osf1 |
Similar Topics in the Unix Linux Community |
---|
pptp / pf issue |
Expire Command | Need Help |
Parsing kiwi syslog from Astaro |