<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Disable ICMP echo (ping) responses in Linux</title>
	<atom:link href="http://www.tech-recipes.com/rx/40/disable-icmp-echo-ping-responses-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/40/disable-icmp-echo-ping-responses-in-linux/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 21:54:54 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Guest</title>
		<link>http://www.tech-recipes.com/rx/40/disable-icmp-echo-ping-responses-in-linux/comment-page-1/#comment-1153</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Fri, 17 Dec 2004 01:55:21 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-1153</guid>
		<description>thanks for the tip! complete newbie to Linux but managed to get 100% stealth enabled in the firewall....
using your tips page.. only had to disable ping to achieve it! thanx again! :P</description>
		<content:encoded><![CDATA[<p>thanks for the tip! complete newbie to Linux but managed to get 100% stealth enabled in the firewall&#8230;.<br />
using your tips page.. only had to disable ping to achieve it! thanx again! :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/40/disable-icmp-echo-ping-responses-in-linux/comment-page-1/#comment-727</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 24 Sep 2004 19:23:15 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-727</guid>
		<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 hyperspin.com and they can try to connect to a specific port instead or in addition to a classic ping.</description>
		<content:encoded><![CDATA[<p>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 hyperspin.com and they can try to connect to a specific port instead or in addition to a classic ping.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/40/disable-icmp-echo-ping-responses-in-linux/comment-page-1/#comment-326</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 04 Aug 2004 23:01:21 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-326</guid>
		<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.

I would suggest installing APF fire wall, then do this:
pico -w /etc/apf/conf.apf

Change this:
IG_ICMP_TYPES=&quot;3,5,11,0,30,8&quot;

To this:
IG_ICMP_TYPES=&quot;3,5,11,0,30&quot;

So, if you have a monitoring service, add the monitor&#039;s IP to the alallow_hosts.rules file.

THEN:
service apf restart


That would block pings from all outside sources except the IP&#039;s you explicitly allow.</description>
		<content:encoded><![CDATA[<p>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.</p>
<p>I would suggest installing APF fire wall, then do this:<br />
pico -w /etc/apf/conf.apf</p>
<p>Change this:<br />
IG_ICMP_TYPES=&#8221;3,5,11,0,30,8&#8243;</p>
<p>To this:<br />
IG_ICMP_TYPES=&#8221;3,5,11,0,30&#8243;</p>
<p>So, if you have a monitoring service, add the monitor&#8217;s IP to the alallow_hosts.rules file.</p>
<p>THEN:<br />
service apf restart</p>
<p>That would block pings from all outside sources except the IP&#8217;s you explicitly allow.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
