Forum Moderators: phranque
255.255.128.0 - 255.255.191.255
255.88.255.255 - 255.89.255.255
255.255.200.4
Is this correct?
RewriteCond %{REMOTE_ADDR} ^255\.255\.(1[38][0-9]¦12[89]¦19[01])\. [OR]
RewriteCond %{REMOTE_ADDR} ^255\.8[89]\. [OR]
RewriteCond %{REMOTE_ADDR} ^255\.255\.200\.4
RewriteRule ^.*$ - [F]
Order Deny,Allow
Deny from 255.255.128/191
Deny from 255.88/89
Deny from 255.255.200.4 Note: above is untested, I'm not 100% sure of the syntax for the specific IP address ranges.
Jim
If you are seeing requests from these IPs, something very wrong is probably happening.