On Thu, 6 Dec 2001, Ganesh HariHaran wrote:

> By default the icmp packet is denied external world.
> 
> Now i need to enable few Ips to do a ping to my machine.

Why?

> ipchains -A input -p icmp -s <source network address or op/ netmask>  
> -d <network address/network> -j ACCEPT
> 
> this doesnt work

If you append (-A) after the rule that denies all icmp, then this rule 
won't get processed.  Try this rule before the other one in the script.

-- 
If I had a dollar for every brain that you don't have,
        I'd have one dollar. - Squidward to SpongeBob



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to