I have an IIS 'Farm' (two servers in a shared configuration) behind a load balancer. The servers are both running Windows Sever 2008 R2 and IIS 7.5. This is a hosted virtual (vmWare) environment.
We host multiple websites in the farm and one of our clients made a request to restrict IPs, so I enabled the IP address and Domain Restrictions, this showed up in IIS Manager without any issue. Then I discovered the load balancer configuration would require the X Forwarded IP header and the 'Dynamic IP Restriction' module so I downloaded and installed that. However now when I go to IIS Manager - the Dynamic IP Restriction is not listed there one either machine.
I have:
Restarted both machines
Loaded on the second machine, then restarted both machines.
Attempted to re-install from http://www.iis.net/downloads/microsoft/dynamic-ip-restrictions (it states it is already installed, so I can only exit)
Checked the administration.xml file and located this entry:
<add name="DynamicIPRestriction" type="Microsoft.Web.Management.DynamicIPRestrictions.IPRestrictionsModuleProvider, Microsoft.Web.Management.DynamicIPRestrictions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Checked the applicationHost.xml and did not see any reference there to DynamicIP, the modification date indicated it had not been updated with my install attempts.
I am really at a loss and fairly new to IIS so any guidance would be appreciated.