I have a Windows Server 2008 box with two static IP addresses (192.168.xxx.120 and 192.168.xxx.118) running IIS7 thay hosts ~30 websites.
The DNS server on the network is configured to point website traffic to 192.168.xxx.120. Public DNS resolution is done outside the building by a number of third parties.
In the web logs I've noticed that the actual logged address is 192.168.xxx.118 ie not the one pointed to by the DNS.
What's going on here, and how can I make the websites use the address pointed to by the DNS records? The correct IP address has become important to me for SSL certificate resolution.
Crispin
EDIT: I aplolgise because I initially wrote Windows Server 2003, but that was wrong, it's Windows Server 2008. I have both on my network.