<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — how to enable ping]]></title>
		<link>http://www.iredmail.org/forum/topic405-how-to-enable-ping.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic405.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in how to enable ping.]]></description>
		<lastBuildDate>Sun, 08 Nov 2009 15:09:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: how to enable ping]]></title>
			<link>http://www.iredmail.org/forum/post1756.html#p1756</link>
			<description><![CDATA[<p>Hi Zhang, thanks for the quick reaction. I&#039;d also add ttl-zero-during-transit and ttl-zero-during-reassembly.</p>]]></description>
			<author><![CDATA[null@example.com (Suno Ano)]]></author>
			<pubDate>Sun, 08 Nov 2009 15:09:28 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1756.html#p1756</guid>
		</item>
		<item>
			<title><![CDATA[Re: how to enable ping]]></title>
			<link>http://www.iredmail.org/forum/post1755.html#p1755</link>
			<description><![CDATA[<p>You can simplily append one line in /etc/sysconfig/iptables (RHEL/CentOS) or /etc/default/iptables (Debian/Ubuntu) before &#039;COMMIT&#039; line:<br /></p><div class="codebox"><pre><code># Allow PING from remote hosts.
-A INPUT -p icmp --icmp-type echo-request -j ACCEPT</code></pre></div><p>I added this in default iptables now. <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sun, 08 Nov 2009 12:00:20 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1755.html#p1755</guid>
		</item>
		<item>
			<title><![CDATA[Re: how to enable ping]]></title>
			<link>http://www.iredmail.org/forum/post1754.html#p1754</link>
			<description><![CDATA[<p>What you need to to is to simply allow a certain types of ICMP types to pass through your netfilter. </p><p>ICMP has several types of packages. The ones that need be allowed to pass are:<br />each type can be specified by name (echo-request ttl-zero-during-transit ttl-zero-during-reassembly) or by number (8 and 11) For more informatoin see iptables --protocol icmp --help</p><p>The code in your netfilter/iptables script would then looks somewhat like this</p><p>specifying the icmp types<br /></p><div class="codebox"><pre><code>icmp_types_to_accept=&quot;\
echo-request \
ttl-zero-during-transit \
ttl-zero-during-reassembly&quot;  # numerical values for those ICMP types are 8 and 11; see iptables --protocol icmp --help</code></pre></div><p>loading the rules into the kernel<br /></p><div class="codebox"><pre><code>for icmp_type in $icmp_types_to_accept; do
  $exe_iptables -A chain_accept_icmp_packets -p icmp -s $net_all --icmp-type $icmp_type -j ACCEPT
done</code></pre></div><p>For more info go here <a href="http://github.com/sunoano/bash/blob/master/packet_filter">http://github.com/sunoano/bash/blob/mas … ket_filter</a></p>]]></description>
			<author><![CDATA[null@example.com (Suno Ano)]]></author>
			<pubDate>Sun, 08 Nov 2009 10:30:14 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1754.html#p1754</guid>
		</item>
		<item>
			<title><![CDATA[how to enable ping]]></title>
			<link>http://www.iredmail.org/forum/post1753.html#p1753</link>
			<description><![CDATA[<p>Hi,<br />i installed iRedmail 0.5.1, and also included the iptables script to automatic start on the mailserver.</p><p>now the mailserver is no longer available when ping the mailserver</p><p>how can this be enabled again? some mailsenders probe to ping the sending mailserver if it is existent and now these will no longer accept mail from my iredmail server?</p><p>regards</p>]]></description>
			<author><![CDATA[null@example.com (BigMichi1)]]></author>
			<pubDate>Sat, 07 Nov 2009 18:39:50 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1753.html#p1753</guid>
		</item>
	</channel>
</rss>
