Forum Moderators: open
The ip address ^64\.233\.172\.21$ has been banned on Tue Apr 17 11:24:06 2007
The associated user agent was Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)
The associated referer was ......................
How is possible because it is google ip address surfing behind MSIE 7.0 and ignoring robots.txt?
However, a WHOIS lookup on 64.233.172.21 appears to show that this address is part of the address block 64.233.160.0/19, issued by ARIN to Google. -- The Anome 07:42, 21 July 2006 (UTC)
-----------------------
How it can be possible when range 64.233.160.0 - 64.233.191.255 belong to google?
Any idea?
64.233.172.21
Host reachable, 1914 ms. average
64.233.160.0 - 64.233.191.255
Google Inc.
1600 Amphitheatre Parkway
Mountain View
CA
94043
United States
Google Inc.
+1-650-318-0200
arin-contact@google.com
NS1.GOOGLE.COM
NS2.GOOGLE.COM
NS3.GOOGLE.COM
NS4.GOOGLE.COM
GOOGLE
Created: 2003-08-18
Updated: 2007-04-10
Source: whois.arin.net
It could be Google accellator but still do not know of block or not these ip which does not respect the robots.txt!?
Because any bot caught spidering this site violating the robots.txt standard should be considered abuse and violating bots.
I don't like visitors coming in from an IP that is not actually their own
So you block anyone behind a corporate firewall, NAT server, or even using ICS at home?
It could be Google accellator
Why don't you test it? Use the tool yourself and see if that IP shows up at the time. It's reasonable for an SEO type tool to browse your site as a user would?
I block anything that claims to be Googlebot or media-partners that doesn't originate from googlebot.com and everything else is automatically monitored for bad behavior just like I would any other IP address.
You can block "prefetch" requests from triggering your bot trap by adding the following code to your .htaccess file (Apache servers). This way you wont inadvertently block innocent visitors from your site.
RewriteEngine on
Options +FollowSymLinks
RewriteCond %{HTTP:X-moz} ^prefetch [NC]
RewriteCond %{REQUEST_URI} ^/path_to_your_bad_bot_script\.cgi$ [NC]
RewriteRule .* [F]
More info about Google Prefetch:
[webaccelerator.google.com...]