Adding *any* of the lines below in my firewall script doesn't do what it's supposed to do.
$IPT -A OUTPUT -s 209.247.5.159 -j DROP $IPT -A INPUT -s 209.247.5.159 -j DROP $IPT -A INPUT -p igmp -d 244.0.0.1 -j DROP
Also tried to disable igmp protocol in /etc/protocols by commenting it but it didn't work either...
How do I make the annoying broadcast message go to /dev/null so I won't have to see it everytime I am connected to the internet via dial-up if I cannot delete igmp protocol?
Please help me
_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

