Hi, I have following rules in my firewall script. It's dumping lot of error message. I want to capture all incoming outgoing packet on the external interface. How will I change this rules. # Log the packet for chain in INPUT OUTPUT FORWARD PREROUTING POSTROUTING do for table in filter mangle nat do $IPT -I $chain -t $table -j LOG --log-prefix="$chain $table " done done Is there any log analyzing tools for iptables log. Thanks SR