Click to See Complete Forum and Search --> : named


LinuxNewbie16
07-08-2002, 04:10 AM
hello,
while checking my hosts i found that they are unreachable, I checked the named and i got this error:
ndc: error: isc/ctl_clnt::conn_done: evConnect: Transport endpoint is not connected
i tried to shutdown the named and start it again but still the same problem, how can i fix this error and make everything working fine again

10x

baldguy
07-08-2002, 04:29 PM
Are your hosts unreachable by ip address as well as domain name?

LinuxNewbie16
07-09-2002, 06:08 AM
they are reachable by ip but NOT by hostname

baldguy
07-09-2002, 03:34 PM
Was it working before? I would try stripping down your named.conf and zone files to just basics and testing just a little at a time.

By the way, if you are trying to test your DNS from your DNS server you need to specify that you are using that server and not the ones in it's /etc/resolv.conf (i.e. if your server is 192.168.1.1 then do:
host myothermachine 192.168.1.1
from that machine)

baldguy
07-09-2002, 03:42 PM
Check /var/log/messages for an ndc error your bind might have crashed and not cleaned up the socket properly. If that's the case try /etc/init.d/named restart and see if it will start up again.

If it does successfully start up go back to /var/log/messages and see if it crashes again and you might be able to see why and fix it.