if i drop a packet using iptables -A INPUT -i eth0 -j DROP Can i see those packets using tcpdump -i eth0 ? IF i drop packets in FORWARD chain iptables -A FORWARD -i etho -o eth1 -j DROP can i see those packets in tcpdump -i eth0 ? Thanks, Ratheesh -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html