>>>>> On 25 Feb 2002 16:17:58 +0100, Bart-Jan Vrielink
 >>>>> <[EMAIL PROTECTED]> was runoured to have said:

 > On Mon, 2002-02-25 at 16:10, Charlie Grosvenor wrote:
 >> Is it possible to block people from pinging me but still allow me
 > to ping them? At the moment i have used the following command:
 >> 
 >> iptables -A INPUT -i ppp0 -p icmp  -j DROP

 > add the following line before that line:
 > iptables -A INPUT -i ppp0 -p icmp --icmp-type echo-reply -j ACCEPT

This will also block useful icmp traffic. For example, I can't guess how
dynamic path mtu discovery is going to work without icmp :) It's probably
better to drop echo-requests (and maybe source-routes etc.) and accept
everything else icmp.


 > -- 
 > Tot ziens,

 > Bart-Jan


Rgds,
/-sb.

-- 

Stelios Bounanos <[EMAIL PROTECTED]>          /*\
  ..............7500000 years later:          \ /  ASCII Ribbon Campaign
  The Ultimate Answer is 42.                   X   No HTML in mail or news!
  (next mail will give the Question)          / \


Reply via email to