pinging or tracert returns the correct ip address from the hosting company. When a PC is set to our primary dns server, or from DHCP, and you enter this one web site, the site comes up in the browser, but all the links show up as a list, left justified, and no working links, no images, no videos, etc. If I then change the DNS server to be one of the two that works, the same web page comes up formatted, working links, videos, everything. The only thing I change is the first DNS server on the list. Yes, I checked the hosts file.
Main Topics
Browse All Topics





by: rafael_accPosted on 2009-03-05 at 08:24:40ID: 23807148
I'm not very clear what the problem is ... maybe you could provide an example; what about if you provide the actual urls in question?
DNS would certainly not have any direct effect on the formatting or functionality of a web page. DNS is only a name resolution protocol. They could however cause some subtle problems - imagine your url resolves to two different IP's (www server). Or maybe the hosting www server is misconfigured.
You say you are accessing the website from the local dns server right? Have you checked your hosts file? keep in mind that the local dns cache is checked first! Then the local "hosts" file is checked! At last, and only if nothing is found in the cache or hosts file, the normal dns resolution actually starts.
Have you tried pinging the names in each case ? what IP addresses do you get?
Hope that helps