1ULOGD(8) System Manager's Manual ULOGD(8)
2
3
4
6 ulogd - netfilter/iptables ULOG daemon
7
9 ulogd [options]
10
12 ulogd connects to the netlink device of the Linux kernel and reads mes‐
13 sages from the netfilter that get queued with the iptables ULOG target.
14 For this to work you have to compile the ULOG target into your kernel
15 or load the respective module.
16
17 The received messages can be logged into files or into a mySQL or Post‐
18 greSQL database.
19
21 -d, --daemon
22 fork ulogd into background (start as daemon)
23
24 -c <filename>, --config-file <filename>
25 use <filename> as configuration file instead of /etc/ulogd.conf
26
27 -h, --help
28 show usage information
29
30 -V, --version
31 show version information and copyright
32
34 /etc/ulogd.conf
35 /var/log/ulogd.log
36
38 There is more documentation about the daemon and the database plugins
39 (including examples) in the directory
40 /usr/share/doc/ulogd-1.24
41
43 This manual page was written by Joerg Wendland <joergland@debian.org>,
44 for the Debian GNU/Linux system (but may be used by others).
45
46
47
48Linux Netfilter November 05, 2002 ULOGD(8)