I have have 2 or more IP addresses that I want to ALLOW to view a website. Nobody Else.
Logically I should only have to add the ALLOW IP addresses and NOT the DENY addresses
It does not make sense to need any other logic to target the DENY addresses
eg ALLOW IP 43.245.43.33 or 202.129.142.77 and logically DENY everything else
But this is NOT the case. Extra Logic? is required
How do I add the "IP Address Range" in the text box (eg 0.0.0.0 - 43.245.43.32)
What should the MASK value be here?
Then how do I pickup from that range (eg 43.245.43.34 - 202.129.142.76)
What should the MASK value be here?
I would then like to DENY the end of the range eg (202.129.142.78 - 255.255.255.255)
What should the MASK value be here?
Is this at all possible?
How exactly do I enter the IP range as the method above IP start - IP finish is NOT accepted by the tool.
This feature seemed like such a good IIS feature! if only it worked with just the Allow Logic