From: Aro R. <ra...@ho...> - 2010-08-06 14:33:45
|
Hello, When I type the "cat syslog" command, I see syslog only contains one type of iptables'log, which is SRC=127.0.0.1 and DEST=127.0.0.1. It does not contain others logs that I made with iptables rules ( deny ouput packet for example : iptables -A OUTPUT -j DROP, then : iptables -t filter -A OUTPUT -j LOG --log-level 4). What I have to do so that I can read all iptables' event I made. Thanks for your help, ikuzar |