ICMP Ratelimit

* I had a problem where running mtr (Gui Traceroute) through a Linux router, would show packet loss on the first hop, the linux router.

It turned out that part of the linux network protection is to limit the number of icmp messages to prevent a denial of service attack(dos)

The settings:

  /proc/sys/net/ipv4/icmp_ratelimit
  /proc/sys/net/ipv4/icmp_ratemask

...


CategoryLinux

linux/icmpratelimit (last edited 2009-05-05 21:16:13 by PieterSmit)