Can't access an internal IIS web site via IP address, only hostname
Posted
by chris-untrod-com
on Super User
See other posts from Super User
or by chris-untrod-com
Published on 2010-03-20T21:30:22Z
Indexed on
2010/03/20
21:31 UTC
Read the original article
Hit count: 407
I have a machine on my home network running Windows Server 2008 (IIS7) with a web application running under default website called HTCOMNET. The network is just on a Windows Workgroup. The server is named nas1 and has a (dynamically assigned) IPv4 address of 192.168.2.12.
I can ping 192.168.2.12. When I ping the machine by name ("nas1"), the hostname resolves to an IPv6 link-local address (as opposed to the ipv4 address). In a browser, I can go to http://nas1/HTCOMNET/ and IIS serves the site, no problem. But if I go to http://192.168.2.12/HTCOMNET, no dice. I have all the windows firewalls turned off.
Any idea what's going on? I can't for the life of me figure out why I can't hit IIS via the IP. I feel like it's something really obvious, but i can't figure out what. Thanks!
© Super User or respective owner