Click to See Complete Forum and Search --> : Where are the IPTables log files?


MrMoray
12-10-2001, 11:19 PM
thanks!

element-x
12-11-2001, 12:50 AM
I believe you have to send the chain to "LOG"

eg.

iptables -A INPUT -s 0/0 -d 0/0 -j LOG

it should goto /var/log/messages (I suppose in your syslog.conf you could have it sent to another file though)