<?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: Country Blocks</title>
	<atom:link href="http://www.countryipblocks.net/country-blocks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.countryipblocks.net</link>
	<description>Security Solutions With Searchable IP Block Database</description>
	<lastBuildDate>Thu, 29 Jul 2010 16:30:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stewart White</title>
		<link>http://www.countryipblocks.net/country-blocks/comment-page-1/#comment-958</link>
		<dc:creator>Stewart White</dc:creator>
		<pubDate>Tue, 25 May 2010 15:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.countryipblocks.net/?page_id=4#comment-958</guid>
		<description>You just did. Thank you.</description>
		<content:encoded><![CDATA[<p>You just did. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.countryipblocks.net/country-blocks/comment-page-1/#comment-956</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 25 May 2010 09:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.countryipblocks.net/?page_id=4#comment-956</guid>
		<description>Finding this website is like hitting the jackpot! Its just fantastic. Selecting from the country list to make a quick and easy .htaccess deny file is just pure genius. Thank the creators!</description>
		<content:encoded><![CDATA[<p>Finding this website is like hitting the jackpot! Its just fantastic. Selecting from the country list to make a quick and easy .htaccess deny file is just pure genius. Thank the creators!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stewart White</title>
		<link>http://www.countryipblocks.net/country-blocks/comment-page-1/#comment-806</link>
		<dc:creator>Stewart White</dc:creator>
		<pubDate>Mon, 12 Apr 2010 15:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.countryipblocks.net/?page_id=4#comment-806</guid>
		<description>We offer information on all active, reserved or allocated global IPv4 addresses. Currently, of the 4,294,967,296 possible IPv4 addresses, 3,977,143,746 are active, reserved or allocated. These addresses are contained in nearly 105,000 separate networks.

As of April 12, 2010, The USA has 37,767 networks and 1,490,138,622 subnets. Canada includes 5,758 networks and 76,999,932 subnets.

From a security standpoint it is usually better to decide what you will ALLOW onto your network instead of what you want to DENY. But, in weighing whether to set up a rule set to implicitly ALLOW or DENY, you should consider factors such as efficiency, size of the ruleset, overhead, available system memory, CPU, etc.

For example, if you wanted to deny traffic from China, you could create a ruleset to ALLOW the rest of the world, which would by default deny China. Or you could create a ruleset to expressly DENY China, which would by default allow any network that is not part of the IP blocks assigned to China. The resources required for the latter are much less than the former.

At the current time it would require significantly less resources to ALLOW the USA and Canada and deny the rest of the globe than it would to DENY access to every country except the USA and Canada. The difference is in how the rule is written and the amount of data required to properly process the rule.

In any case, you need to approach your decision thoughtfully. Any changes you make to a firewall or .htaccess file will impact resource utilization.</description>
		<content:encoded><![CDATA[<p>We offer information on all active, reserved or allocated global IPv4 addresses. Currently, of the 4,294,967,296 possible IPv4 addresses, 3,977,143,746 are active, reserved or allocated. These addresses are contained in nearly 105,000 separate networks.</p>
<p>As of April 12, 2010, The USA has 37,767 networks and 1,490,138,622 subnets. Canada includes 5,758 networks and 76,999,932 subnets.</p>
<p>From a security standpoint it is usually better to decide what you will ALLOW onto your network instead of what you want to DENY. But, in weighing whether to set up a rule set to implicitly ALLOW or DENY, you should consider factors such as efficiency, size of the ruleset, overhead, available system memory, CPU, etc.</p>
<p>For example, if you wanted to deny traffic from China, you could create a ruleset to ALLOW the rest of the world, which would by default deny China. Or you could create a ruleset to expressly DENY China, which would by default allow any network that is not part of the IP blocks assigned to China. The resources required for the latter are much less than the former.</p>
<p>At the current time it would require significantly less resources to ALLOW the USA and Canada and deny the rest of the globe than it would to DENY access to every country except the USA and Canada. The difference is in how the rule is written and the amount of data required to properly process the rule.</p>
<p>In any case, you need to approach your decision thoughtfully. Any changes you make to a firewall or .htaccess file will impact resource utilization.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stewart White</title>
		<link>http://www.countryipblocks.net/country-blocks/comment-page-1/#comment-805</link>
		<dc:creator>Stewart White</dc:creator>
		<pubDate>Mon, 12 Apr 2010 15:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.countryipblocks.net/?page_id=4#comment-805</guid>
		<description>You have options. A simple format would be to wrap you IP Blocks like this:

&lt;code&gt;&lt;Limit GET HEAD POST&gt;&lt;br&gt;
order allow,deny&lt;/code&gt;
deny from xxx.xxx.xxx.xxx/xx
&lt;code&gt;&lt;/Limit&gt;
allow from all&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You have options. A simple format would be to wrap you IP Blocks like this:</p>
<p><code>&lt;Limit GET HEAD POST&gt;<br />
order allow,deny</code><br />
deny from xxx.xxx.xxx.xxx/xx<br />
<code>&lt;/Limit&gt;<br />
allow from all</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.countryipblocks.net/country-blocks/comment-page-1/#comment-803</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sun, 11 Apr 2010 19:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.countryipblocks.net/?page_id=4#comment-803</guid>
		<description>Hello, this is my second post in one day. I&#039;m not trying to be a hog, I&#039;m just very excited about this stuff.

I saw your web page:
http://www.countryipblocks.net/e_country_data/Asia_deny.txt

I&#039;m wondering which part of this do you actually drop into your .htaccess file on the Apache server.  I&#039;m guessing you chop out the stuff that has a number sign in front of it, and include the rest of the stuff. 

For example, if you start with this:

# Country: Asia
# Total Networks: 10,183
# Total Subnets: 581,443,008
# Country: AFGHANISTAN
# ISO Code: AF
# Total Networks: 17
# Total Subnets:  73,984
deny from 58.147.128.0/19
deny from 111.125.152.0/21
deny from 117.55.192.0/20
deny from 117.104.224.0/21
deny from 119.59.80.0/21
deny from 121.100.48.0/21
deny from 121.127.32.0/19
deny from 125.213.192.0/19
deny from 175.106.32.0/19
deny from 180.94.64.0/19
deny from 180.222.136.0/21
deny from 202.56.176.0/20
deny from 202.86.16.0/20
deny from 203.174.27.0/24
deny from 203.215.32.0/20
deny from 210.80.0.0/19
deny from 210.80.32.0/19
# Country: ARMENIA
# ISO Code: AM
# Total Networks: 52
# Total Subnets:  195,872
deny from 62.89.0.0/19
deny from 77.95.184.0/21
deny from 78.109.64.0/20
deny from 79.170.200.0/21
deny from 80.86.224.0/20
deny from 81.16.0.0/20
deny from 81.89.208.0/20
deny from 83.139.0.0/18
deny from 83.217.224.0/19
deny from 87.241.128.0/18
deny from 89.249.192.0/20
deny from 91.103.24.0/21
deny from 91.103.56.0/21
deny from 91.198.247.0/24
deny from 91.199.38.0/24
deny from 91.199.226.0/24
deny from 91.205.132.0/21
deny from 91.208.76.0/24
deny from 91.208.149.0/24
deny from 91.209.38.0/24
deny from 91.209.105.0/24
deny from 91.210.40.0/22
deny from 91.212.71.0/24
deny from 92.43.136.0/21
deny from 93.94.216.0/21
deny from 93.185.32.0/20
deny from 93.187.160.0/21
deny from 93.191.152.0/21
deny from 95.140.192.0/20
deny from 109.68.120.0/21
deny from 109.75.32.0/20
deny from 178.160.128.0/17
deny from 188.92.40.0/21
deny from 188.115.192.0/18
deny from 193.200.130.0/24
deny from 195.8.50.0/23
deny from 195.60.80.128/27
deny from 195.88.66.0/23
deny from 195.88.254.0/23
deny from 195.191.100.0/23
deny from 195.191.154.0/23
deny from 195.191.186.0/23
deny from 195.211.24.0/22
deny from 195.250.64.0/19
deny from 212.34.224.0/19
deny from 212.42.192.0/19
deny from 212.73.64.0/19
deny from 217.26.128.0/20
deny from 217.63.96.0/19
deny from 217.76.0.0/20
deny from 217.113.0.0/20
deny from 217.113.16.0/20

What you actually drop into the .htaccess file on the Apache server is this:

deny from 58.147.128.0/19
deny from 111.125.152.0/21
deny from 117.55.192.0/20
deny from 117.104.224.0/21
deny from 119.59.80.0/21
deny from 121.100.48.0/21
deny from 121.127.32.0/19
deny from 125.213.192.0/19
deny from 175.106.32.0/19
deny from 180.94.64.0/19
deny from 180.222.136.0/21
deny from 202.56.176.0/20
deny from 202.86.16.0/20
deny from 203.174.27.0/24
deny from 203.215.32.0/20
deny from 210.80.0.0/19
deny from 210.80.32.0/19

deny from 62.89.0.0/19
deny from 77.95.184.0/21
deny from 78.109.64.0/20
deny from 79.170.200.0/21
deny from 80.86.224.0/20
deny from 81.16.0.0/20
deny from 81.89.208.0/20
deny from 83.139.0.0/18
deny from 83.217.224.0/19
deny from 87.241.128.0/18
deny from 89.249.192.0/20
deny from 91.103.24.0/21
deny from 91.103.56.0/21
deny from 91.198.247.0/24
deny from 91.199.38.0/24
deny from 91.199.226.0/24
deny from 91.205.132.0/21
deny from 91.208.76.0/24
deny from 91.208.149.0/24
deny from 91.209.38.0/24
deny from 91.209.105.0/24
deny from 91.210.40.0/22
deny from 91.212.71.0/24
deny from 92.43.136.0/21
deny from 93.94.216.0/21
deny from 93.185.32.0/20
deny from 93.187.160.0/21
deny from 93.191.152.0/21
deny from 95.140.192.0/20
deny from 109.68.120.0/21
deny from 109.75.32.0/20
deny from 178.160.128.0/17
deny from 188.92.40.0/21
deny from 188.115.192.0/18
deny from 193.200.130.0/24
deny from 195.8.50.0/23
deny from 195.60.80.128/27
deny from 195.88.66.0/23
deny from 195.88.254.0/23
deny from 195.191.100.0/23
deny from 195.191.154.0/23
deny from 195.191.186.0/23
deny from 195.211.24.0/22
deny from 195.250.64.0/19
deny from 212.34.224.0/19
deny from 212.42.192.0/19
deny from 212.73.64.0/19
deny from 217.26.128.0/20
deny from 217.63.96.0/19
deny from 217.76.0.0/20
deny from 217.113.0.0/20
deny from 217.113.16.0/20


I&#039;m wondering if that&#039;s all you do, or if you have to surround the above stuff with some sort of code wrapping, like this:

[mod rewrite apache something..code xyz]
deny from 58.147.128.0/19
deny from 111.125.152.0/21
deny from 117.55.192.0/20
deny from 117.104.224.0/21
deny from 119.59.80.0/21
[end of spooky apache code number wrapper stuff/xlmns.12345]</description>
		<content:encoded><![CDATA[<p>Hello, this is my second post in one day. I&#8217;m not trying to be a hog, I&#8217;m just very excited about this stuff.</p>
<p>I saw your web page:<br />
<a href="http://www.countryipblocks.net/e_country_data/Asia_deny.txt" rel="nofollow">http://www.countryipblocks.net/e_country_data/Asia_deny.txt</a></p>
<p>I&#8217;m wondering which part of this do you actually drop into your .htaccess file on the Apache server.  I&#8217;m guessing you chop out the stuff that has a number sign in front of it, and include the rest of the stuff. </p>
<p>For example, if you start with this:</p>
<p># Country: Asia<br />
# Total Networks: 10,183<br />
# Total Subnets: 581,443,008<br />
# Country: AFGHANISTAN<br />
# ISO Code: AF<br />
# Total Networks: 17<br />
# Total Subnets:  73,984<br />
deny from 58.147.128.0/19<br />
deny from 111.125.152.0/21<br />
deny from 117.55.192.0/20<br />
deny from 117.104.224.0/21<br />
deny from 119.59.80.0/21<br />
deny from 121.100.48.0/21<br />
deny from 121.127.32.0/19<br />
deny from 125.213.192.0/19<br />
deny from 175.106.32.0/19<br />
deny from 180.94.64.0/19<br />
deny from 180.222.136.0/21<br />
deny from 202.56.176.0/20<br />
deny from 202.86.16.0/20<br />
deny from 203.174.27.0/24<br />
deny from 203.215.32.0/20<br />
deny from 210.80.0.0/19<br />
deny from 210.80.32.0/19<br />
# Country: ARMENIA<br />
# ISO Code: AM<br />
# Total Networks: 52<br />
# Total Subnets:  195,872<br />
deny from 62.89.0.0/19<br />
deny from 77.95.184.0/21<br />
deny from 78.109.64.0/20<br />
deny from 79.170.200.0/21<br />
deny from 80.86.224.0/20<br />
deny from 81.16.0.0/20<br />
deny from 81.89.208.0/20<br />
deny from 83.139.0.0/18<br />
deny from 83.217.224.0/19<br />
deny from 87.241.128.0/18<br />
deny from 89.249.192.0/20<br />
deny from 91.103.24.0/21<br />
deny from 91.103.56.0/21<br />
deny from 91.198.247.0/24<br />
deny from 91.199.38.0/24<br />
deny from 91.199.226.0/24<br />
deny from 91.205.132.0/21<br />
deny from 91.208.76.0/24<br />
deny from 91.208.149.0/24<br />
deny from 91.209.38.0/24<br />
deny from 91.209.105.0/24<br />
deny from 91.210.40.0/22<br />
deny from 91.212.71.0/24<br />
deny from 92.43.136.0/21<br />
deny from 93.94.216.0/21<br />
deny from 93.185.32.0/20<br />
deny from 93.187.160.0/21<br />
deny from 93.191.152.0/21<br />
deny from 95.140.192.0/20<br />
deny from 109.68.120.0/21<br />
deny from 109.75.32.0/20<br />
deny from 178.160.128.0/17<br />
deny from 188.92.40.0/21<br />
deny from 188.115.192.0/18<br />
deny from 193.200.130.0/24<br />
deny from 195.8.50.0/23<br />
deny from 195.60.80.128/27<br />
deny from 195.88.66.0/23<br />
deny from 195.88.254.0/23<br />
deny from 195.191.100.0/23<br />
deny from 195.191.154.0/23<br />
deny from 195.191.186.0/23<br />
deny from 195.211.24.0/22<br />
deny from 195.250.64.0/19<br />
deny from 212.34.224.0/19<br />
deny from 212.42.192.0/19<br />
deny from 212.73.64.0/19<br />
deny from 217.26.128.0/20<br />
deny from 217.63.96.0/19<br />
deny from 217.76.0.0/20<br />
deny from 217.113.0.0/20<br />
deny from 217.113.16.0/20</p>
<p>What you actually drop into the .htaccess file on the Apache server is this:</p>
<p>deny from 58.147.128.0/19<br />
deny from 111.125.152.0/21<br />
deny from 117.55.192.0/20<br />
deny from 117.104.224.0/21<br />
deny from 119.59.80.0/21<br />
deny from 121.100.48.0/21<br />
deny from 121.127.32.0/19<br />
deny from 125.213.192.0/19<br />
deny from 175.106.32.0/19<br />
deny from 180.94.64.0/19<br />
deny from 180.222.136.0/21<br />
deny from 202.56.176.0/20<br />
deny from 202.86.16.0/20<br />
deny from 203.174.27.0/24<br />
deny from 203.215.32.0/20<br />
deny from 210.80.0.0/19<br />
deny from 210.80.32.0/19</p>
<p>deny from 62.89.0.0/19<br />
deny from 77.95.184.0/21<br />
deny from 78.109.64.0/20<br />
deny from 79.170.200.0/21<br />
deny from 80.86.224.0/20<br />
deny from 81.16.0.0/20<br />
deny from 81.89.208.0/20<br />
deny from 83.139.0.0/18<br />
deny from 83.217.224.0/19<br />
deny from 87.241.128.0/18<br />
deny from 89.249.192.0/20<br />
deny from 91.103.24.0/21<br />
deny from 91.103.56.0/21<br />
deny from 91.198.247.0/24<br />
deny from 91.199.38.0/24<br />
deny from 91.199.226.0/24<br />
deny from 91.205.132.0/21<br />
deny from 91.208.76.0/24<br />
deny from 91.208.149.0/24<br />
deny from 91.209.38.0/24<br />
deny from 91.209.105.0/24<br />
deny from 91.210.40.0/22<br />
deny from 91.212.71.0/24<br />
deny from 92.43.136.0/21<br />
deny from 93.94.216.0/21<br />
deny from 93.185.32.0/20<br />
deny from 93.187.160.0/21<br />
deny from 93.191.152.0/21<br />
deny from 95.140.192.0/20<br />
deny from 109.68.120.0/21<br />
deny from 109.75.32.0/20<br />
deny from 178.160.128.0/17<br />
deny from 188.92.40.0/21<br />
deny from 188.115.192.0/18<br />
deny from 193.200.130.0/24<br />
deny from 195.8.50.0/23<br />
deny from 195.60.80.128/27<br />
deny from 195.88.66.0/23<br />
deny from 195.88.254.0/23<br />
deny from 195.191.100.0/23<br />
deny from 195.191.154.0/23<br />
deny from 195.191.186.0/23<br />
deny from 195.211.24.0/22<br />
deny from 195.250.64.0/19<br />
deny from 212.34.224.0/19<br />
deny from 212.42.192.0/19<br />
deny from 212.73.64.0/19<br />
deny from 217.26.128.0/20<br />
deny from 217.63.96.0/19<br />
deny from 217.76.0.0/20<br />
deny from 217.113.0.0/20<br />
deny from 217.113.16.0/20</p>
<p>I&#8217;m wondering if that&#8217;s all you do, or if you have to surround the above stuff with some sort of code wrapping, like this:</p>
<p>[mod rewrite apache something..code xyz]<br />
deny from 58.147.128.0/19<br />
deny from 111.125.152.0/21<br />
deny from 117.55.192.0/20<br />
deny from 117.104.224.0/21<br />
deny from 119.59.80.0/21<br />
[end of spooky apache code number wrapper stuff/xlmns.12345]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.countryipblocks.net/country-blocks/comment-page-1/#comment-802</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sun, 11 Apr 2010 19:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.countryipblocks.net/?page_id=4#comment-802</guid>
		<description>Hello,

This looks like a great website.

With all of these bad acting countries, it seems like it would be more efficient to allow only the USA and Canada addresses, rather than try to block 2000 addresses from 20 different countries.

However, I believe you indicated an &quot;allow USA only&quot; approach is actually more elaborate to construct than &quot;block d,e,f,g,h,i,j,k, l,m,n,o,p,q,r,s,t,u,v,w,x,y,z and allow the rest&quot; method.

Could you provide greater detail on why this is the case?  There&#039;s a whole lot of us out there who would be perfectly happy to interact with USA and Canada, and nowhere else (for example, if you have a defense attorney&#039;s website serving clients in a small midwest USA metro, written in English, why would China or Russia need access to this website?). 

Thanks for any elaboration on this.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>This looks like a great website.</p>
<p>With all of these bad acting countries, it seems like it would be more efficient to allow only the USA and Canada addresses, rather than try to block 2000 addresses from 20 different countries.</p>
<p>However, I believe you indicated an &#8220;allow USA only&#8221; approach is actually more elaborate to construct than &#8220;block d,e,f,g,h,i,j,k, l,m,n,o,p,q,r,s,t,u,v,w,x,y,z and allow the rest&#8221; method.</p>
<p>Could you provide greater detail on why this is the case?  There&#8217;s a whole lot of us out there who would be perfectly happy to interact with USA and Canada, and nowhere else (for example, if you have a defense attorney&#8217;s website serving clients in a small midwest USA metro, written in English, why would China or Russia need access to this website?). </p>
<p>Thanks for any elaboration on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NexusL</title>
		<link>http://www.countryipblocks.net/country-blocks/comment-page-1/#comment-160</link>
		<dc:creator>NexusL</dc:creator>
		<pubDate>Sun, 19 Jul 2009 14:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.countryipblocks.net/?page_id=4#comment-160</guid>
		<description>I have to say, this is a very nice site. You have a wel setup database and format.</description>
		<content:encoded><![CDATA[<p>I have to say, this is a very nice site. You have a wel setup database and format.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
