Welcome to WebmasterWorld Guest from 3.214.184.124
Forum Moderators: Ocean10000
12.148.209.196 - - [12/Nov/2002:19:33:57 -0500] "GET / HTTP/1.1" 403 773 "-" "Mozilla/4.7"
So, this makes two IP blocks I know of:
12.148.196.128 - 12.148.196.255 Nameprotect.com
12.148.209.192 - 12.148.209.255 Nameprotect.com
For those blocking IPs using mod_rewrite:
RewriteCond %{REMOTE_ADDR} ^12\.148\.196\.(12[8-9]¦1[3-9][0-9]¦2[0-4][0-9]¦25[0-5])$ [OR]
RewriteCond %{REMOTE_ADDR} ^12\.148\.209\.(19[2-9]¦2[0-4][0-9]¦25[0-5])$ [OR]
...
This very-dumb spider fetched "/" ten times before it whacked itself - very wasteful of bandwidth.
Jim