In
Mike W said:
We have done as you have described. The problem is that
the hosting site has one IP address for all of the sites
that they host. So, if we put in the ip address of the
host, it cannot be resolved to the correct site.
It is done with host headers, your host record FQDN must match the host
header, but it still uses the same IP address. if you access the site by
www.example.com then in the local example.com forward lookup zone you need a
host record named www with the IP of the Web site. If you can only access
the web site by example.com, that requires a blank host pointing to the IP
of the web site. That will cause a problem on your internal domain, due to
the fact that domain controllers register blank hosts for every IP address
on all NICs on them, which is how the SYSVOL share is found. That is why it
is resolving to the DCs address. You can stop the creation of these blank
hosts but it will cause problems loading Group Policies at
\\example.com\SYSVOL\
Here is the article to stop the creation of these blank records: 295328 -
Private Network Interfaces on a Domain Controller Are Registered in DNS
http://support.microsoft.com/?id=295328&FR=1
But I would recommend your hosting company add a host header for
www.example.com then access by that name or using IIS on the DCs to redirect
to
www.example.com.