<?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"
	>
<channel>
	<title>Comments on: Using iptables to block ips that spam or attack your server</title>
	<atom:link href="http://gadelkareem.com/2007/05/29/using-iptables-to-block-ips-that-spam-or-attack-your-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://gadelkareem.com/2007/05/29/using-iptables-to-block-ips-that-spam-or-attack-your-server/</link>
	<description>Ideas For Sharing</description>
	<pubDate>Thu, 09 Sep 2010 02:55:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Pedro Pablo</title>
		<link>http://gadelkareem.com/2007/05/29/using-iptables-to-block-ips-that-spam-or-attack-your-server/#comment-40109</link>
		<dc:creator>Pedro Pablo</dc:creator>
		<pubDate>Tue, 19 Jan 2010 19:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://walid.kurtubba.com/2007/05/29/using-iptables-to-block-ips-that-spam-or-attack-your-server/#comment-40109</guid>
		<description>Sorry for the mistake, you should replace CORREO by MAIL</description>
		<content:encoded><![CDATA[<p>Sorry for the mistake, you should replace CORREO by MAIL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Pablo</title>
		<link>http://gadelkareem.com/2007/05/29/using-iptables-to-block-ips-that-spam-or-attack-your-server/#comment-40108</link>
		<dc:creator>Pedro Pablo</dc:creator>
		<pubDate>Tue, 19 Jan 2010 19:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://walid.kurtubba.com/2007/05/29/using-iptables-to-block-ips-that-spam-or-attack-your-server/#comment-40108</guid>
		<description>Hi

It can be made a little change in order to improve the performance. I only want to check the packet that are addressed to port 25.

If you don't want logging, just comment out the line.

iptables -N MAIL
iptables -N MAILLOG

iptables -A INPUT -i eth0 -j MAIL  ! -s 127.0.0.1  -p tcp --dport 25 

iptables -A MAILLOG -j LOG
iptables -A MAILLOG -j DROP

and then
iptables -A CORREO -i eth0 -j MAILLOG  -s 188.54.0.0/15

Now, please is there any "badip" file to share.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>It can be made a little change in order to improve the performance. I only want to check the packet that are addressed to port 25.</p>
<p>If you don't want logging, just comment out the line.</p>
<p>iptables -N MAIL<br />
iptables -N MAILLOG</p>
<p>iptables -A INPUT -i eth0 -j MAIL  ! -s 127.0.0.1  -p tcp &#8211;dport 25 </p>
<p>iptables -A MAILLOG -j LOG<br />
iptables -A MAILLOG -j DROP</p>
<p>and then<br />
iptables -A CORREO -i eth0 -j MAILLOG  -s 188.54.0.0/15</p>
<p>Now, please is there any &#8220;badip" file to share.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xOxolatito</title>
		<link>http://gadelkareem.com/2007/05/29/using-iptables-to-block-ips-that-spam-or-attack-your-server/#comment-29814</link>
		<dc:creator>xOxolatito</dc:creator>
		<pubDate>Tue, 29 Sep 2009 19:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://walid.kurtubba.com/2007/05/29/using-iptables-to-block-ips-that-spam-or-attack-your-server/#comment-29814</guid>
		<description>awesome!! =)</description>
		<content:encoded><![CDATA[<p>awesome!! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorenzo</title>
		<link>http://gadelkareem.com/2007/05/29/using-iptables-to-block-ips-that-spam-or-attack-your-server/#comment-370</link>
		<dc:creator>Lorenzo</dc:creator>
		<pubDate>Wed, 26 Mar 2008 07:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://walid.kurtubba.com/2007/05/29/using-iptables-to-block-ips-that-spam-or-attack-your-server/#comment-370</guid>
		<description>cool,
just what I was looking for, thanks.</description>
		<content:encoded><![CDATA[<p>cool,<br />
just what I was looking for, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using iptables to block ips that spam or attack your server &#171; Bloggitation</title>
		<link>http://gadelkareem.com/2007/05/29/using-iptables-to-block-ips-that-spam-or-attack-your-server/#comment-188</link>
		<dc:creator>Using iptables to block ips that spam or attack your server &#171; Bloggitation</dc:creator>
		<pubDate>Mon, 29 Oct 2007 09:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://walid.kurtubba.com/2007/05/29/using-iptables-to-block-ips-that-spam-or-attack-your-server/#comment-188</guid>
		<description>[...] read more &#124; digg story [...]</description>
		<content:encoded><![CDATA[<p>[...] read more | digg story [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.142 seconds -->
