Inside Windows Server 1002003 [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Inside Windows Server 1002003 [Electronic resources] - نسخه متنی

Addison Wesley

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









Configuring DNS Clients


It's about time to install DNS, but first let's configure a few DNS clients so that they will be ready to use the server after it is in operation. Windows Server 2003 clients need two pieces of information about DNS:


  • The IP address of the DNS server or servers to which they will send queries.


  • The default domain name to use when sending queries. (This is also called the DNS Suffix.)



The IP address information is configured in TCP/IP Properties. The DNS Suffix information is configured in two places: the TCP/IP Properties for the network interface and System Properties for the computer. These entries are stored in separate places in the Registry.

Configuring DNS Information in TCP/IP Properties


When you have the information you need to configure a client's DNS settings, proceed as shown in Procedure 5.5.


Using Multiple DNS Servers


You can configure a client to query multiple DNS servers. If the first server on the list does not respond, the resolver consults the next server. If the first server responds authoritatively with a Record Not Found error, the client does not consult additional servers.

Procedure 5.5 Configuring DNS Information for TCP/IP Interface Properties


  1. Right-click My Network Places and select P

    ROPERTIES from the flyout menu. The Network and Dial-up Connections window opens.

  2. Right-click the Local Connection icon and select P

    ROPERTIES from the flyout menu. The Local Connection Properties window opens.

  3. Double-click the Internet Protocol (TCP/IP) entry to open its Properties window.

  4. Click Advanced. The Advanced TCP/IP Settings window opens.

  5. Select the DNS tab.

  6. Under DNS Server Addresses, click Add. The TCP/IP DNS Server window opens.

  7. Enter the IP address of the DNS server and click Add to add it to the list. You can add several servers to the list.

  8. Leave the DNS Suffix for This Connection field blank. Do not select the Use This Connection's DNS Suffix in DNS Registration option. Wait for the next section to configure these settings in System Properties.

  9. Click OK to retain the change and close the window.

  10. Click OK to return to the TCP/IP Properties window.

  11. Click OK to close the window and update the Registry with the changes.


Configuring DNS Information in System Properties


The DNS Suffix information in System Properties is used as the primary suffix for building FQDNs and is used to register the computer in Dynamic DNS. You will get the best results by putting suffix information here rather than in TCP/IP Properties. View and modify the DNS Suffix information in System Properties as described in Procedure 5.6. A system restart is required if you make changes.

Procedure 5.6 Configuring DNS Information in the System Properties Window


  1. Right-click My Computer and select P

    ROPERTIES from the flyout menu. The System Properties window opens.

  2. Select the Network Identification tab.

  3. Click Properties. The Identification Changes window opens.

  4. Click More. The DNS Suffix and NetBIOS Computer Name window opens.

  5. Enter the DNS domain name. Be sure to check the Change Primary DNS Suffix when Domain Membership Changes option. This ensures that the server's DNS domain matches its Active Directory domain.

  6. Click OK to save the change.

  7. Click OK to return to the System Properties window. The system prompts you that the change requires a restart.

  8. Click OK, and then OK again to close the System Properties window. The system prompts again to restart. Do so.


After you complete configuring a client, use ipconfig /all to double-check your work.


/ 245