LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   need help with named (https://www.linuxquestions.org/questions/linux-newbie-8/need-help-with-named-735012/)

offers 06-23-2009 11:20 AM

need help with named
 
named would not stopped normally on reboot; we get the message that named is not responding. when trying to restart it (via: service named restart) users are not able to login through Telnet (but if they were logged in already they have no trouble). Any help is appreciated!

MensaWater 06-23-2009 02:53 PM

You seem to be mixing things up a bit.

named is the BIND DNS daemon.

telnet has nothing to do with named directly.

However, if you have the users' workstations using the server running named as their resolver then the telnet may time out when named is hung because their DNS query is timing out. If that is your issue then they should be able to telnet in with the IP address instead of the hostname.

Are the users trying to telnet into the server that has named or to other servers?

Why were you rebooting? If named was having an issue you should be able to try "service named status" before the boot and even "ps -ef |grep named".

Is this something that was working and suddenly quit or some new setup?

Have you reviewed your /var/log/messages log?

Have you tried enabling named tracing and reviewed the trace log?


All times are GMT -5. The time now is 05:40 PM.