Tuesday, November 5, 2013

DNS SERVER ,FULL EXPLAINED STEP BY STEP GORVAM SADDAR


Understanding the DNS namespace


The following illustration shows how the DNS namespace is organized.

A DNS name consists of two or more parts separated by periods, or "dots" (.). The last (rightmost) part of the name is called the top-level domain (TLD). Other parts of the name are subdomains of the TLD or another subdomain. The names of the TLDs are either functional or geographical. Subdomains usually refer to the organization that owns the domain name.
Functional TLDs suggest the purpose of the organization that has registered a subdomain in the TLD. The following table shows some of the most common functional TLD names.

Functional TLD
Typically used by …
.com
Commercial entities, such as corporations, to register DNS domain names
.edu
Educational institutions, such as colleges, and public and private schools
.gov
Government entities, such as federal, state, and local governments
.net
Organizations that provide Internet services, such as Internet service providers (ISPs)
.org
Private, nonprofit organizations

Creating an Internet DNS domain name

An Internet DNS domain name has a TLD name, such as .com, .org, or .edu, and a unique subdomain name that the domain owner chooses. For example, a company named Contoso Corporation would probably choose contoso.com as its Internet domain name.
Before you register an Internet DNS domain, conduct a preliminary search of the Internet to confirm that the DNS domain name that you want to use is not already registered to another organization. If the domain name that you want to use is available, contact your Internet service provider (ISP) to confirm that the domain name is available and to help you register your domain name. Your ISP might set up a DNS server on its own network to host the DNS zone for your domain name or it might help you set up a DNS server on your network for this purpose.

Creating internal DNS domain names

For your internal domains, create names that are related to your registered Internet DNS domain name. For example, if you register the Internet DNS domain name contoso.com for your organization, use a DNS domain name such as corp.contoso.com for the internal, fully qualified DNS domain name and use CORP as the NetBIOS name.
If you want to deploy DNS in a private network, but you do not plan to create an external namespace, you should still register the DNS domain name that you create for your internal domain. If you do not register the name, and you later attempt to use it on the Internet or you use it to connect to a network that is connected to the Internet, the name might be unavailable.

Creating DNS computer names

