IIS Seems to Forward Domain/IP to Domain Controller
Posted
by asinc
on Server Fault
See other posts from Server Fault
or by asinc
Published on 2010-01-02T04:44:03Z
Indexed on
2010/04/10
13:43 UTC
Read the original article
Hit count: 367
windows-server-2008
|dns
We have a server (Server 1) with Win 2008 that is accessible by RDP and also is set as the primary DNS IP for a domain (example.com). This server is on the same network as an SBS 2008 server (Server 2) which is the domain controller and internal Dns server. Web requests going to example.com with IP of Server 1 are being passed to Server 2 and served up by IIS from Server 2. What causes this to happen? Is there a safe way to have Server 1 IIS handle the web requests which was our expected outcome?
Example: DNS entry on ISP: example.com = 111.111.111.111 Server 1 = 111.111.111.111 Server 2 = 111.111.111.112
Web user goes to example.com in browser, and the page is actually returned from 111.111.111.112?
© Server Fault or respective owner