root/fwknop/tags/fwknop-1.9.2/knopmd.conf

Revision 59, 1.2 kB (checked in by mbr, 4 years ago)

interim commit

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 #
2 ###########################################################################
3 #
4 #  This is the configuration file for fwknop knopmd daemon (for more
5 #  information, read the knopmd man page).  Normally this file gets
6 #  installed at /etc/fwknop/knopmd.conf, but can be put anywhere in the
7 #  filesystem and then the path can be specified on the command line
8 #  argument "-c <file>" to knopmd.  The syntax of this file is as follows:
9 #
10 # -Each line has the form  "<variable name>    <value>;".  Note the semi-
11 #  colon after the <value>.  All characters after the semicolon will be
12 #  ignored to provide space for comments.
13 #
14 ###########################################################################
15 #
16 # $Id$
17 #
18
19 ### The following variables can be modified to look for logging messages
20 ### that are specific to your firewall configuration (specified by the
21 ### "--log-prefix" for iptables firewalls).  For example, if your firewall
22 ### uses the string "Audit" for packets that have been blocked, then you
23 ### could set FW_MSG_SEARCH = "Audit";
24 FW_MSG_SEARCH               DROP;
25
26 ### Files
27 FW_DATA_FILE                /var/log/fwknop/fwdata;
28 KNOPMD_PID_FILE             /var/run/fwknop/knopmd.pid;
29 FWKNOP_FIFO                 /var/lib/fwknop/fwknopfifo;
Note: See TracBrowser for help on using the browser.