From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Rouillac Subject: iptables -A INPUT -j LOG does not log anything Date: Sat, 01 Apr 2006 10:44:59 +0200 Message-ID: <442E3D8B.9060804@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter@lists.netfilter.org Hi all, I set my iptables with policy "-P INPUT DROP" and my last line of INPUT chains to "-A INPUT -j LOG". So everything packets not matching my INPUT rules will be LOG and DROP. My problem is that iptables does not log anything to my syslog file. I checked the syslogd configuration (debian default): *.*;auth,authpriv.none -/var/log/syslog kern.* -/var/log/kern.log *.=info;*.=notice;*.=warn;\ auth,authpriv.none;\ cron,daemon.none;\ mail,news.none -/var/log/messages I checked counters of INPUT chains : 20 3 144 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 4 But nothing on my logfiles (syslog, messages, kern.log). Does someone can help ? Best Regards, Alexandre