<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DNS not finding authoritative answer in Communications and Wireless</title>
    <link>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056741#M1723</link>
    <description>You've let us see only part tof your /etc/named.conf file.&lt;BR /&gt;Do you have there an entry like the following:&lt;BR /&gt;&lt;BR /&gt;forwarders {x.x.x.x};&lt;BR /&gt;forward only;&lt;BR /&gt;???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;best regards!</description>
    <pubDate>Wed, 27 Aug 2003 12:47:50 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2003-08-27T12:47:50Z</dc:date>
    <item>
      <title>DNS not finding authoritative answer</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056735#M1717</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;I have the following entry in my named.conf file:&lt;BR /&gt;&lt;BR /&gt;zone "matc.edu" {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "/etc/namedb/named.db";&lt;BR /&gt;        also-notify { 148.8.60.70; };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;The head of the named.db file is the following:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;;&lt;BR /&gt;$TTL 86400&lt;BR /&gt;@                       IN      SOA     mail.matc.edu. root.matc.edu. (&lt;BR /&gt;                                        2003082600      ; Serial&lt;BR /&gt;                                        86400   ; Refresh&lt;BR /&gt;                                        7200    ; Retry&lt;BR /&gt;                                        3600000 ; Expire&lt;BR /&gt;                                        86400   ; Minimum&lt;BR /&gt;                                        )&lt;BR /&gt;                        IN      A       148.8.128.21&lt;BR /&gt;                        IN      NS      mail&lt;BR /&gt;                        IN      NS      garden-brau.csd.uwm.edu.&lt;BR /&gt;                        IN      NS      harry&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However when I do any lookup for any machine in this domain it tells me it is a non authoritative answer.  &lt;BR /&gt;&lt;BR /&gt;Anyone have any idea why?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2003 12:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056735#M1717</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2003-08-26T12:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: DNS not finding authoritative answer</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056736#M1718</link>
      <description>Hi Sean,&lt;BR /&gt;&lt;BR /&gt;your @ SOA line implies that mail.matc.edu is your main DNS, right ? And that root@matc.edu is root mail...&lt;BR /&gt;So are harry and garden-brau... &lt;BR /&gt;&lt;BR /&gt;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...&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Tue, 26 Aug 2003 13:37:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056736#M1718</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-08-26T13:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: DNS not finding authoritative answer</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056737#M1719</link>
      <description>mail.matc.edu is the primary dns server for the matc.edu domain.  Harry is a secondary server at matc.edu.  Garden-brau is a remnant from a previous admin, so I'm not exactly sure what it is, I believe it is a secondary server as well.&lt;BR /&gt;&lt;BR /&gt;root@mail:/etc/namedb-&amp;gt; cat /etc/resolv.conf&lt;BR /&gt;domain matc.edu&lt;BR /&gt;nameserver 148.8.128.21&lt;BR /&gt;nameserver 148.8.128.28&lt;BR /&gt;search matc.edu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root@mail:/etc/namedb-&amp;gt; ls -al named*&lt;BR /&gt;-r--rw-r--   1 root     dnsadm      1626 Feb 27  2003 named.ca&lt;BR /&gt;-rw-r--r--   1 root     other       1301 Aug  5 14:35 named.conf&lt;BR /&gt;-rw-rw-r--   1 root     dnsadm    424931 Aug 26 12:19 named.db&lt;BR /&gt;-rw-rw-r--   1 root     dnsadm       348 Nov 28  2001 named.local&lt;BR /&gt;-rw-r--r--   1 root     other          6 Aug 29  2002 named.pid&lt;BR /&gt;-rw-rw-r--   1 root     dnsadm    479729 Aug 26 08:32 named.rev&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root@mail:/etc/namedb-&amp;gt; nslookup&lt;BR /&gt;Default Server:  mail.milwaukee.tec.wi.us&lt;BR /&gt;Address:  148.8.128.21&lt;BR /&gt;&lt;BR /&gt;&amp;gt; server localhost&lt;BR /&gt;Default Server:  localhost.matc.edu&lt;BR /&gt;Address:  127.0.0.1&lt;BR /&gt;&lt;BR /&gt;&amp;gt; mail.matc.edu&lt;BR /&gt;Server:  localhost.matc.edu&lt;BR /&gt;Address:  127.0.0.1&lt;BR /&gt;&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;Name:    mail.matc.edu&lt;BR /&gt;Address:  148.8.128.21&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2003 16:27:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056737#M1719</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2003-08-26T16:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: DNS not finding authoritative answer</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056738#M1720</link>
      <description>I've corrected an error in the SOA to fix the mail address. &lt;BR /&gt;&lt;BR /&gt;@                       IN      SOA     mail.matc.edu. root.mail.matc.edu. (&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The problem still exists.  Reverse lookup seems to be authoritative, but not forward.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm seeing the following via nslookup:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; server mail.matc.edu&lt;BR /&gt;Default Server:  mail.matc.edu&lt;BR /&gt;Address:  148.8.128.21&lt;BR /&gt;&lt;BR /&gt;&amp;gt; set q=ns&lt;BR /&gt;&amp;gt; matc.edu&lt;BR /&gt;Server:  mail.matc.edu&lt;BR /&gt;Address:  148.8.128.21&lt;BR /&gt;&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;matc.edu        nameserver = mail.matc.edu&lt;BR /&gt;matc.edu        nameserver = uwm.edu&lt;BR /&gt;matc.edu        nameserver = harry.matc.edu&lt;BR /&gt;&lt;BR /&gt;Authoritative answers can be found from:&lt;BR /&gt;mail.matc.edu   internet address = 148.8.128.21&lt;BR /&gt;uwm.edu internet address = 129.89.169.3&lt;BR /&gt;uwm.edu internet address = 129.89.6.2&lt;BR /&gt;uwm.edu internet address = 129.89.7.2&lt;BR /&gt;harry.matc.edu  internet address = 148.8.128.28&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Why does it show mail and harry as non-authoritative AND authoritative?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2003 16:34:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056738#M1720</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2003-08-26T16:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: DNS not finding authoritative answer</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056739#M1721</link>
      <description>Have you checked the log files, are there any error messages while named is starting?&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Aug 2003 08:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056739#M1721</guid>
      <dc:creator>Markku Leinio</dc:creator>
      <dc:date>2003-08-27T08:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: DNS not finding authoritative answer</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056740#M1722</link>
      <description>You've let us see only par tof your /etc/named.conf file.&lt;BR /&gt;Do you have there an entry like the following:&lt;BR /&gt;&lt;BR /&gt;forwarders {x.x.x.x};&lt;BR /&gt;forward only;&lt;BR /&gt;???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;best regards!</description>
      <pubDate>Wed, 27 Aug 2003 12:47:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056740#M1722</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-08-27T12:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: DNS not finding authoritative answer</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056741#M1723</link>
      <description>You've let us see only part tof your /etc/named.conf file.&lt;BR /&gt;Do you have there an entry like the following:&lt;BR /&gt;&lt;BR /&gt;forwarders {x.x.x.x};&lt;BR /&gt;forward only;&lt;BR /&gt;???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;best regards!</description>
      <pubDate>Wed, 27 Aug 2003 12:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056741#M1723</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-08-27T12:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: DNS not finding authoritative answer</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056742#M1724</link>
      <description>You've let us see only part of your /etc/named.conf file.&lt;BR /&gt;Do you have there an entry like the following:&lt;BR /&gt;&lt;BR /&gt;forwarders {x.x.x.x};&lt;BR /&gt;forward only;&lt;BR /&gt;???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;best regards!</description>
      <pubDate>Wed, 27 Aug 2003 12:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056742#M1724</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-08-27T12:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: DNS not finding authoritative answer</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056743#M1725</link>
      <description>Some times I could just beat my head against the wall from stupidity!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help everyone!</description>
      <pubDate>Wed, 27 Aug 2003 13:40:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/dns-not-finding-authoritative-answer/m-p/3056743#M1725</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2003-08-27T13:40:13Z</dc:date>
    </item>
  </channel>
</rss>

