Hi!
I have installed ulogd, it seems to work but it logs only to one log:
ulogd.syslogmenu
What do I have to change in the ulogd.conf and how do I force iptables to
log to my own separate logs?
$IPTABLES -t mangle -A FORWARD -m p2p --p2p all -j ULOG --ulog-nlgroup
1 --ulog-prefix P2P_abuse_24h
This logs to /var/log/ulogd.syslogmenu.
Ok, now I would like to create /var/log/p2p-abuse/
and log there, log to 10 separate logs, like:
192.168.0.1.log
192.168.0.2.log and so on....
But I do not know how to make a proper ulogd .conf and proper iptables rules
Google does not help, very little information about ulogd
thank you