When you open the forward lookup zone in the Domain Name
System (DNS) Microsoft Management Console (MMC) snap-in, the following subdomains may
be missing:
_msdcs
_sites
_tcp
_udp
This problem may occur if the zone is either Active
Directory-Integrated or Standard Primary. Additionally, the forward lookup zone
is being used to store SRV records for Active Directory.
When this problem occurs, the following event is logged:
Type: Warning Event: 5782 Source: NETLOGON Category: None Computer: ComputerName Event Msg: Dynamic registration or deregistration of one or more DNS records failed with the following error: No DNS servers configured for local system Data: 7C 26 00 00
On a multi-homed server, DNS dynamic update protocol
registration may have been turned off (disabled) on the internal network
adapter. The same problem occurs on a server that has a single network adapter
and DNS dynamic update protocol turned off.
To turn on DNS dynamic update protocol on the affected
network adapter, follow these steps:
On the desktop, right-click My Network Places, and then click Properties.
Right-click the internal network adapter, and then click Properties.
Click TCP/IP, and then click Properties.
Click the Advanced button.
Click the DNS tab, and then click to select the Register this
connection's addresses in DNS check box at the bottom of the
tab.
Click OK until the Network Properties dialog box is closed.
Click Start, click Run, type cmd, and then press ENTER.
At a command prompt, stop and restart the Netlogon service
and initiate the registration of the network adapter in DNS. To do this, use
the following command-line statements:
net stop netlogon
net start netlogon
ipconfig /registerdns
If the previous steps do not resolve this problem, you may have
to remove DNS and reinstall it. To remove DNS, follow these steps:
Right-click My Network Places, and then click Properties.
In the Network and Dial-Up Connections window on the Advanced menu, click Optional Networking Components.
In the Windows Optional Networking Components Wizard, click
to select Networking Services, and then click Details.
In the Networking Services window, click to clear the box
next to Domain Name System (DNS) check box, click OK, and then click Next. This removes DNS.
Before you reinstall DNS, delete the following files:
Cache.dns-which is located in
%systemroot%\Winnt\System32\DNS
Netlogon.dns-which is located in
%systemroot%\Winnt\System32\Config
Netlogon.dnb-which is located in
%systemroot%\Winnt\System32\Config
To reinstall DNS, follow these steps:
Right-click My Network Places, and then click Properties.
In the Network and Dial-Up Connections window on the Advanced menu click Optional Networking Components.
In the Windows Optional Networking Components Wizard, click
to select the Networking Services check box, and then click Details.
In the Networking Services dialog box, click to select the Domain Name System (DNS) check box, click OK, and then click Next.
Insert the operating system installation disc when you
are prompted, click OK, and DNS is reinstalled.
Restart the computer.
To reconfigure the DNS server and re-create the Forward and
Reverse Lookup Zones, see the articles listed in the "More Information" section.
Other possible causes of this problem are the following:
The value for Load zone data on startup on the Advanced tab in the DNS server properties is set to From registry instead of From Active Directory and registry. To resolve this problem, reset the value, and then restart the
server.
The filter display limit for the zone is smaller than the number of records in the zone. To resolve this problem, follow these steps:
Click Start, click Run, type dnsmgmt.msc in the Open box, and then click OK.
In the Dnsmgmt dialog box, expand ServerName, and then expand Forward Lookup Zones.
Click the zone, click the View menu, and then click Filter.
Click the Display Limit tab.
Set the display limit to a number that is larger than the number of records in your zone.
The forward lookup zone was created by using the wrong name or
was accidentally deleted. To re-create the zone, follow these steps:
Make sure that the internal network adapter (and
external network adapter if there is one) point to the server IP for DNS
resolution in the TCP/IP Properties dialog box.
In the DNS MMC, right-click the server object, and then
click New Zone. The New Zone Wizard starts. Under Zone Type, click Active Directory Integrated. On the next page, click Forward Lookup Zone, and then type a domain name (for example,
domain.com).
Expand the Forward Lookup Zones folder, right-click the
zone, and then click Properties.
On the General tab, make sure that Only secure updates is selected in the Allow Updates? list (this is the default setting). Click OK, and then close the DNS MMC.
At a command prompt, restart the Netlogon service by
using the following command line:
net stop netlogon
net start netlogon
ipconfig /registerdns
Verify that the zone file now has the following subdomains:
For more information about how to create and configure zone files in DNS on Windows 2000 Server, click the following article numbers to view the articles in the Microsoft Knowledge Base:
308201
(http://support.microsoft.com/kb/308201/
)
How to create a new zone on a DNS server in Windows 2000
237675
(http://support.microsoft.com/kb/237675/
)
Setting up
the Domain Name System for Active Directory