On Tue, Apr 18, 2006 at 11:46:41AM -0400, Pierre wrote:
>Thank you guys for those answers but...
>i tried both
>iptables -A INPUT -p tcp --dport 112 -j ACCEPT
>iptables -A INPUT -p udp --dport 112 -j ACCEPT
>iptables -A INPUT -s 224.0.0.0/8 -j ACCEPT
>but none of them worked...
You're using -A which means "append", which means it puts it at the end
of the list. If the rule that's blocking the traffic in question is
_before_ these ones that you're adding, then it never gets to these.
You need to know where in your chain of rules to put it. The other
person's request for the complete list of rules will show what's
happening.
--
Regards... Todd
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. --Benjamin Franklin
Linux kernel 2.6.12-18mdksmp 2 users, load average: 0.10, 0.08, 0.07
|