We have deployed two servers using MS Server 2008 and established a domain. At least four of the five pcs on the domain are unable to reach differing web pages. The presumption is that IE8 is the culprit but I suspect it is the domain and a DNS problem though my IT people have been unable to identify a particular solution
If you're suspecting DNS, then try hard coding values in the local hosts file *temporarily* just to determine if it is in fact a DNS problem or perhaps routing (or other).
Marked As Answer byGeorgeRBrown3rdThursday, October 29, 2009 3:27 PM
If you run nslookup for an external domain, let's say nslookup cnn.com, will it return a correct result? Otherwise you'll need to configure forwarders for your internal DNS-servers.Best regards
If you're suspecting DNS, then try hard coding values in the local hosts file *temporarily* just to determine if it is in fact a DNS problem or perhaps routing (or other).
Marked As Answer byGeorgeRBrown3rdThursday, October 29, 2009 3:27 PM
Additionally, try a simple ping for the external domain - does the ping resolve an IP address or say "Ping request could not find host <external domain>. Please check the name and try again."