<?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: New Primary master server--Pls comment!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/new-primary-master-server-pls-comment/m-p/3272776#M569633</link>
    <description>HI Geoff,&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;The option "query-source address * port 53", I read some doc on BIND and understood that this option may not work properly, so they advised to mention source address explicitly?? Although I am using this option to my other named server.&lt;BR /&gt;&lt;BR /&gt;Another good point is logging, I am not sure for an ISP named service, how much syslog size would be sufficient??&lt;BR /&gt;&lt;BR /&gt;one question, shall I apply my ACL to reverse zone also?&lt;BR /&gt;  &lt;BR /&gt;regards,&lt;BR /&gt;Richard</description>
    <pubDate>Mon, 17 May 2004 22:06:57 GMT</pubDate>
    <dc:creator>Rgomes</dc:creator>
    <dc:date>2004-05-17T22:06:57Z</dc:date>
    <item>
      <title>New Primary master server--Pls comment!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-primary-master-server-pls-comment/m-p/3272772#M569629</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am going to configure one primary master DNS server for an ISP. Pls comment on the below configuration of BIND 9.2.0, how it will react:&lt;BR /&gt;&lt;BR /&gt;acl ournets { IP_range; };&lt;BR /&gt;acl bogusnets { IP_range; };&lt;BR /&gt;options {&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;allow-transfer { none; }; &lt;BR /&gt;allow-query { ournets; };&lt;BR /&gt;allow-recursion { ournets; };&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;blackhole { bogusnets; };&lt;BR /&gt;};&lt;BR /&gt;zone "mydomain.com" {&lt;BR /&gt;type master;&lt;BR /&gt;file "db.mydomain.com";&lt;BR /&gt;allow-query { any; };&lt;BR /&gt;allow-transfer { IP_of_slave_server; };&lt;BR /&gt;};&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Richard</description>
      <pubDate>Tue, 11 May 2004 02:44:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-primary-master-server-pls-comment/m-p/3272772#M569629</guid>
      <dc:creator>Rgomes</dc:creator>
      <dc:date>2004-05-11T02:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: New Primary master server--Pls comment!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-primary-master-server-pls-comment/m-p/3272773#M569630</link>
      <description>Here is how to assign points to those who have helped you in the past:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;</description>
      <pubDate>Tue, 11 May 2004 06:46:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-primary-master-server-pls-comment/m-p/3272773#M569630</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-05-11T06:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: New Primary master server--Pls comment!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-primary-master-server-pls-comment/m-p/3272774#M569631</link>
      <description>Can I have some response now? &lt;BR /&gt;&lt;BR /&gt;:)&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;Richard</description>
      <pubDate>Mon, 17 May 2004 13:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-primary-master-server-pls-comment/m-p/3272774#M569631</guid>
      <dc:creator>Rgomes</dc:creator>
      <dc:date>2004-05-17T13:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: New Primary master server--Pls comment!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-primary-master-server-pls-comment/m-p/3272775#M569632</link>
      <description>Looks okay - might want logging as well:&lt;BR /&gt;&lt;BR /&gt;logging {&lt;BR /&gt;&lt;BR /&gt;channel all_channel {&lt;BR /&gt;        file "/var/named/named.log" versions 5 size 10;   // keep 5 versions max 10 MB in size&lt;BR /&gt;        print-category yes;&lt;BR /&gt;        print-severity yes;&lt;BR /&gt;        print-time yes;&lt;BR /&gt;};&lt;BR /&gt;category queries { all_channel; };&lt;BR /&gt;category update { all_channel; };&lt;BR /&gt;category security { all_channel; };&lt;BR /&gt;category default { all_channel; };&lt;BR /&gt;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do you need any incudes?  like rndc key:&lt;BR /&gt;&lt;BR /&gt;include "/etc/rndc.key";&lt;BR /&gt;&lt;BR /&gt;Also for options add:&lt;BR /&gt;&lt;BR /&gt;        query-source address * port 53;&lt;BR /&gt;        version "Noname DNS";&lt;BR /&gt;        fetch-glue no;&lt;BR /&gt;        max-cache-size 128M;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 17 May 2004 13:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-primary-master-server-pls-comment/m-p/3272775#M569632</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-05-17T13:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: New Primary master server--Pls comment!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-primary-master-server-pls-comment/m-p/3272776#M569633</link>
      <description>HI Geoff,&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;The option "query-source address * port 53", I read some doc on BIND and understood that this option may not work properly, so they advised to mention source address explicitly?? Although I am using this option to my other named server.&lt;BR /&gt;&lt;BR /&gt;Another good point is logging, I am not sure for an ISP named service, how much syslog size would be sufficient??&lt;BR /&gt;&lt;BR /&gt;one question, shall I apply my ACL to reverse zone also?&lt;BR /&gt;  &lt;BR /&gt;regards,&lt;BR /&gt;Richard</description>
      <pubDate>Mon, 17 May 2004 22:06:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-primary-master-server-pls-comment/m-p/3272776#M569633</guid>
      <dc:creator>Rgomes</dc:creator>
      <dc:date>2004-05-17T22:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: New Primary master server--Pls comment!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-primary-master-server-pls-comment/m-p/3272777#M569634</link>
      <description>I would keep the ACL on allzones.&lt;BR /&gt;&lt;BR /&gt;As far as logging - start with 5 x 10MB - then go from there - if you need more, just increase it in the named.conf file and issue a: rndc reload&lt;BR /&gt;&lt;BR /&gt;file "/var/named/named.log" versions 5 size 10; // keep 5 versions max 10 MB in size&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As far as query source - yes, you can put the source address explicitly - I have mine at 53 because that was the only way I could get a NT DNS box to transfer (though I havn't tried lately to see if it will work explicitly now...)&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Tue, 18 May 2004 08:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-primary-master-server-pls-comment/m-p/3272777#M569634</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-05-18T08:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: New Primary master server--Pls comment!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-primary-master-server-pls-comment/m-p/3272778#M569635</link>
      <description>Hi Geoff,&lt;BR /&gt;&lt;BR /&gt;Thanks for sharing.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Richard</description>
      <pubDate>Tue, 18 May 2004 09:12:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-primary-master-server-pls-comment/m-p/3272778#M569635</guid>
      <dc:creator>Rgomes</dc:creator>
      <dc:date>2004-05-18T09:12:32Z</dc:date>
    </item>
  </channel>
</rss>

