How do I configure a client to use the DNS?

John Savill

March 16, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. Once you have DNS servers configured the clients (and servers) need to be configured to contact them to resolve hostnames to IP addresses (and in some cases IP addresses to hostnames).

If you are using DHCP then DNS can be configured as part of the scope options for DHCP and do not need to be set at each client machine. Only if using static IP addresses do you need to manually set DNS information.

For an NT machine (and Windows 95) perform the following:

  1. Start the Network Control Panel Applet (Start - Settings - Control Panel - Network)

  2. Select the Protocols tab

  3. Select TCP/IP and select Properties

  4. Click the DNS tab

  5. Make sure the machines name is entered in the first box, and the domain name, e.g. savilltech.com in the Domain box

  6. In the DNS Server part click Add, and in the dialog box enter the IP address of the DNS Server and click Add

  7. In the Domain Suffix Search Order part, click Add and enter the domain, e.g. savilltech.com and then click Add

  8. Finally click OK

For a Windows 2000 machine perform the following:

  1. Right click on 'My Network Places' and select Properties

  2. Right click on 'Local Area Connection' and select Properties

  3. Select 'Internet Protocol (TCP/IP)' and click Properties

  4. Enter the DNS information and click OK
    Click here to view image

To test, you can start a command prompt and enter

nslookup
e.g. nslookup taz

The IP address of Taz will be displayed. Also try the reverse translation by entering

nslookup
e.g. nslookup 200.200.200.4

The name Taz will be displayed.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like