Hello, I am trying to block broadcast IP traffic, that is IP traffic that has 255.255.255.255 in the destination feild. I pushed a rule:
iptables -I FORWARD -i eth4 -d 255.255.255.255 -j DROP and it did not filter these out. Am I doing something wrong here, or is there a different way of accomplishing this. Thanks Faruk
