1 |
slords |
1.1 |
.\" Hey, EMACS: -*- nroff -*- |
2 |
|
|
.\" First parameter, NAME, should be all caps |
3 |
|
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection |
4 |
|
|
.\" other parameters are allowed: see man(7), man(1) |
5 |
|
|
.TH ULOGD 8 "November 05, 2002" "Linux Netfilter" |
6 |
|
|
.\" Please adjust this date whenever revising the manpage. |
7 |
|
|
.\" |
8 |
|
|
.\" Some roff macros, for reference: |
9 |
|
|
.\" .nh disable hyphenation |
10 |
|
|
.\" .hy enable hyphenation |
11 |
|
|
.\" .ad l left justify |
12 |
|
|
.\" .ad b justify to both left and right margins |
13 |
|
|
.\" .nf disable filling |
14 |
|
|
.\" .fi enable filling |
15 |
|
|
.\" .br insert line break |
16 |
|
|
.\" .sp <n> insert n+1 empty lines |
17 |
|
|
.\" for manpage-specific macros, see man(7) |
18 |
|
|
.SH NAME |
19 |
|
|
ulogd \- netfilter/iptables ULOG daemon |
20 |
|
|
.SH SYNOPSIS |
21 |
|
|
.B ulogd [options] |
22 |
|
|
.SH DESCRIPTION |
23 |
|
|
.B ulogd |
24 |
|
|
connects to the netlink device of the Linux kernel and reads messages |
25 |
|
|
from the netfilter that get queued with the iptables ULOG target. For |
26 |
|
|
this to work you have to compile the ULOG target into your kernel or |
27 |
|
|
load the respective module. |
28 |
|
|
.PP |
29 |
|
|
The received messages can be logged into files or into a mySQL or |
30 |
|
|
PostgreSQL database. |
31 |
|
|
.SH OPTIONS |
32 |
|
|
.TP |
33 |
|
|
.B -d, --daemon |
34 |
|
|
fork ulogd into background (start as daemon) |
35 |
|
|
.TP |
36 |
|
|
.B -c <filename>, --config-file <filename> |
37 |
|
|
use <filename> as configuration file instead of |
38 |
|
|
.I /etc/ulogd.conf |
39 |
|
|
.TP |
40 |
|
|
.B -h, --help |
41 |
|
|
show usage information |
42 |
|
|
.TP |
43 |
|
|
.B -V, --version |
44 |
|
|
show version information and copyright |
45 |
|
|
.SH FILES |
46 |
|
|
.I /etc/ulogd.conf |
47 |
|
|
.br |
48 |
|
|
.I /var/log/ulogd.log |
49 |
|
|
.SH SEE ALSO |
50 |
|
|
There is more documentation about the daemon and the database plugins |
51 |
|
|
(including examples) in the directory |
52 |
|
|
.nf |
53 |
|
|
.br |
54 |
|
|
.I /usr/share/doc/ulogd-@VERSION@ |
55 |
|
|
.SH AUTHOR |
56 |
|
|
This manual page was written by Joerg Wendland <joergland@debian.org>, |
57 |
|
|
for the Debian GNU/Linux system (but may be used by others). |