<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tech-Recipes - Latest Comments in Make Linux ignore a ping</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><atom:link href="https://tech-recipes.disqus.com/make_linux_ignore_a_ping_linux_security_tech_recipes/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 14 Apr 2005 06:53:41 -0000</lastBuildDate><item><title>Re: Make Linux ignore a ping</title><link>http://www.tech-recipes.com/rx/202/make-linux-ignore-a-ping/#comment-2767122</link><description>&lt;p&gt;No answer to an ICMP ping does not automatically mean, that your machine does not exist.&lt;/p&gt;&lt;p&gt;If your machine would not exist, the last router _before_ your machine would send an ICMP not reachable message.&lt;/p&gt;&lt;p&gt;Doing strange things with your ICMP config buys you absolutely nothing in respect to an attacker, but may easily make legitimate network use more difficult.  E.g. look how MTU discovery works and how it does not because "wise" admins disallow their machines to send ICMP replys.&lt;/p&gt;&lt;p&gt;Regards,&lt;br&gt;Jim&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MacBaine</dc:creator><pubDate>Thu, 14 Apr 2005 06:53:41 -0000</pubDate></item><item><title>Re: Make Linux ignore a ping</title><link>http://www.tech-recipes.com/rx/202/make-linux-ignore-a-ping/#comment-2767121</link><description>&lt;p&gt;Even better:&lt;/p&gt;&lt;p&gt;don't ignore ICMP echos:&lt;br&gt;&lt;code&gt;sysctl -w net.ipv4.icmp_echo_ignore_all=0&lt;/code&gt;&lt;/p&gt;&lt;p&gt;do ignore ICMP echos:&lt;br&gt;&lt;code&gt;sysctl -w net.ipv4.icmp_echo_ignore_all=1&lt;/code&gt;&lt;/p&gt;&lt;p&gt;sysctl -a will give you a nice list of values that you can tweak.&lt;/p&gt;&lt;p&gt;If you're running a Redhat-based system, you can plop the desired values in /etc/sysctl.conf.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bofh468</dc:creator><pubDate>Mon, 10 Nov 2003 16:48:25 -0000</pubDate></item></channel></rss>