iptables & syslogd
Normally everything that is handled by the LOG target of iptables gets sent to the syslog (and the console if the priority is high enough).
I don't want all those blocked packets to show up in the logs (for now anyway, I'm just debugging my firewall), I would like them to be sent to a specified tty or file.
Does anybody know how to do this?
|