<?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: domains &amp;amp;/or zone ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/domains-amp-or-zone/m-p/3508723#M86928</link>
    <description>test.com is a domain.&lt;BR /&gt;A zone is a database of all records for a domain and any child domains, unless you create a new zone for any child domains at which point you must delegate control to the new zone in the parent zone&lt;BR /&gt;&lt;BR /&gt;You would only create a new zone for a subdomain if you intend hosting on a different nameserver. &lt;BR /&gt;&lt;BR /&gt;If the sub domain is hosted on the same nameserver as the parent domain you would not create a new zone but place all records in the test.com zone file.</description>
    <pubDate>Mon, 21 Mar 2005 21:08:40 GMT</pubDate>
    <dc:creator>ger donohue_1</dc:creator>
    <dc:date>2005-03-21T21:08:40Z</dc:date>
    <item>
      <title>domains &amp;/or zone ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/domains-amp-or-zone/m-p/3508721#M86926</link>
      <description>Hi Dear Experts&lt;BR /&gt;OS=rhl, Software=BIND 9&lt;BR /&gt;&lt;BR /&gt;I m running my local domain.. say for example test.com, and a sub domain sub.test.com.&lt;BR /&gt;I know how to configure, BIND and the concepts of Internet Domains, Root servers .. bla bla.&lt;BR /&gt;&lt;BR /&gt;But i m not clear about the diff b/w domains and zones .. I mean what are zones .. and what are domains ?&lt;BR /&gt;&lt;BR /&gt;sub.test.com is a domain or zone ?&lt;BR /&gt;test.com is a domain or zone ?&lt;BR /&gt;com is a domain or zone ?&lt;BR /&gt;&lt;BR /&gt;plz help me understand the diff b/w zones ans domains.&lt;BR /&gt;Any Tutorial... Any help... will be highly appreciated&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Mon, 21 Mar 2005 13:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/domains-amp-or-zone/m-p/3508721#M86926</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-03-21T13:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: domains &amp;/or zone ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/domains-amp-or-zone/m-p/3508722#M86927</link>
      <description>lets just say a zone is a domain with all the records belonging to it?&lt;BR /&gt;&lt;BR /&gt;my domain is .deranfangvomen.de and it's zone file contains TTL, contact,  a SOA, a MX and a few A and CNAMEs.&lt;BR /&gt;&lt;BR /&gt;See what I mean?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Florian</description>
      <pubDate>Mon, 21 Mar 2005 17:37:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/domains-amp-or-zone/m-p/3508722#M86927</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-03-21T17:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: domains &amp;/or zone ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/domains-amp-or-zone/m-p/3508723#M86928</link>
      <description>test.com is a domain.&lt;BR /&gt;A zone is a database of all records for a domain and any child domains, unless you create a new zone for any child domains at which point you must delegate control to the new zone in the parent zone&lt;BR /&gt;&lt;BR /&gt;You would only create a new zone for a subdomain if you intend hosting on a different nameserver. &lt;BR /&gt;&lt;BR /&gt;If the sub domain is hosted on the same nameserver as the parent domain you would not create a new zone but place all records in the test.com zone file.</description>
      <pubDate>Mon, 21 Mar 2005 21:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/domains-amp-or-zone/m-p/3508723#M86928</guid>
      <dc:creator>ger donohue_1</dc:creator>
      <dc:date>2005-03-21T21:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: domains &amp;/or zone ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/domains-amp-or-zone/m-p/3508724#M86929</link>
      <description>Hi Maaz,&lt;BR /&gt;&lt;BR /&gt;to add to ger's reply, as he told one zone database may contain a domain and it's subdomains, one domain may also have more than one zone database, if it is configured on more than one server, as replicated nameserver for redundency.</description>
      <pubDate>Tue, 22 Mar 2005 01:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/domains-amp-or-zone/m-p/3508724#M86929</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2005-03-22T01:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: domains &amp;/or zone ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/domains-amp-or-zone/m-p/3508725#M86930</link>
      <description>Great/Nice help Dear Florian Heigl, ger donohue, and kcpant &lt;BR /&gt;&lt;BR /&gt;One more issue to verify/clear from u people&lt;BR /&gt;&lt;BR /&gt;cat /etc/named.conf&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;};&lt;BR /&gt;zone "sub.test.com" IN {&lt;BR /&gt;       type master;&lt;BR /&gt;       file "test.com.frwd";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;cat /var/named/test.com.frwd&lt;BR /&gt;@   IN  SOA ns1.test.com.  root.localhost.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;@             IN   NS   ns1.test.com.&lt;BR /&gt;sub.test.com. IN   NS   ns1.sub.test.com.&lt;BR /&gt;&lt;BR /&gt;ns1        IN   A   10.0.0.1&lt;BR /&gt;ns1.sub    IN   A   10.0.0.1&lt;BR /&gt;www        IN   A   10.0.0.100&lt;BR /&gt;www.sub    IN   A   10.0.0.110&lt;BR /&gt;&lt;BR /&gt;that is I have created only one zone database file(test.com.frwd), while in /etc/named.conf i have decleared two zones, i,e "test.com", and the subdomain "sub.test.com".(both domains have same zone database file)&lt;BR /&gt;&lt;BR /&gt;I wana ask u people that I did right or any mistakes.. plz le me know ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Tue, 22 Mar 2005 13:14:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/domains-amp-or-zone/m-p/3508725#M86930</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-03-22T13:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: domains &amp;/or zone ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/domains-amp-or-zone/m-p/3508726#M86931</link>
      <description>Hi Maaz,&lt;BR /&gt;&lt;BR /&gt;when you are using only one zone file to declare the main domain and it's subdomains, you have to declare only one zone in /etc/named.conf, that is of the main domain ( I mean, declare only test.com related properties there).</description>
      <pubDate>Wed, 23 Mar 2005 01:21:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/domains-amp-or-zone/m-p/3508726#M86931</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2005-03-23T01:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: domains &amp;/or zone ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/domains-amp-or-zone/m-p/3508727#M86932</link>
      <description>Dear kcpant Many Thanks for the continous help/reply&lt;BR /&gt;&lt;BR /&gt;Its now clear to me ... again Many Thanks to u  all.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Mar 2005 10:03:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/domains-amp-or-zone/m-p/3508727#M86932</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-03-23T10:03:58Z</dc:date>
    </item>
  </channel>
</rss>

