Article ID: 298148 - Last Review: March 1, 2007 - Revision: 1.3 How To Remove the Root Zone (Dot Zone)This article was previously published under Q298148 When you install DNS on a Windows 2000 server that does not
have a connection to the Internet, the zone for the domain is created and a
root zone, also known as a dot zone, is also created. This root zone may prevent access to the
Internet for DNS and for clients of the DNS. If there is a root zone, there are
no other zones other than those that are listed with DNS, and you cannot
configure forwarders or root hint servers. For these reasons, you may have to
remove the root zone.
To remove a root zone, follow these steps:
- Click Start, point to
Programs, point to Administrative Tools, and
then click DNS.
- Expand Server, and then expand
Forward Lookup Zone.
- Right-click the folder that is named "." (period), click
Delete, click Yes to confirm that you want to
delete the zone, and then click Yes again when you receive a
warning that this is an Active Directory directory service zone.
- Restart the computer. If you cannot restart the computer,
follow these steps:
- Click Start, and then click
Run.
- In the Open box, type
cmd, and then click
OK.
- At the command prompt, type the following commands.
Press ENTER after each command:
- net stop dns
- net stop netlogon
- net start
netlogon
- net start dns
Note: If this method does not create a list of root hint servers,
follow these steps:
- Click Start, and then click
Run.
- In the Open box, type
cmd, and then press ENTER.
- At the command prompt, type net stop
dns, and then press ENTER.
- Type the following command, and then press ENTER:
copy
Systemroot\System32\Dns\Samples\Cache.dns
Systemroot\System32\Dns - Press Y. When you are prompted to overwrite the existing
file, press ENTER.
- Click Start, point to
Programs, point to Administrative Tools, and
then click Active Directory Users and Computers.
- On the View menu, click Advanced
Features.
- Expand System, expand
MicrosoftDNS, right-click RootDNSServers, and
then click Delete. When you are prompted to delete this
object, click Yes. When you are prompted to delete this object
and the objects that it contains, click Yes.
- Quit Active Directory Users and Computers, and then repeat
the first procedure that is in the "More Information" section of this
article.
APPLIES TO- Microsoft Windows 2000 Advanced Server
- Microsoft Windows 2000 Server
| |