Support
Joined: 09 Oct 2002 Posts: 175 Location: Lausanne, Switzerland
|
Posted: Fri Jan 24, 03 8:50 Post subject: How do I block ICMP error messages on my Linux terminal? |
|
|
In some cases a Linux terminal may report the following message repeatedly "<IP-Adresse des Routers> sent an invalid ICMP error to a broadcast". The solution is to enter the following line as root. More information can be found and to read through the MAN SYSCTL pages for more information.
sysctl -w net/ipv4/icmp_ignore_bogus_error_responses=1 |
|