The server is a Windows 2012 server. In its IIS 8, there is a virtual directory, say 'arcgis'. I want to restrict access to that specific directory only to local computers. The local IPV4 addresses come to something like 130.127.xx.xxx format.
So I launch IIS Manager, select the arcgis directory, then, using the 'Ip addresses and domain restrictions', I am able to enter an Allowed IP of 127.0.0.1 and that works fine. But, using the IP range option, when I enter 130.127.1.0 with a Mask of 255.255.255.0 then remote computers can't access the arcgis folder.
I suspect that's because I need to provide the IPV6 addresses (somehow) because the server computer is only able to find local computers by their strange looking IPV6 addresses when I 'ping'. I don't see any option to enter IPV4 addresses as some IPV4 'feature' and looks like by default only IPV6 are found ?
Any idea?
Thanks!