For some reason I see the output from this iptables rule
$IPT -A FORWARD --jump LOG
$IPT -A FORWARD --jump ACCEPT
on the console eventhough I have disabled kern in /etc/syslog.conf
#kern.* /dev/console
*.info;mail.none;authpriv.none;cron.none /var/log/messages
authpriv.* /var/log/secure
mail.* -/var/log/maillog
cron.* /var/log/cron
*.emerg *
uucp,news.crit /var/log/spooler
local7.* /var/log/boot.log
But for some reason I still get the output on the console.
Does anyone know why that is?
Update
Could it have something to do with klogd?
# service syslog status
syslogd (pid 2099) is running...
klogd (pid 2102) is running...
/etc/syslog.confand thenservice syslog restart– Sandra Feb 2 '12 at 15:58service syslog reload. Restart should be OK also. – Khaled Feb 2 '12 at 15:59