[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] ping flood
- Subject: [ale] ping flood
- From: zyu at Ptek.com (Yu, Jerry)
- Date: Wed, 4 Oct 2000 11:09:08 -0400 (EDT)
assume you have packet filter capability,
iptables -A INPUT -p icmp --icmp-type 8 -j DROP
or
ipchains -A input -p icmp --icmp-type 8 -j DENY
Actually, most of the times, you'd only need to accept 3 and 11, then
reject/drop all others.
On Wed, 4 Oct 2000 frost33 at mindspring.com wrote:
#Is there a way to turn off ping capabilities on the fly? In other words, if you were getting flooded by pings, is there any way to stop the attack without killing your connection?
#Thanks,
#jason
#--
#To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.
#
Jerry Z. Yu mailto: z.yu at ptek.com
Systems Engineer https://punch
PTEK Holdings, Inc. +1-404-262-8544 (O)
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.