Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DNS client nslookup

Status
Not open for further replies.

ponetguy2

MIS
Aug 28, 2002
442
US
Hello,

I just got done setting up a DNS server and a client. However, when I do an nslookup with just the hostname, I got this output:

Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

C:\Documents and Settings\dev9>nslookup dev9
Server: webdev.testsurgemail.com
Address: 192.168.1.2

Name: dev9.
Served by:
- A.ROOT-SERVERS.NET


- B.ROOT-SERVERS.NET


- C.ROOT-SERVERS.NET


- D.ROOT-SERVERS.NET


- E.ROOT-SERVERS.NET


- F.ROOT-SERVERS.NET


- G.ROOT-SERVERS.NET


- H.ROOT-SERVERS.NET


- I.ROOT-SERVERS.NET


- J.ROOT-SERVERS.NET





C:\Documents and Settings\dev9>nslookup dev9.testsurgemail.com
Server: webdev.testsurgemail.com
Address: 192.168.1.2

Name: dev9.testsurgemail.com
Addresses: 192.168.1.112, 192.168.1.1


C:\Documents and Settings\dev9>

When I do an nslookup with a FQDN, I get this output:

C:\Documents and Settings\dev9>nslookup dev9.testsurgemail.com
Server: webdev.testsurgemail.com
Address: 192.168.1.2

Name: dev9.testsurgemail.com
Addresses: 192.168.1.112, 192.168.1.1


C:\Documents and Settings\dev9>

Is there something wrong here? If so, please point me to the right direction.

Thank you
Edit/Delete Message
 
I think you forgot to set a domainname in /etc/resolv.conf. With the unqualied request, it is simply asking the root nameservers the configured NS records for dev9.

gene
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top