When you create DNS names for the computers on your network, develop and follow a logical DNS computer-naming convention. This makes it possible for users to remember easily the names of computers on public and private networks, which facilitates access to network resources.
Use the following guidelines when you create DNS names:
·      Select computer names that are easy for users to remember.
·      Identify the owner of a computer in the computer name.
For example, andrew-dixon indicates that Andrew Dixon uses the computer, and pubs-server indicates that the computer is a server that belongs to the Publications department.
·      As an alternative, select names that describe the purpose of the computer.
For example, a file server named past-accounts-1 indicates that the file server stores information related to past accounts.
·      Do not use capitalization to convey the owner or purpose of a computer.
DNS is not case sensitive.
·      Match the AD DS domain name to the primary DNS suffix of the computer name.
The primary DNS suffix is the part of the DNS name that appears after the host name.
·      Use unique names for all computers in your organization.
Do not assign the same computer name to different computers in different DNS domains. For example, do not use such names as server1.acct.contoso.com and server1.hr.contoso.com. Also, do not use the same computer name when a computer is configured to run different operating systems. For example, if a computer can run Windows Server 2008 or Windows Vista, do not use the same computer name for both operating systems.
·      Use ASCII characters to ensure interoperability with computers running versions of Windows earlier than Windows 2000.
For computer and domain names, use only the characters A through Z, 0 through 9, and the hyphen (-). Do not use the hyphen as the first character in a name.
In particular, the following characters are not allowed in DNS names:
·      comma (,)
·      tilde (~)
·      colon (:)
·      exclamation point (!)                                
·      at sign (@)
·      number sign (#)
·      dollar sign ($)
·      percent sign (%)
·      caret (^)
·      ampersand (&)
·      apostrophe (')
·      period (.), except as a separator between names
·      parentheses (())
·      braces ({})
·      underscore (_)
·      The number of characters in a name must be between 2 and 24.
·      Avoid nonstandard TLDs such as .local. Using a nonstandard TLD will prevent you from being able to register your domain name on the Internet.

Installing and Configuring AD DS and DNS

When you create a new Active Directory Domain Services (AD DS) domain, the Active Directory Domain Services Installation Wizard installs the Domain Name System (DNS) server role by default. This ensures that DNS and AD DS are configured properly for integration with each other.
Important         
Before you install AD DS and DNS on the first domain controller server in a new domain, ensure that the IP address of the server is static; that is, that it is not assigned by Dynamic Host Configuration Protocol (DHCP). DNS servers and Active Directory domain controllers must have static addresses to ensure that clients can locate the servers reliably.
To install DNS with AD DS in a new domain
1.   Click Start, point to Administrative tools, and then click Server Manager.
2.   In the tree pane, click Roles.
3.   In the results pane, click Add Roles.


4.   On the Before You Begin page, click Next.


5.   On the Select Server Roles page, click Active Directory Domain Services, and then click Next.


6.   On the Active Directory Domain Services page, read the information and then click Next.
7.   On the Confirm Installation Selections page, read the information and then click Install.
8.   After AD DS installation has completed, on the Installation Results page, click Close this wizard and launch the Active Directory Domain Services Installation Wizard (dcpromo.exe).


9.   On the Welcome to the Active Directory Domain Services Installation Wizard page, click Next.
10.  On the Choose a Deployment Configuration page, click Create a new domain in a new forest, and then click Next.


11.  On the Name the Forest Root Domain page, type the full DNS name (such as corp.contoso.com) for the new domain, and then click Next.


12.  On the Set Forest Functional Level page, select Windows Server 2008, and then click Next.
13.  On the Additional Domain Controller Options page, make sure that DNS server is selected, and then click Next.


Note
A message box informs you that a delegation for this DNS server cannot be created. This is normal and expected for the first domain controller in a new forest. Click Yes to proceed.


14.  On the Location for Database, Log Files, and SYSVOL page, type the location in which you want to install the database, log, and system volume (SYSVOL) folders, or click Browse to choose a location, and then click Next.
Note
You can safely accept the default locations unless you know that you have a reason to change them.


15.  On the Directory Services Restore Mode Administrator Password page, type a password to use to log on to the server in Directory Services Restore Mode, confirm the password, and then click Next.


16.  Review the Summary page, and then click Next to begin the installation.
17.  After the AD DS installation completes, click OK to restart the computer.

Configuring Client Settings

By default, Domain Name System (DNS) clients are configured to allow Dynamic Host Configuration Protocol (DHCP) to automatically assign the clients' IP addresses, DNS server addresses, and other settings. The TCP/IP configuration steps in this section are required only if a DHCP server is not available.
Configure the following settings for each DNS client:
·      TCP/IP settings for DNS
·      Host name and domain membership
The following procedures require you to log on with an account that belongs to the Administrators group on the client computer.
To configure client settings on a computer running Windows XP
1.   On the computer that you want to configure to use DNS, click Start, point to Control Panel, and then click Network Connections.
2.   Right-click the network connection that you want to configure, and then click Properties.
3.   On the General tab, click Internet Protocol (TCP/IP), and then click Properties.


4.   Click Use the following IP address.
5.   In IP address, type the address of the client computer.
6.   In Subnet mask, type the subnet mask of the domain controller.
7.   In Default gateway, type the address of the default gateway of the domain controller.
8.   Click Use the following DNS server addresses.
9.   In Preferred DNS server, type the IP address of the DNS server that you installed in Installing and Configuring AD DS and DNS.
Important
Do not use the IP address of a DNS server that is provided by your Internet service provider (ISP) as a primary or alternate DNS server.
10.  Click OK, and then click Close.
Note
It is not necessary to restart the computer at this time if you intend to change the computer's name or domain membership in the following steps.
11.  In Control Panel, double-click System.
12.  On the Computer Name tab, click Change.
13.  In Computer name, type the name of the computer (the host name).
14.  Click Domain, and then type the name of the domain that you want the computer to join.


15.  If a second Computer Name Changes dialog box appears, in User Name, type the domain name and user name of an account that has permission to join computers to the domain.
16.  In Password, type the password of the account.
Separate the domain name and user name with a backslash, for example, domain\user_name.


17.  Click OK to close all dialog boxes.
To configure client settings on a computer running Windows Vista
1.   On the computer that you want to configure to use DNS, click Start, and then click Control Panel.
2.   In Control Panel, click Network and Internet.
3.   Click Network and Sharing Center. In the Tasks pane, click Manage network connections.


4.   Right-click the network connection that you want to configure, and then click Properties.
5.   On the Networking tab, click Internet Protocol Version 4 (TCP/IPv4), and then click Properties.


6.   Click Use the following IP address.
7.   In IP address, type the address of the client computer.
8.   In Subnet mask, type the subnet mask of the domain controller.
9.   In Default gateway, type the address of the default gateway of the domain controller.
10.  Click Use the following DNS server addresses, and in Preferred DNS server, type the IP address of the domain controller that you installed in Installing and Configuring AD DS and DNS.
Important
Do not use the IP address of a DNS server that is provided by your ISP as a primary or alternate DNS server.
11.  Click OK to exit.
12.  If Internet Protocol Version 6 (TCP/IPv6) is selected, click it, and then click Properties. Perform the same steps as for TCP/IPv4, and then click OK and Close.
Note
It is not necessary to restart the computer at this time if you intend to change the computer's name or domain membership in the following steps.
13.  In Control Panel, click System and Maintenance, and then click System.


14.  Under Computer name, domain, and workgroup settings, click Change settings.


15.  On the Computer Name tab, click Change.
16.  In Computer name, type the name of the computer (the host name).


17.  Click Domain, and then type the name of the domain that you created in Installing and Configuring AD DS and DNS.
18.  If the Computer Name Changes dialog box appears:
·      In User Name, type the domain name and user name of an account that has permission to join computers to the domain.
·      In Password, type the password of the account. Separate the domain name and user name with a backslash, for example, domain\user_name.
19.  Click OK to close all dialog boxes.

Advanced DNS Configuration

In most cases, deploying Active Directory Domain Services (AD DS)–integrated Domain Name System (DNS) on a small, Windows-based network requires little configuration beyond the initial setup. Occasionally, however, you may have to perform additional configuration tasks, such as adding resource records to handle unusual situations or configuring automatic removal of outdated resource records.

Adding resource records

Resource records store information about specific network computers, such as the names, IP addresses, and services that the computers provide. In most cases, Windows-based computers use dynamic update to update their resource records on DNS servers. This dynamic update process eliminates the need for an administrator to manage the resource records. However, if your network contains computers that are not Windows-based or if it contains computers that you want to designate to handle e-mail, you may have to add host (A) resource records to the zone on your DNS server.
Important
When the Active Directory Domain Services Installation Wizard installs and configures DNS on the new domain controller, it creates resource records that are necessary for the correct operation of the DNS server on the domain controller. Do not remove or change these resource records. Change or remove only those resource records that you add yourself.
Host (A) resource records associate the DNS domain name of a computer (or host) to its IP address. You do not need to have a host (A) resource record for all computers, but you must have one for any computer that shares resources on a network and that must be identified by its DNS domain name.
·      Windows 2000, Windows XP, and Windows Server 2003 clients and servers use the Dynamic Host Configuration Protocol (DHCP) Client service to dynamically register and update their host (A) resource records in DNS when an IP configuration change occurs.
·      Windows Vista and Windows Server 2008 clients use the DNS Client service to dynamically register and update their host (A) resource records in DNS when an IP configuration change occurs.
·      You can manually create a host (A) resource record for a static TCP/IP client computer (or for a computer running non-Windows operating systems) by using the DNS Manager administrative tool.
To add a host (A) resource record to a DNS zone
1.   On the DNS server, click Start, point to Administrative Tools, and then click DNS.
2.   In the console tree, right-click the applicable DNS zone, and then click New Host (A).
3.   In Name (uses parent domain if blank), type the name of the computer (host) for which you are creating a host (A) resource record.
4.   In IP address, type the address of the computer for which you want to create a host (A) resource record.
Important
Make sure that you type the address correctly and that you assign it as a static address (not one that is assigned by DHCP). If the address is incorrect or changes, client computers cannot use DNS to locate the host.

Automatically removing outdated resource records

The ability of DHCP to register host (A) and pointer (PTR) resource records automatically whenever you add a new device to the network simplifies network administration. However, it has one drawback: unless you remove those resource records, they remain in the DNS zone database indefinitely. Although this is not a problem with static networks, it negatively affects networks that change frequently (for example, a network to which you add or remove portable computers) because the accumulation of resource records can prevent host names from being reused.
Fortunately, DHCP services and the Windows Server 2008 DNS server cooperate to help prevent this problem from happening. You can configure the DNS server to track the age of each dynamically-assigned record and to periodically remove records that are older than the number of days that you specify. This process is known as scavenging.
The age of a resource record is based on when it was created or last updated. By default, computers running Windows send a request to the DNS server to update their records every 24 hours.
Note
To prevent unnecessary replication, you can configure the Windows Server 2008 DNS server to ignore update requests for a period of time that you specify.
In this manner, Windows-based computers notify the DNS server that they are still on the network and that their records are not subject to scavenging.
Because scavenging can cause problems on a network if it is not configured correctly, Windows Server 2008 disables scavenging by default. We recommend that you enable scavenging with default settings if you frequently add computers to or remove computers from your network.
To enable scavenging on a DNS server
1.   On the DNS server on which you want to enable scavenging, click Start, point to Administrative Tools, and then click DNS.
2.   In the console tree, click the applicable DNS server.
3.   On the Action menu, click Properties.
4.   Click the Advanced tab, select Enable automatic scavenging of stale records, and then click OK.


5.   On the Action menu, click Set Aging/Scavenging for All Zones.
6.   Click the Scavenge stale resource records check box, and then click OK.


7.   In the Server Aging/Scavenging Confirmation dialog box, select Apply these settings to the existing Active Directory-integrated zones, and then click OK.



Troubleshooting DNS

Most often, Domain Name System (DNS) configuration problems are exposed when one or more DNS client computers cannot resolve host names.
To troubleshoot DNS problems, you must determine the scope of the problem. To do this, you use the ping command on multiple clients to resolve the names of hosts on the intranet and the Internet, and to test overall network connectivity. Run the following commands on several DNS client computers and with several target computers, and then note the results:
·      ping DNS_server_ip_address
·      ping internal_host_ip_address, where internal_host_ip_address is the IP address of a computer that exists in the client's domain
·      ping internal_host_name, where internal_host_name is the fully qualified domain name (FQDN) of the computer
·      ping Internet_host_name, where Internet_host_name is the name of a computer that exists on the Internet.
Note
It is not important whether an Internet computer responds to the ping command. What is important is that DNS can resolve the name that you specify to an IP address.
The results of these tests suggest the nature of the problem. The following table shows possible results, causes, and solutions.

ping command result
Possible cause
Possible solution
Multiple clients cannot resolve any intranet or Internet names
This result suggests that the clients cannot access the assigned DNS server. This might be the result of general network problems, particularly if the ping command using IP addresses fails. Otherwise, if you have configured the clients to obtain DNS server addresses automatically, you might not have configured the Dynamic Host Configuration Protocol (DHCP) servers on the network properly.
Review the configuration of the DHCP servers on the network.
Multiple clients cannot resolve intranet names, but they can resolve Internet names
This result suggests that host (A) resource records, or records such as service locator (SRV) resource records, do not exist in the DNS zone database. Also see "One client only cannot resolve intranet names, only Internet names."
Ensure that the appropriate resource records exist and that you have configured the DNS server properly to receive automatic updates. If the target host names are located in a particular child zone, ensure that you have configured delegation of that zone properly. To test registration of records for a domain controller, use the dcdiag /test:dns /v /s:domain_controller command.
One client only cannot resolve any intranet or Internet names
If the ping command using IP addresses fails, this result indicates that the client computer cannot connect to the network. If the ping command using IP addresses succeeds, but the pingcommand cannot resolve DNS domain names, the TCP/IP settings of the client may be incorrect.
Ensure that the client computer is physically connected to the network and that the network adapter for the computer functions properly, or correct the TCP/IP settings, as necessary.
To correct the settings, see Configuring Client Settings.
One client only cannot resolve intranet names, only Internet names
If you previously configured the client computer to connect directly to the Internet, its TCP/IP properties might be configured to use an external DNS server, such as a DNS server from an Internet service provider (ISP). In most cases, the client should not use a DNS server from an ISP as either the preferred or alternate DNS server because the DNS server at   the ISP is not able to resolve internal names. Using a DNS server from an ISP in the TCP/IP configuration of a client can also cause problems with conflicting internal and external namespaces.
To correct the settings, see Configuring Client Settings.

If you have ruled out all of these potential problems for a particular client and still cannot resolve DNS names, use the procedures in Configuring Client Settings to verify the DNS client settings. Then, at a command prompt, type ipconfig /all to view the current TCP/IP configuration.
If the client does not have a valid TCP/IP configuration, you can perform one of the following tasks:
·      For dynamically configured clients, use the ipconfig /renew command to manually force the client to renew its IP address configuration with the DHCP server.
·      For statically configured clients, modify the client TCP/IP properties to use valid configuration settings or to complete its DNS configuration for the network.



No comments:

Post a Comment

Note: Only a member of this blog may post a comment.