How do I install and configure a new Windows 2000 DNS server within an existing DNS environment where Active Directory is not enabled?
To create a new Windows 2000 DNS Server, you must install Windows 2000 Server or Advanced Server on a server that is attached to your network. Because DNS is not installed by default during installation of Windows 2000 Server or Advanced Server, you have to install DNS on the server. You can install the Windows 2000 DNS service either during the installation of Windows 2000 Server or Advanced Server, or after the initial installation.
");
//]]>-->
Daniel's DNS Recommendations
If you are looking to really master DNS, Active Directory or other Windows networking skills, I strongly recommend that you try Train Signal. I've discovered this company a few months ago and I always send people their way because the training is so good. You can see more DNS and windows server training with "Hands-On" video instruction at http://www.TrainSignal.com.
Daniel Petri
document.context='YTowOnt9';
If your existing environment already has a DNS domain and an existing DNS infrastructure, and Active Directory is enabled, you can delegate a sub-domain of your existing DNS domain to the Windows 2000 domain. The Windows 2000 DNS server must already be installed to complete the following step.
With an existing DNS domain, you can delegate a sub-domain from the existing DNS server to the Windows 2000 DNS server. For example, if your domain name is mycompany.com, you can create a sub-domain with the name windows2000.mycompany.com. The Windows 2000 DNS server has authority over that sub-domain.
To create the sub-domain, configure the DNS server to use one of the organization's main DNS servers as a forwarder. A forwarder provides recursive lookups for any queries that the DNS server receives that it cannot answer based on its local zones. After you set up the forwarder, the Windows 2000 DNS server is responsible for resolving any queries for computers or resources that are contained within its own local domain. Any queries beyond this range, however, are forwarded directly to the organization's main DNS servers for resolution.
To Add the Organization's Main DNS Servers to the List of Forwarders on the Windows 2000 Server:
1. Click Start, point to Programs, point to Administrative Tools, and then click DNS to start the DNS Management Console.
2. Right click the DNS Server object for your server in the left pane of the console, and click Properties.
3. Click the Forwarders tab.
4. Check the Enable forwarders check-box.
5. In the IP address box enter the IP address of the DNS servers you want to forward queries to - typically the DNS server of your ISP. You can also move them up or down. The one that is highest in the list gets the first try, and if it does not respond within a given time limit - the query will be forwarded to the next server in the list.
6. Click OK.
Links
Integrate DNS with Existing DNS Infrastructure If Active Directory Is Enabled in Windows 2000 - 301191
Setting Up the Domain Name System for Active Directory - 237675
Subscribe to:
Post Comments (Atom)
Linux, CCNA and MCSE Questions: User Managment
Linux, CCNA and MCSE Questions: User Managment
-
1. What is virtualization? Virtualization allows multiple operating system instances to run concurrently on...
-
1. What is Network? Combination of two more computers connected together to share their resources each o...
-
Write by vikrant choudhary. Networking Q1: How many type of simple networking? Ans : CAT 1 – Voice only CAT 2 – 4 Mbps CAT 3 – 10 Mbps CAT 4...
1 comment:
Good for people to know.
Post a Comment