vi /etc/syslog.conf

 

# iptables Log

 

2kern.debug;kern.info /var/log/firewall

 

 

 

iptables -I INPUT -j LOG --log-prefix '[IPTABLES DROP LOGS]:' --log-level debug

 

service syslog restart