I'm use to administrating Apache servers not IIS so forgive me if I'm overlooking something obvious.
I have a site in IIS6 setup to deny all access except from two C class ranges. For example:
10.10.0.0 255.255.0.0
and
192.168.0.0 255.255.0.0
But I want to block a single IP address in the range again for example:
192.168.12.24
Is there anyway to do this in IIS? In apache I can do an allow for 192.168.12.0 - 192.168.12.23 and another allow for 192.168.12.25 - 192.168.12.255 or I could do an allow for all and then deny that single IP, but I don't see an option to do that through IIS.
I only see an option for allowing all from a range, entering in everything from a range one by one, or denying all from a range.
As you can imagine, doing one by one would be difficult. I'd have to enter in an allow for:
192.168.1.0
192.168.2.0
192.168.3.0
etc up to 12
Then I'd have to allow:
192.168.12.1
192.168.12.2
192.168.12.3
192.168.12.4
etc.
This isn't really an option with a range of IPs that could require up to 65535 variations. Especially if I want to add other IPs to the block in the future.
Again if I'm missing something obvious, please let me know. If all else fails, I can see if I can do something about the firewall, but since I don't directly control the firewall modifications, I don't want to have to request changes every time there is a problem.
I have a site in IIS6 setup to deny all access except from two C class ranges. For example:
10.10.0.0 255.255.0.0
and
192.168.0.0 255.255.0.0
But I want to block a single IP address in the range again for example:
192.168.12.24
Is there anyway to do this in IIS? In apache I can do an allow for 192.168.12.0 - 192.168.12.23 and another allow for 192.168.12.25 - 192.168.12.255 or I could do an allow for all and then deny that single IP, but I don't see an option to do that through IIS.
I only see an option for allowing all from a range, entering in everything from a range one by one, or denying all from a range.
As you can imagine, doing one by one would be difficult. I'd have to enter in an allow for:
192.168.1.0
192.168.2.0
192.168.3.0
etc up to 12
Then I'd have to allow:
192.168.12.1
192.168.12.2
192.168.12.3
192.168.12.4
etc.
This isn't really an option with a range of IPs that could require up to 65535 variations. Especially if I want to add other IPs to the block in the future.
Again if I'm missing something obvious, please let me know. If all else fails, I can see if I can do something about the firewall, but since I don't directly control the firewall modifications, I don't want to have to request changes every time there is a problem.