Re: [newbie] Ipchains help

2002-08-02 Thread Xecut1on
thanks man i appriciate it


Re: [newbie] Ipchains help

2002-07-30 Thread daRcmaTTeR

[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



[newbie] Ipchains help

2002-07-29 Thread Xecut1on
Hi I was wondering if there is a rule I can set to drop *all* icmp? if so how would I add the rule?