<?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: how to set a root DNS server in BIND version 9.X? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-a-root-dns-server-in-bind-version-9-x/m-p/2781418#M90439</link>
    <description>Hello Frederick,&lt;BR /&gt;&lt;BR /&gt;I will re-formulate your question, just to make sure I'm clear about what you are looking for.&lt;BR /&gt;&lt;BR /&gt;You want your DNS server to be "master" (primary) for your local domain addresses, and to forward other resolution requests to Internet DNS servers.&lt;BR /&gt;&lt;BR /&gt;Here is the configuration file I can suggest to you :&lt;BR /&gt;&lt;BR /&gt;options {&lt;BR /&gt;        directory "/var/named";&lt;BR /&gt;        forward first;&lt;BR /&gt;        forwarders {&lt;BR /&gt;                your_isp_dns1;&lt;BR /&gt;                hour_isp_dns2;&lt;BR /&gt;                ...&lt;BR /&gt;        };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "." IN {&lt;BR /&gt;        type hint;&lt;BR /&gt;        file "root.cache";&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 "your-primary-zone" IN {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "your-primary-zone-file";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;zone "your-primary-zone-reverse" IN {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "your-primary-zone-reverse-file";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;REMARKS :&lt;BR /&gt;&lt;BR /&gt;   * the "root.cache" file is the one standardized and published at &lt;A href="ftp://rs.internic.net/domain/named.root" target="_blank"&gt;ftp://rs.internic.net/domain/named.root&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;   * the "localhost.zone" file is the one used to resolve loopback address 127.0.0.1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you need further information, please post your current named.conf file.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
    <pubDate>Wed, 07 Aug 2002 15:49:42 GMT</pubDate>
    <dc:creator>Kodjo Agbenu</dc:creator>
    <dc:date>2002-08-07T15:49:42Z</dc:date>
    <item>
      <title>how to set a root DNS server in BIND version 9.X?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-a-root-dns-server-in-bind-version-9-x/m-p/2781417#M90438</link>
      <description>Hi,&lt;BR /&gt;i do not know how to set the root DNS server, which will redirect the query to the (world wide) root DNS server once the query out of the range what local server maintain. before, i can set it in the /var/named/root.cache, however, the file seems disappear.&lt;BR /&gt;&lt;BR /&gt;my version is RH7.3&lt;BR /&gt;thanks&lt;BR /&gt;Frederick van targero</description>
      <pubDate>Wed, 07 Aug 2002 12:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-set-a-root-dns-server-in-bind-version-9-x/m-p/2781417#M90438</guid>
      <dc:creator>frederick van targero</dc:creator>
      <dc:date>2002-08-07T12:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to set a root DNS server in BIND version 9.X?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-a-root-dns-server-in-bind-version-9-x/m-p/2781418#M90439</link>
      <description>Hello Frederick,&lt;BR /&gt;&lt;BR /&gt;I will re-formulate your question, just to make sure I'm clear about what you are looking for.&lt;BR /&gt;&lt;BR /&gt;You want your DNS server to be "master" (primary) for your local domain addresses, and to forward other resolution requests to Internet DNS servers.&lt;BR /&gt;&lt;BR /&gt;Here is the configuration file I can suggest to you :&lt;BR /&gt;&lt;BR /&gt;options {&lt;BR /&gt;        directory "/var/named";&lt;BR /&gt;        forward first;&lt;BR /&gt;        forwarders {&lt;BR /&gt;                your_isp_dns1;&lt;BR /&gt;                hour_isp_dns2;&lt;BR /&gt;                ...&lt;BR /&gt;        };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "." IN {&lt;BR /&gt;        type hint;&lt;BR /&gt;        file "root.cache";&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 "your-primary-zone" IN {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "your-primary-zone-file";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;zone "your-primary-zone-reverse" IN {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "your-primary-zone-reverse-file";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;REMARKS :&lt;BR /&gt;&lt;BR /&gt;   * the "root.cache" file is the one standardized and published at &lt;A href="ftp://rs.internic.net/domain/named.root" target="_blank"&gt;ftp://rs.internic.net/domain/named.root&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;   * the "localhost.zone" file is the one used to resolve loopback address 127.0.0.1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you need further information, please post your current named.conf file.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Aug 2002 15:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-set-a-root-dns-server-in-bind-version-9-x/m-p/2781418#M90439</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-08-07T15:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to set a root DNS server in BIND version 9.X?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-set-a-root-dns-server-in-bind-version-9-x/m-p/2781419#M90440</link>
      <description>thanks kodjo,i got it&lt;BR /&gt;&lt;BR /&gt;frederick</description>
      <pubDate>Wed, 07 Aug 2002 22:15:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-set-a-root-dns-server-in-bind-version-9-x/m-p/2781419#M90440</guid>
      <dc:creator>frederick van targero</dc:creator>
      <dc:date>2002-08-07T22:15:47Z</dc:date>
    </item>
  </channel>
</rss>

