- Community Home
- >
- Networking
- >
- Legacy
- >
- Communications and Wireless
- >
- DNS not finding authoritative answer
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 05:51 AM
08-26-2003 05:51 AM
I have the following entry in my named.conf file:
zone "matc.edu" {
type master;
file "/etc/namedb/named.db";
also-notify { 148.8.60.70; };
};
The head of the named.db file is the following:
;
$TTL 86400
@ IN SOA mail.matc.edu. root.matc.edu. (
2003082600 ; Serial
86400 ; Refresh
7200 ; Retry
3600000 ; Expire
86400 ; Minimum
)
IN A 148.8.128.21
IN NS mail
IN NS garden-brau.csd.uwm.edu.
IN NS harry
;
However when I do any lookup for any machine in this domain it tells me it is a non authoritative answer.
Anyone have any idea why?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 06:37 AM
08-26-2003 06:37 AM
Re: DNS not finding authoritative answer
your @ SOA line implies that mail.matc.edu is your main DNS, right ? And that root@matc.edu is root mail...
So are harry and garden-brau...
Did you set proper rights to your named.db ? Are you NS referenced in resolv.conf ? Otehrwise, nslookup use 127.0.0.1 as NS...
hth
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 09:27 AM
08-26-2003 09:27 AM
Re: DNS not finding authoritative answer
root@mail:/etc/namedb-> cat /etc/resolv.conf
domain matc.edu
nameserver 148.8.128.21
nameserver 148.8.128.28
search matc.edu
root@mail:/etc/namedb-> ls -al named*
-r--rw-r-- 1 root dnsadm 1626 Feb 27 2003 named.ca
-rw-r--r-- 1 root other 1301 Aug 5 14:35 named.conf
-rw-rw-r-- 1 root dnsadm 424931 Aug 26 12:19 named.db
-rw-rw-r-- 1 root dnsadm 348 Nov 28 2001 named.local
-rw-r--r-- 1 root other 6 Aug 29 2002 named.pid
-rw-rw-r-- 1 root dnsadm 479729 Aug 26 08:32 named.rev
root@mail:/etc/namedb-> nslookup
Default Server: mail.milwaukee.tec.wi.us
Address: 148.8.128.21
> server localhost
Default Server: localhost.matc.edu
Address: 127.0.0.1
> mail.matc.edu
Server: localhost.matc.edu
Address: 127.0.0.1
Non-authoritative answer:
Name: mail.matc.edu
Address: 148.8.128.21
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 09:34 AM
08-26-2003 09:34 AM
Re: DNS not finding authoritative answer
@ IN SOA mail.matc.edu. root.mail.matc.edu. (
The problem still exists. Reverse lookup seems to be authoritative, but not forward.
I'm seeing the following via nslookup:
> server mail.matc.edu
Default Server: mail.matc.edu
Address: 148.8.128.21
> set q=ns
> matc.edu
Server: mail.matc.edu
Address: 148.8.128.21
Non-authoritative answer:
matc.edu nameserver = mail.matc.edu
matc.edu nameserver = uwm.edu
matc.edu nameserver = harry.matc.edu
Authoritative answers can be found from:
mail.matc.edu internet address = 148.8.128.21
uwm.edu internet address = 129.89.169.3
uwm.edu internet address = 129.89.6.2
uwm.edu internet address = 129.89.7.2
harry.matc.edu internet address = 148.8.128.28
Why does it show mail and harry as non-authoritative AND authoritative?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 01:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 05:47 AM
08-27-2003 05:47 AM
Re: DNS not finding authoritative answer
Do you have there an entry like the following:
forwarders {x.x.x.x};
forward only;
???
best regards!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 05:47 AM
08-27-2003 05:47 AM
Re: DNS not finding authoritative answer
Do you have there an entry like the following:
forwarders {x.x.x.x};
forward only;
???
best regards!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 05:47 AM
08-27-2003 05:47 AM
Re: DNS not finding authoritative answer
Do you have there an entry like the following:
forwarders {x.x.x.x};
forward only;
???
best regards!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 06:40 AM
08-27-2003 06:40 AM
Re: DNS not finding authoritative answer
I don't know why I didn't see the errors when it started, but there was a bad record that caused the zone to be rejected. I fixed the record and it's now answering authoritatively.
Thanks for the help everyone!