It is assumed that a basic installation of DNS has already occurred, (including the creation of at least one forward and one reverse lookup zone); thats when you discover that the required four sub-folders of the forward lookup zone have not been created. These are the “_msdcs”, “_sites”, “_tcp”, and “_udp” sub-folders.
The presence of these folders indicates the correct creation of the SRV records, and is critical to the correct functioning of Active Directory services. Indeed, as many of us have discovered, the success of many Windows 2000 functions rests on these DNS and Active Directory services. Here is how to fix them...
1) In the DNS console, begin by right clicking on the forward lookup zone, select “Properties”, and then insure that “Allow Dynamic Updates” is set to “Yes”. Do the same for the reverse lookup zone.
2) Exit (close) the DNS console. In the “Properties” page for the LAN connection, double click TCP/IP. Insure that the primary DNS server is set to your own (static) IP address. Click the Advanced button, and select the DNS tab. Find the check box near the bottom labeled “Register this connection’s addresses in DNS ” and insure that it is checked. Click “O.K.” to exit out of this series of dialogs.
3) Go to the command prompt. Type “ipconfig /registerdns” The OS will respond with a message indicating that this connection’s configuration will be registered with the DNS service, and any error messages can be found in the “Event Log” in 15 minutes.
4) While still at the command prompt, type “net stop netlogon”. Wait for this to complete, then type “net start netlogon”.
5) Re-start a DNS console. Expand the forward lookup zone to check for the presence of the four sub-folders mentioned above. If they have now appeared, where they could not be found before, congratulate yourself on a job well done.
*note- follow these steps in order!