<?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: Rate limiting connections with iptables</title>
	<atom:link href="http://www.mnxsolutions.com/linux/rate-limiting-connections-with-iptables.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mnxsolutions.com/linux/rate-limiting-connections-with-iptables.html</link>
	<description>Linux Server Management, Web Server Management &#38; Managed IT Services</description>
	<lastBuildDate>Fri, 27 Jan 2012 21:31:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	

<!-- Debugging help, do not remove -->
<meta name="Framework" content="Kpress" />
<meta name="Theme Version" content="1" />
<meta name="Framework Version" content="1.01" />


	<item>
		<title>By: Tapas Mishra</title>
		<link>http://www.mnxsolutions.com/linux/rate-limiting-connections-with-iptables.html/comment-page-1#comment-2439</link>
		<dc:creator>Tapas Mishra</dc:creator>
		<pubDate>Tue, 09 Nov 2010 02:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mnxsolutions.com/blog/quick-tip/rate-limiting-connections-with-iptables.html#comment-2439</guid>
		<description>The above set of rules will not work correctly.
You need to swap rule 2 in your article by rule 1 then it will work.
i.e 
first 
iptables -I INPUT -p tcp --dport 22 -i eth0 -m state --state NEW -m recent --update --seconds 60 --hitcount 4 -j DROP
and then
iptables -I INPUT -p tcp --dport 22 -i eth0 -m state --state NEW -m recent --set</description>
		<content:encoded><![CDATA[<p>The above set of rules will not work correctly.<br />
You need to swap rule 2 in your article by rule 1 then it will work.<br />
i.e<br />
first<br />
iptables -I INPUT -p tcp &#8211;dport 22 -i eth0 -m state &#8211;state NEW -m recent &#8211;update &#8211;seconds 60 &#8211;hitcount 4 -j DROP<br />
and then<br />
iptables -I INPUT -p tcp &#8211;dport 22 -i eth0 -m state &#8211;state NEW -m recent &#8211;set</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rate-limiting SSH connections with iptables &#124; Slaptijack</title>
		<link>http://www.mnxsolutions.com/linux/rate-limiting-connections-with-iptables.html/comment-page-1#comment-2043</link>
		<dc:creator>Rate-limiting SSH connections with iptables &#124; Slaptijack</dc:creator>
		<pubDate>Mon, 14 Jun 2010 22:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mnxsolutions.com/blog/quick-tip/rate-limiting-connections-with-iptables.html#comment-2043</guid>
		<description>[...] can find more information on this concept at MNX Solutions and HostingFu.        &#124; [...]</description>
		<content:encoded><![CDATA[<p>[...] can find more information on this concept at MNX Solutions and HostingFu.        | [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hgdomainnames &#187; Blog Archive &#187; Rate limiting connections with iptables</title>
		<link>http://www.mnxsolutions.com/linux/rate-limiting-connections-with-iptables.html/comment-page-1#comment-1165</link>
		<dc:creator>hgdomainnames &#187; Blog Archive &#187; Rate limiting connections with iptables</dc:creator>
		<pubDate>Sat, 10 Nov 2007 17:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mnxsolutions.com/blog/quick-tip/rate-limiting-connections-with-iptables.html#comment-1165</guid>
		<description>[...] full story here [...]</description>
		<content:encoded><![CDATA[<p>[...] full story here [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

