Quoting Christopher S. Swingley <[EMAIL PROTECTED]>:
> OK, I'm going crazy here trying to get iptables to log packets to a
> file called /var/log/kern.info.
> What am I missing? And what is the right procedure to clear a log
> without causing sysklogd / klogd to choke?
I spent another hour t
OK, I'm going crazy here trying to get iptables to log packets to a
file called /var/log/kern.info.
I've got these rules at the beginning of my chains:
iptables -A INPUT --source 0.0.0.0/0 --destination 0.0.0.0/0 \
-j LOG --log-level info --log-prefix 'INPUT packet ' \
--log-t
2 matches
Mail list logo