<?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: How To Block an IP Address On Linux / Apache Server</title>
	<atom:link href="http://www.eddieoneverything.com/internet/how-to-block-an-ip-address-on-linux-apache-server.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eddieoneverything.com/internet/how-to-block-an-ip-address-on-linux-apache-server.php</link>
	<description>Don&#039;t get me started</description>
	<lastBuildDate>Thu, 29 Jul 2010 15:10:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chiron613</title>
		<link>http://www.eddieoneverything.com/internet/how-to-block-an-ip-address-on-linux-apache-server.php/comment-page-1#comment-142643</link>
		<dc:creator>Chiron613</dc:creator>
		<pubDate>Sat, 17 Jan 2009 00:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.eddieoneverything.com/internet/how-to-block-an-ip-address-on-linux-apache-server.php#comment-142643</guid>
		<description>You may sometimes find that you&#039;re getting hit by the same rude bot from a multitude of IP addresses.  You can still block them, though you might wind up blocking innocent folks within the same IP block.

I had a problem with MSN&#039;s bot.  The text for iptables was:

LOG        all  --  65.52.0.0/14 anywhere \
                LOG level debug 

That blocks everything from 65.52.0.0 to 65.55.255.255.  To get this information (how big the IP block is), use whois:

whois 65.52.3.6

Among the various information you&#039;ll see is:

CIDR:       65.52.0.0/14

That&#039;s the magic number, starting from &#039;65&#039;.</description>
		<content:encoded><![CDATA[<p>You may sometimes find that you&#8217;re getting hit by the same rude bot from a multitude of IP addresses.  You can still block them, though you might wind up blocking innocent folks within the same IP block.</p>
<p>I had a problem with MSN&#8217;s bot.  The text for iptables was:</p>
<p>LOG        all  &#8212;  65.52.0.0/14 anywhere \<br />
                LOG level debug </p>
<p>That blocks everything from 65.52.0.0 to 65.55.255.255.  To get this information (how big the IP block is), use whois:</p>
<p>whois 65.52.3.6</p>
<p>Among the various information you&#8217;ll see is:</p>
<p>CIDR:       65.52.0.0/14</p>
<p>That&#8217;s the magic number, starting from &#8216;65&#8242;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: georgio grafini</title>
		<link>http://www.eddieoneverything.com/internet/how-to-block-an-ip-address-on-linux-apache-server.php/comment-page-1#comment-96348</link>
		<dc:creator>georgio grafini</dc:creator>
		<pubDate>Wed, 30 Jul 2008 02:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.eddieoneverything.com/internet/how-to-block-an-ip-address-on-linux-apache-server.php#comment-96348</guid>
		<description>Thank you sir.</description>
		<content:encoded><![CDATA[<p>Thank you sir.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
