<?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: setup DNS Master zone in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748022#M85953</link>
    <description>Your nslookup query is wrong. Instead of nsloookup you should use dig, and you should ask for a specific DNS Resource Record, not just ask for the domain, like this:&lt;BR /&gt;&lt;BR /&gt;To query the Name Server for domain.net&lt;BR /&gt;dig domain.net NS&lt;BR /&gt;&lt;BR /&gt;To query the address for ext.domain.net&lt;BR /&gt;dig ext.domain.net&lt;BR /&gt;&lt;BR /&gt;Check the answer section.</description>
    <pubDate>Fri, 10 Mar 2006 09:32:54 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-03-10T09:32:54Z</dc:date>
    <item>
      <title>setup DNS Master zone</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748015#M85946</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I've setup Master DNS-Server BIND 9 on linux Debian Sarge&lt;BR /&gt;and it seems to work,&lt;BR /&gt;but I'm not sure if I've setup the Master Zone of this name server correctly.&lt;BR /&gt;&lt;BR /&gt;short information:&lt;BR /&gt;ext.domain.net is the name of this name server&lt;BR /&gt;and domain.net is domain of this name server&lt;BR /&gt;&lt;BR /&gt;I've done following using the webmin:&lt;BR /&gt;&lt;BR /&gt;1.) first I've created a new reverse master zone:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;zone "205.X.X.in-addr.arpa" {&lt;BR /&gt;type master;&lt;BR /&gt;notify yes;&lt;BR /&gt;file "/etc/bind/205.X.X.rev";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2.) next step, I've created a master zone for my dns server ext.domain.net:&lt;BR /&gt;&lt;BR /&gt;zone "domain.net" {&lt;BR /&gt;type master;&lt;BR /&gt;file "/etc/bind/domain.net.hosts";&lt;BR /&gt;notify yes;&lt;BR /&gt;allow-query { any; };&lt;BR /&gt;};&lt;BR /&gt;3.) I've opened the zone master zone: domain.net, clicked on Address and I've put the following:&lt;BR /&gt;ext.domain.net.      Default      205.X.X.10&lt;BR /&gt;domain.net.              Default         205.X.X.10&lt;BR /&gt;&lt;A href="http://www.domain.net." target="_blank"&gt;www.domain.net.&lt;/A&gt;      Default      205.X.X.10&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;now I have:&lt;BR /&gt;&lt;BR /&gt;# vi domain.net.hosts&lt;BR /&gt;&lt;BR /&gt;$ttl 38400&lt;BR /&gt;domain.net.     IN     SOA     ext.domain.net. postmaster.domain.net. (&lt;BR /&gt;                          1141342035&lt;BR /&gt;                          10800&lt;BR /&gt;                          3600&lt;BR /&gt;                          604800&lt;BR /&gt;                          38400 )&lt;BR /&gt;domain.net.     IN     NS     ext.domain.net.&lt;BR /&gt;ext.domain.net.     IN     A     205.X.X.10&lt;BR /&gt;domain.net.     IN     A     205.X.X.10&lt;BR /&gt;&lt;BR /&gt;I'll be very happy, if someone could check this entries and let me know.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris</description>
      <pubDate>Thu, 09 Mar 2006 12:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748015#M85946</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2006-03-09T12:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: setup DNS Master zone</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748016#M85947</link>
      <description>The first part of step 3 i did not understood, where you configured?&lt;BR /&gt;&lt;BR /&gt;ext.domain.net. Default 205.X.X.10&lt;BR /&gt;domain.net. Default 205.X.X.10&lt;BR /&gt;&lt;A href="http://www.domain.net." target="_blank"&gt;www.domain.net.&lt;/A&gt; Default 205.X.X.10&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also the last entry for your zone is incorrect:&lt;BR /&gt;&lt;BR /&gt;domain.net. IN A 205.X.X.10&lt;BR /&gt;&lt;BR /&gt;That is wrong, you won't assign an ip address to a domain. That could be for an MX RR, like this:&lt;BR /&gt;&lt;BR /&gt;domain.net. IN MX 10 mail.domain.net.&lt;BR /&gt;&lt;BR /&gt;You didn't post your reverse zone file.&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Mar 2006 12:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748016#M85947</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-09T12:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: setup DNS Master zone</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748017#M85948</link>
      <description>in step 3 I wrote what I did using the webmin&lt;BR /&gt;&lt;BR /&gt;and reverse zone is:&lt;BR /&gt;&lt;BR /&gt;# vi 205.X.X.rev&lt;BR /&gt;&lt;BR /&gt;$ttl 38400&lt;BR /&gt;X.X.205.in-addr.arpa.        IN      SOA     ext.domain.net. postmaster.domain.net. (&lt;BR /&gt;                        1141342019&lt;BR /&gt;                        10800&lt;BR /&gt;                        3600&lt;BR /&gt;                        604800&lt;BR /&gt;                        38400 )&lt;BR /&gt;X.X.205.in-addr.arpa.        IN      NS      ext.domain.net.&lt;BR /&gt;10.X.X.205.in-addr.arpa.     IN      PTR     ext.domain.net.&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Mar 2006 21:25:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748017#M85948</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2006-03-09T21:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: setup DNS Master zone</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748018#M85949</link>
      <description>Your reverse zone file seems to be good, considering that you still don't almost any entry. Good luck with your server configuration, use the dig command to test your server.</description>
      <pubDate>Fri, 10 Mar 2006 07:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748018#M85949</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-10T07:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: setup DNS Master zone</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748019#M85950</link>
      <description>thanks a lot !&lt;BR /&gt;&lt;BR /&gt;should I remove:&lt;BR /&gt;&lt;BR /&gt;domain.net. IN A 205.X.X.10&lt;BR /&gt;&lt;BR /&gt;from the master zone ?&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Mar 2006 08:23:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748019#M85950</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2006-03-10T08:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: setup DNS Master zone</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748020#M85951</link>
      <description>Yes, you should remove that line.</description>
      <pubDate>Fri, 10 Mar 2006 08:53:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748020#M85951</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-10T08:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: setup DNS Master zone</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748021#M85952</link>
      <description>but, if I remove this line, nslookup is not working anymore:&lt;BR /&gt;&lt;BR /&gt;# nslookup domain.net&lt;BR /&gt;Server:         127.0.0.1&lt;BR /&gt;Address:        127.0.0.1#53&lt;BR /&gt;&lt;BR /&gt;*** Can't find domain.net: No answer&lt;BR /&gt;&lt;BR /&gt;before was working well.&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Mar 2006 09:08:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748021#M85952</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2006-03-10T09:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: setup DNS Master zone</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748022#M85953</link>
      <description>Your nslookup query is wrong. Instead of nsloookup you should use dig, and you should ask for a specific DNS Resource Record, not just ask for the domain, like this:&lt;BR /&gt;&lt;BR /&gt;To query the Name Server for domain.net&lt;BR /&gt;dig domain.net NS&lt;BR /&gt;&lt;BR /&gt;To query the address for ext.domain.net&lt;BR /&gt;dig ext.domain.net&lt;BR /&gt;&lt;BR /&gt;Check the answer section.</description>
      <pubDate>Fri, 10 Mar 2006 09:32:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748022#M85953</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-10T09:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: setup DNS Master zone</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748023#M85954</link>
      <description>I could not connect to the webserver &lt;A href="http://domain.net" target="_blank"&gt;http://domain.net&lt;/A&gt; anymore.&lt;BR /&gt;before was working.&lt;BR /&gt;&lt;BR /&gt;ext:~# dig domain.net NS&lt;BR /&gt;&lt;BR /&gt;; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 9.2.4 &amp;lt;&amp;lt;&amp;gt;&amp;gt; domain.net NS&lt;BR /&gt;;; global options:  printcmd&lt;BR /&gt;;; Got answer:&lt;BR /&gt;;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 28666&lt;BR /&gt;;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1&lt;BR /&gt;&lt;BR /&gt;;; QUESTION SECTION:&lt;BR /&gt;;domain.net.                  IN      NS&lt;BR /&gt;&lt;BR /&gt;;; ANSWER SECTION:&lt;BR /&gt;domain.net.           38400   IN      NS      ext.domain.net.&lt;BR /&gt;&lt;BR /&gt;;; ADDITIONAL SECTION:&lt;BR /&gt;ext.domain.net.       38400   IN      A       205.X.X.10&lt;BR /&gt;&lt;BR /&gt;;; Query time: 1 msec&lt;BR /&gt;;; SERVER: 127.0.0.1#53(127.0.0.1)&lt;BR /&gt;;; WHEN: Fri Mar 10 16:50:19 2006&lt;BR /&gt;;; MSG SIZE  rcvd: 64&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ext:~# dig ext.domain.net&lt;BR /&gt;&lt;BR /&gt;; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 9.2.4 &amp;lt;&amp;lt;&amp;gt;&amp;gt; ext.domain.net&lt;BR /&gt;;; global options:  printcmd&lt;BR /&gt;;; Got answer:&lt;BR /&gt;;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 49420&lt;BR /&gt;;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0&lt;BR /&gt;&lt;BR /&gt;;; QUESTION SECTION:&lt;BR /&gt;;ext.domain.net.              IN      A&lt;BR /&gt;&lt;BR /&gt;;; ANSWER SECTION:&lt;BR /&gt;ext.domain.net.       38400   IN      A       205.X.X.10&lt;BR /&gt;&lt;BR /&gt;;; AUTHORITY SECTION:&lt;BR /&gt;domain.net.           38400   IN      NS      ext.domain.net.&lt;BR /&gt;&lt;BR /&gt;;; Query time: 1 msec&lt;BR /&gt;;; SERVER: 127.0.0.1#53(127.0.0.1)&lt;BR /&gt;;; WHEN: Fri Mar 10 16:50:45 2006&lt;BR /&gt;;; MSG SIZE  rcvd: 64&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Mar 2006 10:59:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748023#M85954</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2006-03-10T10:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: setup DNS Master zone</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748024#M85955</link>
      <description>Ok, now I understand, you want to connect to your web server without specifying the host name. I haven't think about that. If this is what you want, do not remove that line.&lt;BR /&gt;&lt;BR /&gt;Sorry for the wrong support.</description>
      <pubDate>Fri, 10 Mar 2006 12:55:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-dns-master-zone/m-p/3748024#M85955</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-10T12:55:00Z</dc:date>
    </item>
  </channel>
</rss>

