From 952b71c03c83d6a238767cea4924bf771729c431 Mon Sep 17 00:00:00 2001 From: laforge Date: Thu, 13 Jun 2002 12:56:16 +0000 Subject: more details on netfilter patch-o-matic --- doc/ulogd.sgml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'doc') diff --git a/doc/ulogd.sgml b/doc/ulogd.sgml index 750249c..75c6476 100644 --- a/doc/ulogd.sgml +++ b/doc/ulogd.sgml @@ -1,12 +1,12 @@ - +
ULOGD - the Userspace Logging Daemon Harald Welte <laforge@gnumonks.org> -Revision $Revision: 1.4 $, $Date: 2001/05/20 13:50:05 $ +Revision $Revision: 1.5 $, $Date: 2001/05/20 15:07:45 $ This is the documentation for ulogd, the Userspace logging daemon. @@ -69,20 +69,22 @@ traversed if we really want to access each element of the list.

Linux kernel

-First you will need a recent 2.4.x kernel. At the time this document was -written, 2.4.0-test11-pre5 was the latest development version. Ulogd should -work with all kernels >= 2.4.0-test4. +First you will need a recent 2.4.x kernel. If you have a kernel >= +2.4.18-pre8, it already has the kernel suport for ULOG (ipt_ULOG.o). +

+If you have an older kernel version (between 2.4.0 and 2.4.18-pre6), you +can use the patch-o-matic system of netfilter/iptables, as described in +the following section. -netfilter / iptables +ipt_ULOG from netfilter/iptables patch-o-matic

-In addition you need the latest iptables package, or even better: the latest -CVS snapshot. A description how to obtain this is provided on the netfilter -homepage . +You only need to read this chapter if you have a 2.4.x kernel <= +2.4.18-pre6.

-ulogd is based on a special netfilter extension, called the netfilter ULOG -target module. You have to patch this extension into your kernel, as it -has not been integrated into the main kernel yet. To make this as easy -as possible, netfilter provides the 'patch-o-matic' subsystem. +In order to put the ipt_ULOG module into your kernel source,you need the latest +iptables package, or even better: the latest CVS snapshot. A description how to +obtain this is provided on the netfilter +homepage .

To run patch-o-matic, just type -- cgit v1.2.3