27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
|
[global]
|
||
|
|
||
|
# logfile for status messages
|
||
|
#logfile="syslog"
|
||
|
|
||
|
# loglevel: debug(1), info(3), notice(5), error(7) or fatal(8) (default 5)
|
||
|
#loglevel=3
|
||
|
|
||
|
plugin="/usr/lib/x86_64-linux-gnu/ulogd/ulogd_inppkt_NFLOG.so"
|
||
|
plugin="/usr/lib/x86_64-linux-gnu/ulogd/ulogd_inpflow_NFCT.so"
|
||
|
plugin="/usr/lib/x86_64-linux-gnu/ulogd/ulogd_filter_IFINDEX.so"
|
||
|
plugin="/usr/lib/x86_64-linux-gnu/ulogd/ulogd_filter_IP2STR.so"
|
||
|
plugin="/usr/lib/x86_64-linux-gnu/ulogd/ulogd_filter_PRINTPKT.so"
|
||
|
plugin="/usr/lib/x86_64-linux-gnu/ulogd/ulogd_filter_PRINTFLOW.so"
|
||
|
plugin="/usr/lib/x86_64-linux-gnu/ulogd/ulogd_output_SYSLOG.so"
|
||
|
plugin="/usr/lib/x86_64-linux-gnu/ulogd/ulogd_raw2packet_BASE.so"
|
||
|
|
||
|
# this is a stack for logging packets to syslog after a collect via NFLOG
|
||
|
stack=log1:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,sys1:SYSLOG
|
||
|
|
||
|
[log1]
|
||
|
group={{ firewall_ulogd_nflog_group | default(0) }}
|
||
|
|
||
|
[sys1]
|
||
|
facility={{ firewall_ulogd_syslog_facility | default("LOG_LOCAL0") }}
|
||
|
level={{ firewall_ulogd_syslog_level | default("LOG_INFO") }}
|