<?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 Disable ICMP echo (ping) responses in Linux</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><atom:link href="https://tech-recipes.disqus.com/disable_icmp_echo_ping_responses_in_linux_linux_networking_tech_recipes/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 16 Dec 2004 20:55:21 -0000</lastBuildDate><item><title>Re: Disable ICMP echo (ping) responses in Linux</title><link>http://www.tech-recipes.com/rx/40/disable-icmp-echo-ping-responses-in-linux/#comment-2766807</link><description>&lt;p&gt;thanks for the tip! complete newbie to Linux but managed to get 100% stealth enabled in the firewall....&lt;br&gt;using your tips page.. only had to disable ping to achieve it! thanx again! :P&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guest</dc:creator><pubDate>Thu, 16 Dec 2004 20:55:21 -0000</pubDate></item><item><title>Re: Disable ICMP echo (ping) responses in Linux</title><link>http://www.tech-recipes.com/rx/40/disable-icmp-echo-ping-responses-in-linux/#comment-2766805</link><description>&lt;p&gt;But that would stop pings altogether. If you have a monitoring service, this would hurt you. You would never know if your server went down.&lt;/p&gt;&lt;p&gt;I would suggest installing APF fire wall, then do this:&lt;br&gt;pico -w /etc/apf/conf.apf&lt;/p&gt;&lt;p&gt;Change this:&lt;br&gt;IG_ICMP_TYPES="3,5,11,0,30,8"&lt;/p&gt;&lt;p&gt;To this:&lt;br&gt;IG_ICMP_TYPES="3,5,11,0,30"&lt;/p&gt;&lt;p&gt;So, if you have a monitoring service, add the monitor's IP to the alallow_hosts.rules file.&lt;/p&gt;&lt;p&gt;THEN:&lt;br&gt;service apf restart&lt;/p&gt;&lt;p&gt;That would block pings from all outside sources except the IP's you explicitly allow.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 04 Aug 2004 19:01:21 -0000</pubDate></item></channel></rss>