<?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: diff b/w allow-update and allow-transfer ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/diff-b-w-allow-update-and-allow-transfer/m-p/3511206#M86938</link>
    <description>allow-transfer - specifies which slave (or master) hosts are allowed to receive zone transfers from this server.  &lt;BR /&gt;&lt;BR /&gt;allow-update - specifies which hosts are allowed to submit Dynamic DNS updates (not whole zone!!) to the server. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
    <pubDate>Thu, 24 Mar 2005 08:53:36 GMT</pubDate>
    <dc:creator>Sergejs Svitnevs</dc:creator>
    <dc:date>2005-03-24T08:53:36Z</dc:date>
    <item>
      <title>diff b/w allow-update and allow-transfer ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/diff-b-w-allow-update-and-allow-transfer/m-p/3511205#M86937</link>
      <description>Software: BIND 9.x&lt;BR /&gt;&lt;BR /&gt;Hello Dear Gurus&lt;BR /&gt;&lt;BR /&gt;le me know the diff b/w allow-update, and allow-transfer&lt;BR /&gt;&lt;BR /&gt;zone "test.com" IN {&lt;BR /&gt;    type master;&lt;BR /&gt;    file "test.com.frwd"&lt;BR /&gt;    allow-update { slave server's ip; }; &lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "example.com IN {&lt;BR /&gt;    type master;&lt;BR /&gt;    file "example.com.frwd"&lt;BR /&gt;    allow-transfer { slave server's ip; }; &lt;BR /&gt;};</description>
      <pubDate>Thu, 24 Mar 2005 08:10:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/diff-b-w-allow-update-and-allow-transfer/m-p/3511205#M86937</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-03-24T08:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w allow-update and allow-transfer ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/diff-b-w-allow-update-and-allow-transfer/m-p/3511206#M86938</link>
      <description>allow-transfer - specifies which slave (or master) hosts are allowed to receive zone transfers from this server.  &lt;BR /&gt;&lt;BR /&gt;allow-update - specifies which hosts are allowed to submit Dynamic DNS updates (not whole zone!!) to the server. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Thu, 24 Mar 2005 08:53:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/diff-b-w-allow-update-and-allow-transfer/m-p/3511206#M86938</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-03-24T08:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w allow-update and allow-transfer ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/diff-b-w-allow-update-and-allow-transfer/m-p/3511207#M86939</link>
      <description>Dear Sergejs Svitnevs i m highly thankful to u for such a prompt help/reply&lt;BR /&gt;&lt;BR /&gt;I m really shocked/amazed. i have a master and a slave dns server, and instead of 'allow-transfer {slave's ip;};' i m using 'allow-update { slave's ip; };'. and amazingly my slave server is working fine, every record i  add in the master's zone file, it will be automatically incremented in the slave server as well, although i m using "allow-update", instead of "allow-transfer" in the masters server /etc/named.conf&lt;BR /&gt;&lt;BR /&gt;master's /etc/named.conf&lt;BR /&gt;zone "test.com" IN {&lt;BR /&gt; type master;&lt;BR /&gt; file "test.com.frwd";&lt;BR /&gt; allow-update { slave's ip;};  // see my mistake&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;slave's /etc/named.conf&lt;BR /&gt;zone "test.com" IN {&lt;BR /&gt; type slave;&lt;BR /&gt; file "test.com.frwd";&lt;BR /&gt; masters { master's ip;}; &lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;so if i should/must use allow-transfer in the master to updata/sync the slave, then why allow-update is working in the place of allow-transfer.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Thu, 24 Mar 2005 12:45:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/diff-b-w-allow-update-and-allow-transfer/m-p/3511207#M86939</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-03-24T12:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w allow-update and allow-transfer ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/diff-b-w-allow-update-and-allow-transfer/m-p/3511208#M86940</link>
      <description>Dear Maaz,&lt;BR /&gt;&lt;BR /&gt;( I follow your threads :) ) , this is happening because allow-transfer option is on by-default, you only need to use allow-transfer option when you want to explicitly define which slave servers will get zone-transfer, which others will not. Right now allow transfer is on for all slave servers, and all slave servers will be allowed to get a zone-transfer.&lt;BR /&gt;&lt;BR /&gt;The second thing I want to tell you is, do not use allow-update option unless you really need it, because it has some security risks.</description>
      <pubDate>Fri, 25 Mar 2005 01:16:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/diff-b-w-allow-update-and-allow-transfer/m-p/3511208#M86940</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2005-03-25T01:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w allow-update and allow-transfer ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/diff-b-w-allow-update-and-allow-transfer/m-p/3511209#M86941</link>
      <description>Because the default behaviour is to allow zone transfers to any host. You should prevent unauthorized zone transfer.&lt;BR /&gt;&lt;BR /&gt;Check out the following link:&lt;BR /&gt;&lt;A href="http://www.oreilly.com/catalog/dns4/chapter/ch11.html" target="_blank"&gt;http://www.oreilly.com/catalog/dns4/chapter/ch11.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Fri, 25 Mar 2005 04:27:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/diff-b-w-allow-update-and-allow-transfer/m-p/3511209#M86941</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-03-25T04:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w allow-update and allow-transfer ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/diff-b-w-allow-update-and-allow-transfer/m-p/3511210#M86942</link>
      <description>Dear kcpant and Sergejs Svitnevs, u guys are great. Many Thanks for the feedbacks/support.&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 25 Mar 2005 13:43:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/diff-b-w-allow-update-and-allow-transfer/m-p/3511210#M86942</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-03-25T13:43:08Z</dc:date>
    </item>
  </channel>
</rss>

