Hi,
I do not understand networking much- just a little bit.
Is there any way, I can specify the range of IP addesses into a Group? e.g. Let's say, I have a list of IP addresses from 65.150.28.151 to 65.150.28.200. I do not want to give an access to any other IP address than these.
What would be the correct Network ID and Subnet mask to identify this range (65.150.28.151 to 65.150.28.200)?
Would that be Network ID=65.150.28.0 and Subnet mask=255.255.255.0?
I am going to put this information in IIS setting (Directory Security tab-IP Addrsses.. option- Grant Access or Denied access list)
For what you are trying to do, you will need to add them individually or move IPs to correspond to a sub mask range.
Use a site like http://www.subnet-calculator.com for reference on the ranges each subnet mask incorporates.
Hope this helps.