Salut à tous !
Un grand merci a léa que je consulte depuis mes début linuxiens et qui honnêtement m'a appris ENORMEMENT de choses sur linux

CONTINUEZ !
Bien !

Ma question est la suivante : quelqu'un connaîtrait il un bon tutorial (us ou fr) sur le programme ULOG ? Ou existe il d'autres softs du type ?
En effet, j'ai bien install ulogd et je pense que mon fichier de configuration est OK.
Cependant je n'obtient aucune ligne de log dans mes fichiers de log ulogd.sysloemu alors que la meme configuration iptables avec la règle LOG fonctionne très bien :/
Ma conf : debian3.0 kernel mis à jour 2.6.6
ma conf ulogd :
# GLOBAL OPTIONS
# netlink multicast group (the same as the iptables --ulog-nlgroup param)
nlgroup 1
# logfile for status messages
logfile /var/log/ulogd.log
# loglevel: notice, warnings, error and fatal
loglevel 5
# PLUGIN OPTIONS
# ulogd_BASE.so - interpreter plugin for basic IPv4 header fields
# you will always need this
plugin /usr/lib/ulogd/ulogd_BASE.so
#
# ulogd_LOGEMU.so - simple syslog emulation target
#
# where to write to
syslogfile /var/log/ulogd.syslogemu
# do we want to fflush() the file after each write?
syslogsync 0
# load the plugin
plugin /usr/lib/ulogd/ulogd_LOGEMU.so
#
# ulogd_OPRINT.so: file for packet dumping
#
# NOTE: This may or may not be broken. -DS
#
# where to write the log
dumpfile /var/log/ulogd.pktlog
# load the plugin (remove the '#'if you want to enable it
#plugin /usr/lib/ulogd/ulogd_OPRINT.so
la regles de nat utilisee
Chain LOG_DROP (2 references)
target prot opt source destination
ULOG all -- anywhere anywhere ULOG copy_range 0 nlgroup 1 prefix `IPT_DROP--->' queue_threshold 1
DROP all -- anywhere anywhere
debian:~#
Si quelqu'un peut m'aider merci d'avance
