Forum Moderators: phranque
Recently I found that my site gets tons of hits from this IP 220.95.221.* (the last digit varies) which takes up to 3G bandwidth every day and sometimes cramps my server. I could not find whom the IPs belong to. Are they from crawler or attackers? If it is attack, can I block the IP?
Thank you for your help.
crawlers are unlikely to eat 3 gigs of bandwith. It might be an infected system. Anyway, if you use apache you can use the 'Deny from x.x.x.x' clause belonging to mod_access.
Have a look at [http.apache.org...]
(the module is in every standard apache install)