Does anyone know why my logs are occasionally being dumped to screen as well as to the messages file? How can I stop this happening? This is what I am currently logging: iptables -A INPUT -i eth1 -j LOG iptables -A OUTPUT -o eth1 -j LOG iptables -A FORWARD -i eth1 -o eth0 -j LOG iptables -A FORWARD -i eth0 -o eth1 -j LOG George