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!

Nameserver not resolving queries

Status
Not open for further replies.

linuxMaestro

Instructor
Jan 12, 2004
183
US
My nameserver wont resolve anything eventhough bind is running. Why wont it resolve anything?

[root@dns2 root]# named-checkconf
[root@dns2 root]# host aol.com localhost
;; connection timed out; no servers could be reached
[root@dns2 root]# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 xxx.xxx.xxx.xxx:53 0.0.0.0:* LISTEN 882/named
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 882/named
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 710/sshd
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 882/named
 
Maybe BIND isn't correctly configured. Maybe it can't make outbound connections to other servers. Can you dig on other DNS servers from that box?

Chris.

**********************
Chris A.C, CCNA, CCSA
**********************
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top