Hi,

to deny icmp (ping to say it your words :)) requests
add an ipchain rule similar to this one:

$IPCHAINS -A input -p icmp -s $REMOTENET -d $REMOTENET -j DENY 
(denieing icmp requests from the internet)

or:

$IPCHAINS -A input -p icmp -s $INTERNALNET -d $REMOTENET -j DENY 
(denieing icmp requests from the local net)

where REMOTENET stands for 0/0
where INTERNALNET stands for your internal_eth0_ip/internal_mask

hope this helps (works). for me it does.
Willi

On Sun, Jan 28, 2001 at 02:30:34PM +0100, Benj wrote:
> Hi, how can I disalow ping request on my domain / ip apache web server ?
> 
> Thanks,
> Benj
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

Reply via email to