yes, it's easy, just get the ip range, use a regular expression blocking pattern that will cover all versions of the ip address, ip is I think $_SERVER['REMOTE_ADDRESS'];
Lots of sites do that.
You can run that through .htaccess or httpd.conf also if the ip range fits a pattern you can create, very easy to do.
|