<?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: create a stub zone on BIND9 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/create-a-stub-zone-on-bind9/m-p/4372341#M82009</link>
    <description>A stub zone does not give you any meaningful redundancy. It only replicates the NS records from the zone's master server, so that your server knows where to refer the queries to. Anything beyond that is caching. &lt;BR /&gt;&lt;BR /&gt;If there is a network problem, the data you'll need may or may not be in the cache, depending on previous traffic and TTL values.&lt;BR /&gt;&lt;BR /&gt;Slave zones are the only way to guarantee that your server has a full up-to-date copy of the master server's zone. If the amount of replication traffic is a problem, you should examine the reasons for it.&lt;BR /&gt;&lt;BR /&gt;If the replication traffic is caused by a large number of dynamic DNS updates, you should consider putting the workstations (which usually create the most of the DNS updates) into a separate zone (a sub-domain). Then you can be a slave for the zone that has the server addresses only. &lt;BR /&gt;&lt;BR /&gt;If there are not that much DDNS updates, another reason for excessive replication traffic might be poorly-chosen time values in the SOA record of the zone. These values determine how often the slaves check if the master zone has been updated. If your master server can send DNS NOTIFY messages to the slaves, you can set the update-check timeouts to reasonably large values.&lt;BR /&gt;&lt;BR /&gt;Does your master server support incremental DNS zone transfers (RFC 1995, IXFR)? If it doesn't, any change in the domain causes the slaves to transfer the entire zone file from the master. If incremental zone transfers are supported, only the changes are transferred. That should cut back the amount of zone transfer traffic.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Mon, 30 Mar 2009 08:36:46 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2009-03-30T08:36:46Z</dc:date>
    <item>
      <title>create a stub zone on BIND9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-a-stub-zone-on-bind9/m-p/4372334#M82002</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;At the moment our DNS servers are authorative for the main domain via slave zones, which will be generating unnecessary replication traffic.&lt;BR /&gt;&lt;BR /&gt;Howto create stub zone instead of slave zone on BIND 9.3.4?</description>
      <pubDate>Thu, 05 Mar 2009 11:25:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-a-stub-zone-on-bind9/m-p/4372334#M82002</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2009-03-05T11:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: create a stub zone on BIND9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-a-stub-zone-on-bind9/m-p/4372335#M82003</link>
      <description>Stub zones are used for delegation. It only transfers the NS records. I don't know your final objective, but probably you need a conditional forwarding (proxy) zone.&lt;BR /&gt;&lt;BR /&gt;Just remember, that with secondary zones, you also have redundancy, and if the zones are static, then you won't get mostly traffic.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.zytrax.com/books/dns/ch4/" target="_blank"&gt;http://www.zytrax.com/books/dns/ch4/&lt;/A&gt;</description>
      <pubDate>Thu, 05 Mar 2009 13:31:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-a-stub-zone-on-bind9/m-p/4372335#M82003</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-03-05T13:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: create a stub zone on BIND9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-a-stub-zone-on-bind9/m-p/4372336#M82004</link>
      <description>thx, I've created a forward zone:&lt;BR /&gt;&lt;BR /&gt;zone "mydomain.net" {&lt;BR /&gt; type forward;&lt;BR /&gt; forwarders {&lt;BR /&gt;  10.10.100.3;&lt;BR /&gt;  10.10.100.4;&lt;BR /&gt;  };&lt;BR /&gt; };&lt;BR /&gt;&lt;BR /&gt;but my BIND seems not to cache the queries.&lt;BR /&gt;how to create a forward zone to cache queries in case the forwardes are unreachable?</description>
      <pubDate>Thu, 26 Mar 2009 15:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-a-stub-zone-on-bind9/m-p/4372336#M82004</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2009-03-26T15:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: create a stub zone on BIND9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-a-stub-zone-on-bind9/m-p/4372337#M82005</link>
      <description>How did you determined that is not caching requests?&lt;BR /&gt;&lt;BR /&gt;NS records are not cached.</description>
      <pubDate>Thu, 26 Mar 2009 17:51:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-a-stub-zone-on-bind9/m-p/4372337#M82005</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-03-26T17:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: create a stub zone on BIND9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-a-stub-zone-on-bind9/m-p/4372338#M82006</link>
      <description>thx, but howto create a stub zone under BIND?</description>
      <pubDate>Thu, 26 Mar 2009 22:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-a-stub-zone-on-bind9/m-p/4372338#M82006</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2009-03-26T22:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: create a stub zone on BIND9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-a-stub-zone-on-bind9/m-p/4372339#M82007</link>
      <description>It's similar to a secondary zone:&lt;BR /&gt;&lt;BR /&gt;zone  domain_name IN {&lt;BR /&gt;  type stub;&lt;BR /&gt;  file path_name;&lt;BR /&gt;  masters  { ip_addr; } ;&lt;BR /&gt;};</description>
      <pubDate>Fri, 27 Mar 2009 12:34:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-a-stub-zone-on-bind9/m-p/4372339#M82007</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-03-27T12:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: create a stub zone on BIND9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-a-stub-zone-on-bind9/m-p/4372340#M82008</link>
      <description>thx, but do I get more redundancy and less synchronisation  traffic with the stub instead of secondary zone?</description>
      <pubDate>Sun, 29 Mar 2009 15:46:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-a-stub-zone-on-bind9/m-p/4372340#M82008</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2009-03-29T15:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: create a stub zone on BIND9</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-a-stub-zone-on-bind9/m-p/4372341#M82009</link>
      <description>A stub zone does not give you any meaningful redundancy. It only replicates the NS records from the zone's master server, so that your server knows where to refer the queries to. Anything beyond that is caching. &lt;BR /&gt;&lt;BR /&gt;If there is a network problem, the data you'll need may or may not be in the cache, depending on previous traffic and TTL values.&lt;BR /&gt;&lt;BR /&gt;Slave zones are the only way to guarantee that your server has a full up-to-date copy of the master server's zone. If the amount of replication traffic is a problem, you should examine the reasons for it.&lt;BR /&gt;&lt;BR /&gt;If the replication traffic is caused by a large number of dynamic DNS updates, you should consider putting the workstations (which usually create the most of the DNS updates) into a separate zone (a sub-domain). Then you can be a slave for the zone that has the server addresses only. &lt;BR /&gt;&lt;BR /&gt;If there are not that much DDNS updates, another reason for excessive replication traffic might be poorly-chosen time values in the SOA record of the zone. These values determine how often the slaves check if the master zone has been updated. If your master server can send DNS NOTIFY messages to the slaves, you can set the update-check timeouts to reasonably large values.&lt;BR /&gt;&lt;BR /&gt;Does your master server support incremental DNS zone transfers (RFC 1995, IXFR)? If it doesn't, any change in the domain causes the slaves to transfer the entire zone file from the master. If incremental zone transfers are supported, only the changes are transferred. That should cut back the amount of zone transfer traffic.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 30 Mar 2009 08:36:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-a-stub-zone-on-bind9/m-p/4372341#M82009</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-03-30T08:36:46Z</dc:date>
    </item>
  </channel>
</rss>

