Iis – Can’t get access to the IIS Server

iisnetworkingprivate-ipwindows-server-2012

Before I could get access to my IIS Server using its static private IP address (on the Windows Server 2012 itself), but now I can only access the IIS Server web page using its localhost and 127.0.0.1 addresses?

I binded the static address to the port, but still no access. Firewall allows the port (which was configured before, though its on the Server itself anyway).

Can anyone identify why I can't access the IIS Server within in the Server using its static IP address?

Thanks

Best Answer

IIS's bindings by default are on 0.0.0.0, so being able to only access them on only 127.0.0.1 could be an indication of a different service already using that listening port (check with netstat -abn), which seems to have been the case here.