<?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: problem with Bind 9 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-with-bind-9/m-p/3159801#M8987</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;   first check ur /etc/resolve.conf &lt;BR /&gt;&lt;BR /&gt;the prober entry like &lt;BR /&gt;&lt;BR /&gt;nameserver  &lt;IPADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/IPADDRESS&gt;</description>
    <pubDate>Mon, 05 Apr 2004 03:16:05 GMT</pubDate>
    <dc:creator>Saravanan_9</dc:creator>
    <dc:date>2004-04-05T03:16:05Z</dc:date>
    <item>
      <title>problem with Bind 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-bind-9/m-p/3159800#M8986</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I'm using DNS Server BIND 9.2.2 on linux SuSE 8.2 as an internal DNS server with DDNS for ca. 200 WIN2000 clients.&lt;BR /&gt;DDNS is working. WIN2000 DHCP Server 10.41.1.150 register all WIN2000 clients by DNS as forward and reverse, but some IP have 2 entries in the master reverse zone, for example:&lt;BR /&gt;&lt;BR /&gt;# nslookup 10.41.2.2&lt;BR /&gt;Server:         127.0.0.1&lt;BR /&gt;Address:        127.0.0.1#53&lt;BR /&gt;&lt;BR /&gt;2.2.41.10.in-addr.arpa  name = nzh12091.&lt;BR /&gt;2.2.41.10.in-addr.arpa  name = WK1200.blue.net. &lt;BR /&gt;&lt;BR /&gt;in the master forward zone is only one entry !&lt;BR /&gt;&lt;BR /&gt;why happens that ? &lt;BR /&gt;&lt;BR /&gt;my BIND config file (named.conf):&lt;BR /&gt;&lt;BR /&gt;options {&lt;BR /&gt;directory "/var/lib/named";&lt;BR /&gt;multiple-cnames no;&lt;BR /&gt;cleaning-interval 60;&lt;BR /&gt;datasize default;&lt;BR /&gt;stacksize default;&lt;BR /&gt;coresize default;&lt;BR /&gt;files unlimited;&lt;BR /&gt;# recursion yes;&lt;BR /&gt;&lt;BR /&gt;listen-on port 53 { 10.41.1.10; };&lt;BR /&gt;&lt;BR /&gt;listen-on-v6 { any; };&lt;BR /&gt;&lt;BR /&gt;#allow-query { 127.0.0.1; };&lt;BR /&gt;&lt;BR /&gt;notify no;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "." in {&lt;BR /&gt;type hint;&lt;BR /&gt;file "root.hint";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "localhost" in {&lt;BR /&gt;type master;&lt;BR /&gt;file "localhost.zone";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "0.0.127.in-addr.arpa" in {&lt;BR /&gt;type master;&lt;BR /&gt;file "127.0.0.zone";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;# You can insert further zone records for your own domains below.&lt;BR /&gt;&lt;BR /&gt;zone "ns1.blue.net" {&lt;BR /&gt;type master;&lt;BR /&gt;file "/var/lib/named/ns1.blue.net.hosts";&lt;BR /&gt;also-notify {&lt;BR /&gt;192.168.0.5;&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "blue.net" {&lt;BR /&gt;type master;&lt;BR /&gt;file "/var/lib/named/blue.net.hosts";&lt;BR /&gt;allow-update {&lt;BR /&gt;10.41.0.0/22;&lt;BR /&gt;10.181.0.0/16;&lt;BR /&gt;192.168.0.0/24;&lt;BR /&gt;192.168.110.0/24;&lt;BR /&gt;192.168.111.0/24;&lt;BR /&gt;192.168.112.0/24;&lt;BR /&gt;192.168.113.0/24;&lt;BR /&gt;127.0.0.1;&lt;BR /&gt;};&lt;BR /&gt;also-notify {&lt;BR /&gt;192.168.0.5;&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "0.41.10.in-addr.arpa" {&lt;BR /&gt;type master;&lt;BR /&gt;file "/var/lib/named/10.41.0.rev";&lt;BR /&gt;allow-update {&lt;BR /&gt;10.41.0.0/22;&lt;BR /&gt;127.0.0.1;&lt;BR /&gt;};&lt;BR /&gt;also-notify {&lt;BR /&gt;192.168.0.5;&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "1.41.10.in-addr.arpa" {&lt;BR /&gt;type master;&lt;BR /&gt;file "/var/lib/named/10.41.1.rev";&lt;BR /&gt;allow-update {&lt;BR /&gt;10.41.0.0/22;&lt;BR /&gt;127.0.0.1;&lt;BR /&gt;};&lt;BR /&gt;also-notify {&lt;BR /&gt;192.168.0.5;&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "2.41.10.in-addr.arpa" {&lt;BR /&gt;type master;&lt;BR /&gt;file "/var/lib/named/10.41.2.rev";&lt;BR /&gt;allow-update {&lt;BR /&gt;10.41.1.150;&lt;BR /&gt;127.0.0.1;&lt;BR /&gt;};&lt;BR /&gt;also-notify {&lt;BR /&gt;192.168.0.5;&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "3.41.10.in-addr.arpa" {&lt;BR /&gt;type master;&lt;BR /&gt;file "/var/lib/named/10.41.3.rev";&lt;BR /&gt;allow-update {&lt;BR /&gt;10.41.0.0/22;&lt;BR /&gt;127.0.0.1;&lt;BR /&gt;};&lt;BR /&gt;also-notify {&lt;BR /&gt;192.168.0.5;&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris</description>
      <pubDate>Thu, 08 Jan 2004 12:06:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-bind-9/m-p/3159800#M8986</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-01-08T12:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Bind 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-bind-9/m-p/3159801#M8987</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;   first check ur /etc/resolve.conf &lt;BR /&gt;&lt;BR /&gt;the prober entry like &lt;BR /&gt;&lt;BR /&gt;nameserver  &lt;IPADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/IPADDRESS&gt;</description>
      <pubDate>Mon, 05 Apr 2004 03:16:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-bind-9/m-p/3159801#M8987</guid>
      <dc:creator>Saravanan_9</dc:creator>
      <dc:date>2004-04-05T03:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Bind 9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-bind-9/m-p/3159802#M8988</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;It seems that the host WK1200.blue.net has hostname alias as nzh12091. check that system's hostname config and try removing aliases.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar.</description>
      <pubDate>Tue, 06 Apr 2004 01:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-bind-9/m-p/3159802#M8988</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2004-04-06T01:54:43Z</dc:date>
    </item>
  </channel>
</rss>

