1827808 Members
1951 Online
109969 Solutions
New Discussion

Re: DNS Error

 
SOLVED
Go to solution
Darren Murray_1
Frequent Advisor

DNS Error

hi,

I am doing a nslookup error from my pc and get the following error. It resolves the host name I look up but the DNS server name fails.

Please help
Darren

C:\>nslookup gfbvicn1
*** Can't find server name for address 10.1.9.3: Server faile
*** Default servers are not available
Server: UnKnown
Address: 10.1.9.3

Name: gfbvicn1.mb.goodmanfielder.com.au
Address: 151.3.64.31
2 REPLIES 2
U.SivaKumar_2
Honored Contributor
Solution

Re: DNS Error

Hi,

you need not worry about this.

When nslookup starts up . it will do a inverse lookup for the name server's IP address listed in /etc/resolv.conf to get the DNS name. If it does not get the hostname it gives above error.

This inverse query is not necessary and it's failure will not affect any other DNS resolutions of the server to the client.

you can learn more by running nslookup in debug mode.

#nslookup -d1

will show the inverse query made.

regards,
U.SivaKumar

Innovations are made when conventions are broken
Sergejs Svitnevs
Honored Contributor

Re: DNS Error

This means that your nameserver doesn't have a reverse DNS entry for its
own address. Use dig instead of nslookup.

Regards,
Sergejs