[EMAIL PROTECTED] wrote:
> Hi I was wondering if there is a rule I can set to drop *all* icmp? if 
> so how would I add the rule?

try something like this:

ipchains -A INPUT -p icmp -s 0/0 -j DROP

                or


ipchains -A INPUT -p icmp -i $INTERFACE -j DROP

$INTERFACE = your outer interface: if you're using a dialup connection
                                   $INTERFACE = ppp0

                                   if you're using a DLS or CABLE
                                   connection $INTERFACE = eth0
                                                            or
                                                           eth1
which ever applies...

Mark


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to