<?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: Configuring DNS server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/configuring-dns-server/m-p/3861727#M25173</link>
    <description>Leave the localhost.zone and named.local files alone.  If anything, just copy them to new names, and modify the copies. &lt;BR /&gt;&lt;BR /&gt;You'll want at least one "forward" lookup file, and one "reverse" lookup for each separate subnet.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;mydomain.com.db&lt;BR /&gt;10.1.1.in-addr.arpa.db&lt;BR /&gt;&lt;BR /&gt;After making these files (model them after examples localhost.zone, etc), you need to modify the /etc/named.conf file, so that DNS knows about the domain you are serving.&lt;BR /&gt;&lt;BR /&gt;Again, you should be able to follow examples in the comment section of /etc/named.conf.  &lt;BR /&gt;&lt;BR /&gt;It's only 4-5 lines, something like:&lt;BR /&gt;&lt;BR /&gt;zone "mydomain.com" IN {&lt;BR /&gt;   type master;&lt;BR /&gt;   file "mydomain.com.db;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;zone "10.1.1.in-addr.arpa" IN {&lt;BR /&gt;   type master;&lt;BR /&gt;   file "10.1.1.in-addr.arpa.db";&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-tjh</description>
    <pubDate>Thu, 14 Sep 2006 09:05:21 GMT</pubDate>
    <dc:creator>Thomas J. Harrold</dc:creator>
    <dc:date>2006-09-14T09:05:21Z</dc:date>
    <item>
      <title>Configuring DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-dns-server/m-p/3861725#M25171</link>
      <description>We have configured complete DNS server. we had mad changes in /etc/named.conf and renamed the files as: &lt;BR /&gt;localhost.zone to rhce.for&lt;BR /&gt;named.local to rhce.rev&lt;BR /&gt;and copied the files respectively as mentioned above. &lt;BR /&gt;we changed our hostname to rhce.server.com and we made appropriate changes in both rhce.for &amp;amp; rhce.rev.&lt;BR /&gt;&lt;BR /&gt;we are facing some problems, the following error is giving that when we restart the named service by giving a command : " service named restart" &lt;BR /&gt;Stopping named : rndc: couldn't find server 'localhost' : Temporary failure in name resolution.&lt;BR /&gt;&lt;BR /&gt;can you please explain me how to configure DNS server in Red Hat Enterprise Edition 4 or in Fedora Core 2 &lt;BR /&gt;&lt;BR /&gt;Thanking You,&lt;BR /&gt;Lakshmi Narayanan</description>
      <pubDate>Wed, 13 Sep 2006 02:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-dns-server/m-p/3861725#M25171</guid>
      <dc:creator>Lakshmi Narayanan</dc:creator>
      <dc:date>2006-09-13T02:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-dns-server/m-p/3861726#M25172</link>
      <description>You  cannot delete  localhost/localdomain records/zones.&lt;BR /&gt;&lt;BR /&gt;As for DNS tutorial - you can use RH docs &lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/ref-guide/ch-bind.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/ref-guide/ch-bind.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or &lt;A href="http://yolinux.com/TUTORIALS/LinuxTutorialWebSiteConfig.html#DNS" target="_blank"&gt;http://yolinux.com/TUTORIALS/LinuxTutorialWebSiteConfig.html#DNS&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly</description>
      <pubDate>Wed, 13 Sep 2006 08:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-dns-server/m-p/3861726#M25172</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-09-13T08:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-dns-server/m-p/3861727#M25173</link>
      <description>Leave the localhost.zone and named.local files alone.  If anything, just copy them to new names, and modify the copies. &lt;BR /&gt;&lt;BR /&gt;You'll want at least one "forward" lookup file, and one "reverse" lookup for each separate subnet.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;mydomain.com.db&lt;BR /&gt;10.1.1.in-addr.arpa.db&lt;BR /&gt;&lt;BR /&gt;After making these files (model them after examples localhost.zone, etc), you need to modify the /etc/named.conf file, so that DNS knows about the domain you are serving.&lt;BR /&gt;&lt;BR /&gt;Again, you should be able to follow examples in the comment section of /etc/named.conf.  &lt;BR /&gt;&lt;BR /&gt;It's only 4-5 lines, something like:&lt;BR /&gt;&lt;BR /&gt;zone "mydomain.com" IN {&lt;BR /&gt;   type master;&lt;BR /&gt;   file "mydomain.com.db;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;zone "10.1.1.in-addr.arpa" IN {&lt;BR /&gt;   type master;&lt;BR /&gt;   file "10.1.1.in-addr.arpa.db";&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-tjh</description>
      <pubDate>Thu, 14 Sep 2006 09:05:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-dns-server/m-p/3861727#M25173</guid>
      <dc:creator>Thomas J. Harrold</dc:creator>
      <dc:date>2006-09-14T09:05:21Z</dc:date>
    </item>
  </channel>
</rss>

