LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   nslookup answer ns.myserver.myserver.com (https://www.linuxquestions.org/questions/linux-newbie-8/nslookup-answer-ns-myserver-myserver-com-807746/)

windstory 05-14-2010 12:41 AM

nslookup answer ns.myserver.myserver.com
 
Dns could not resolve dns.
So I tried "named-checkconf, named-checkzone" commands, but no errors.

However "nslookup ns.myserver.com" has strange answer - ns.myserver.myserver.com.

Quote:

[root@myserver named]# nslookup ns.myserver.org
;; Got SERVFAIL reply from xxx.xxx.56.9, trying next server
;; Got SERVFAIL reply from xxx.xxx.56.9, trying next server
Server: xxx.xxx.57.9
Address: xxx.xxx.57.9#53

** server can't find ns.myserver.org.myserver.org: SERVFAIL
How can I solve this problem?

alli_yas 05-14-2010 12:45 AM

Hi

What distro are you using? And what version?

For Fedora like distro's, I suggest you check the DNS entries:

Code:

#more /etc/resolv.conf
And verify that these are actually up and usable?

Cheers
Yas

windstory 05-14-2010 12:54 AM

Quote:

Originally Posted by alli_yas (Post 3967888)
Hi

What distro are you using? And what version?

For Fedora like distro's, I suggest you check the DNS entries:

Code:

#more /etc/resolv.conf
And verify that these are actually up and usable?

Cheers
Yas

My box is centos 5.4 x86.
Thanks for your kind reply.


All times are GMT -5. The time now is 02:26 AM.