Log in

View Full Version : Is there a way to ban a Range of IPs?


kenji4861
12-15-2004, 07:57 PM
I have a user that keeps changing the last digit of his IP to come to my site.

100.100.100.*

I tried banning that way, but it doesn't work. Is there a way to do this rather than writing all 1-255 possibilities?

Zachery
12-15-2004, 09:17 PM
I have a user that keeps changing the last digit of his IP to come to my site.

100.100.100.*

I tried banning that way, but it doesn't work. Is there a way to do this rather than writing all 1-255 possibilities?
just add

100.100.100

Tony G
12-16-2004, 12:20 AM
Using the first 3 IP intervals is the best way to keep out changing-IPs-when-reconnecting. (They usually just change the last interval)

kenji4861
12-26-2004, 06:12 AM
Thanks guys.