At 08:37 AM 6/26/00 -0500, Justin Ellison wrote:
>Use ipchains:
>
>/sbin/ipchains -A input -j DENY -i eth0 -p icmp -s 0.0.0.0/0 -d  0.0.0.0/0
>
>Note that this not only blocks people from pinging you, but it stops you
>from pinging others.

ipchains will allow you to specify a type after the address:

/sbin/ipchains -A input -j DENY -i eth0 -p icmp -s 0.0.0.0/0 echo-request 

will stop others from pinging you (inbound echo requests).

You may want to block some additional icmp types (such as redirect), but
allow others (such as unreachable).

------
David Lupo <[EMAIL PROTECTED]>


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to