LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-27-2004, 08:52 AM   #1
jester_69
Member
 
Registered: May 2002
Location: Sydney Australia
Distribution: Redhat 6.1 & 7.2
Posts: 91

Rep: Reputation: 15
Named used to work but now it doesnt


Hello,

I have a RedHat system running primary DNS for my domain eziekiel.com, well at least it use to. I have secondary backup DNS being done by easydns.com. Im running 9.2.1.

I have a firewall in front of this machine with static IP but have port forwarding setup & am confidant this is not the cause of problem. I see named running still as a process & dont see any errors in logs or on start of service. But checking, say online DNS checking at dnsreports.com i am getting multiple errors concerning my domain.
I used to see port 53 listening on say 127.0.0.1 & the internal IP it is runnig on 192.16.8.0.2 but now i dont see this.
Also if i do a nslookup of a domain i get the following

[root@echelon root]# dig mx www.iprimus.com.au

Server: 127.0.0.1
Address: 127.0.0.1#53

** server can't find www.iprimus.com.au: SERVFAIL


What can i send through to help anyone here resolve this for me..

Kind Regards

Andrew
 
Old 06-27-2004, 10:21 AM   #2
Pete M
Member
 
Registered: Aug 2003
Location: UK
Distribution: Redhat 9 FC 3 SUSE 9.2 SUSE 9.3 Gentoo 2005.0 Debian Sid
Posts: 657

Rep: Reputation: 32
Andrew

You seem to have two problems, your own DNS is'nt working and easydns.com does'nt appear to be working either

I removed your IP address

CheckDNS.NET is asking root servers about authoritative NS for domain
Got DNS list for 'eziekiel.com' from a.gtld-servers.net
Found NS record: ns.eziekiel.com[xxx.xxx.x.xxx], was resolved to IP address by a.gtld-servers.net
Found NS record: ns1.easydns.com[216.220.40.243], was resolved to IP address by a.gtld-servers.net
Found NS record: ns2.easydns.com[205.210.42.20], was resolved to IP address by a.gtld-servers.net
Found NS record: remote1.easydns.com[64.39.29.212], was resolved to IP address by a.gtld-servers.net
Found NS record: remote2.easydns.com[212.100.224.80], was resolved to IP address by a.gtld-servers.net
Found NS record: remote3.easydns.com[64.39.29.216], was resolved to IP address by a.gtld-servers.net
Domain has 6 DNS server(s)

CheckDNS.NET is verifying if NS are alive
Error fetching SOA from ns.eziekiel.com [xxx.xxx.x.xxx], request timed out. Probably DNS server is offline.
Tried to fetch SOA record for domain, but DNS server ns1.easydns.com [216.220.40.243] returned error code Server Failure
Tried to fetch SOA record for domain, but DNS server ns2.easydns.com [205.210.42.20] returned error code Server Failure
Tried to fetch SOA record for domain, but DNS server remote1.easydns.com [64.39.29.212] returned error code Server Failure
Tried to fetch SOA record for domain, but DNS server remote2.easydns.com [212.100.224.80] returned error code Server Failure
Tried to fetch SOA record for domain, but DNS server remote3.easydns.com [64.39.29.216] returned error code Server Failure
0 server(s) are alive
No DNS servers alive, tests stopped

Try opening a terminal enter as root
tail -f /var/log/messages

Then from another terminal restart named
/etc/rc.d/init.d/named restart

See if you get any error messages

Pete
 
Old 06-28-2004, 02:16 AM   #3
jester_69
Member
 
Registered: May 2002
Location: Sydney Australia
Distribution: Redhat 6.1 & 7.2
Posts: 91

Original Poster
Rep: Reputation: 15
as you suggested

Thanks for that info.

This is the output of message log after tailing it

Jun 28 17:15:27 echelon named: named shutdown succeeded
Jun 28 17:15:28 echelon named[18030]: starting BIND 9.2.1 -u named
Jun 28 17:15:28 echelon named[18030]: using 1 CPU
Jun 28 17:15:28 echelon named[18033]: loading configuration from '/etc/named.conf'
Jun 28 17:15:28 echelon named[18033]: no IPv6 interfaces found
Jun 28 17:15:28 echelon named[18033]: listening on IPv4 interface lo, 127.0.0.1#53
Jun 28 17:15:28 echelon named[18033]: listening on IPv4 interface eth0, 192.168.0.2#53
Jun 28 17:15:28 echelon named[18033]: command channel listening on 127.0.0.1#953
Jun 28 17:15:28 echelon named: named startup succeeded
 
Old 06-28-2004, 02:39 AM   #4
Pete M
Member
 
Registered: Aug 2003
Location: UK
Distribution: Redhat 9 FC 3 SUSE 9.2 SUSE 9.3 Gentoo 2005.0 Debian Sid
Posts: 657

Rep: Reputation: 32
jester_69

Unless you've edited your post it does'nt appear to be loading any zone files heres my result

Take a look at '/etc/named.conf' make sure the file names match the ones in /var/named

Otherwise either post the contents of /etc/named.conf and all the files in var/named or mail them to me

Jun 28 08:29:32 server named[29198]: starting BIND 9.2.1 -u named
Jun 28 08:29:32 server named[29198]: using 2 CPUs
Jun 28 08:29:32 server named: named startup succeeded
Jun 28 08:29:32 server named[29200]: loading configuration from '/etc/named.conf'
Jun 28 08:29:32 server named[29200]: no IPv6 interfaces found
Jun 28 08:29:32 server named[29200]: listening on IPv4 interface lo, 127.0.0.1#53
Jun 28 08:29:32 server named[29200]: listening on IPv4 interface eth0, 192.168.0.3#53
Jun 28 08:29:32 server named[29200]: command channel listening on 127.0.0.1#953
Jun 28 08:29:32 server named[29200]: zone 0.0.127.IN-ADDR.ARPA/IN: loaded serial 2004062601
Jun 28 08:29:32 server named[29200]: zone 0.168.192.IN-ADDR.ARPA/IN: loaded serial 2004062601
Jun 28 08:29:32 server named[29200]: zone localhost/IN: loaded serial 2004062601Jun 28 08:29:32 server named[29200]: zone mydomain.net/IN: loaded serial 2004062601
Jun 28 08:29:32 server named[29200]: zone mydomain.co.uk/IN: loaded serial 2004062601
Jun 28 08:29:32 server named[29200]: running

Pete
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Why doesnt my USB mouse doesnt work? barkha Linux - Hardware 2 08-16-2005 11:31 AM
FireFox Doesnt Work John_Emad Linux - Software 3 06-26-2005 12:01 AM
xmms doesnt work lnthai2002 Linux - Software 1 02-27-2005 07:04 PM
cant get bind/named to work! please help! gsgleason Slackware 2 10-23-2004 01:56 PM
2nd CD doesnt work xtanu Linux - Software 1 10-21-2001 02:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration