<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tech-Recipes - Latest Comments in Disable ICMP echo (ping) responses in Linux | Linux networking | Tech-Recipes</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><language>en</language><lastBuildDate>Thu, 16 Dec 2004 20:55:21 -0000</lastBuildDate><item><title>Re: Disable ICMP echo (ping) responses in Linux | Linux networking | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/40/disable-icmp-echo-ping-responses-in-linux/#comment-2766807</link><description>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</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 | Linux networking | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/40/disable-icmp-echo-ping-responses-in-linux/#comment-2766806</link><description>Just have your monitoring service try to connect to an open port (FTP, POP3, SMTP, WEB, SSH, Etc.) instead of going through the trouble of installed firewall software and configuring it.  I use &lt;a href="http://hyperspin.com" rel="nofollow"&gt;hyperspin.com&lt;/a&gt; and they can try to connect to a specific port instead or in addition to a classic ping.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 24 Sep 2004 15:23:15 -0000</pubDate></item><item><title>Re: Disable ICMP echo (ping) responses in Linux | Linux networking | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/40/disable-icmp-echo-ping-responses-in-linux/#comment-2766805</link><description>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;br&gt;&lt;br&gt;I would suggest installing APF fire wall, then do this:&lt;br&gt;pico -w /etc/apf/conf.apf&lt;br&gt;&lt;br&gt;Change this:&lt;br&gt;IG_ICMP_TYPES="3,5,11,0,30,8"&lt;br&gt;&lt;br&gt;To this:&lt;br&gt;IG_ICMP_TYPES="3,5,11,0,30"&lt;br&gt;&lt;br&gt;So, if you have a monitoring service, add the monitor's IP to the alallow_hosts.rules file.&lt;br&gt;&lt;br&gt;THEN:&lt;br&gt;service apf restart&lt;br&gt;&lt;br&gt;&lt;br&gt;That would block pings from all outside sources except the IP's you explicitly allow.</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>