Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DNS Fails after 2003 Upgrade

Status
Not open for further replies.

markdmac

MIS
Dec 20, 2003
12,340
US
DNS works intermittently or not at all for external addresses after upgrading to Windows 2003.

Windows 2003 has extended DNS on by default, in this mode it sends requests for additional records. Some devices such as Cisco Pix and some routers cannot handle the additional record requests and therefore DNS fails.

You can test if this condition is causing your problem by first performing an NSLOOKUP and then visiting the web site you received the error on.
Example:
1. Open Internet Explorer and attempt to visit and receive a DNS error. Close Internet Explorer.
2. Open a command prompt.
3. Type nslookup <enter>
4. Type <enter>
5. Open Internet Explorer and attempt to visit and connect to web page. Close Internet Explorer.

Disabling the Extended DNS function in the registry and restarting the DNS service will resolve this issue.

To resolve create a new REG_DWORD under
HKLM\CurrentControlSet\Services\DNS\Parameters

Name it EnableDnsProbes and leave its value Zero.

Restart the DNS Server service.
Restart workstations.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top