<?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 BIND 9.2---adding master zone in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bind-9-2-adding-master-zone/m-p/3159127#M569899</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;My DNS server is running on BIND 9.2. Everything seems ok except one thing. I added one master zone file in named.conf ( test.com) and created reverse lookup file for that zone. But I cannot nslookup it from anywhere( also not from my dns server). &lt;BR /&gt;&lt;BR /&gt;What is the problem here?&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;Richard&lt;BR /&gt;</description>
    <pubDate>Thu, 08 Jan 2004 02:51:01 GMT</pubDate>
    <dc:creator>Rgomes</dc:creator>
    <dc:date>2004-01-08T02:51:01Z</dc:date>
    <item>
      <title>BIND 9.2---adding master zone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bind-9-2-adding-master-zone/m-p/3159127#M569899</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;My DNS server is running on BIND 9.2. Everything seems ok except one thing. I added one master zone file in named.conf ( test.com) and created reverse lookup file for that zone. But I cannot nslookup it from anywhere( also not from my dns server). &lt;BR /&gt;&lt;BR /&gt;What is the problem here?&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;Richard&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Jan 2004 02:51:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bind-9-2-adding-master-zone/m-p/3159127#M569899</guid>
      <dc:creator>Rgomes</dc:creator>
      <dc:date>2004-01-08T02:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: BIND 9.2---adding master zone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bind-9-2-adding-master-zone/m-p/3159128#M569900</link>
      <description>1.what do you mean everything seems ok?&lt;BR /&gt;2. send us master zone file to see if there are errors</description>
      <pubDate>Thu, 08 Jan 2004 04:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bind-9-2-adding-master-zone/m-p/3159128#M569900</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-01-08T04:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: BIND 9.2---adding master zone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bind-9-2-adding-master-zone/m-p/3159129#M569901</link>
      <description>Hi Alexander,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;1) other zone files are working fine ( I have 3 zone file in named.conf). Only the last zone I ahve added is not 'nslookup'ing.&lt;BR /&gt;Other 2 zone file is ok and can be 'nslookup'.&lt;BR /&gt;&lt;BR /&gt;2.&lt;BR /&gt;# more sheraton-dhaka.hosts&lt;BR /&gt;$TTL 3600&lt;BR /&gt;@       IN      SOA     sheraton-dhaka.com. root.bttb.net. (&lt;BR /&gt;                        1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                         )&lt;BR /&gt;                                1       ; Serial&lt;BR /&gt;                                10800   ; Refreash every 3 hours&lt;BR /&gt;                                3600    ; Retry every hour&lt;BR /&gt;                                604800  ; Expire after a week&lt;BR /&gt;                                86400 } ; Minimum ttl of a day&lt;BR /&gt;        IN      NS      dns2.bttb.net.&lt;BR /&gt;dns2    IN      A       203.112.194.15&lt;BR /&gt;sheraton-dhaka.com.     IN      MX      203.112.195.244&lt;BR /&gt;sheraton-dhaka.com.     IN      A       203.112.195.244&lt;BR /&gt;sheraton-dhaka.com.     IN      NS      203.112.194.15&lt;BR /&gt;sheraton-dhaka.com.hosts: END&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Thu, 08 Jan 2004 04:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bind-9-2-adding-master-zone/m-p/3159129#M569901</guid>
      <dc:creator>Rgomes</dc:creator>
      <dc:date>2004-01-08T04:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: BIND 9.2---adding master zone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bind-9-2-adding-master-zone/m-p/3159130#M569902</link>
      <description>I work on linux machines , but I guess it's gererall&lt;BR /&gt;so in line&lt;BR /&gt;86400 } ; Minimum ttl of a day&lt;BR /&gt;&lt;BR /&gt;it suppose to be )&lt;BR /&gt;instead of }&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Jan 2004 05:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bind-9-2-adding-master-zone/m-p/3159130#M569902</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-01-08T05:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: BIND 9.2---adding master zone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bind-9-2-adding-master-zone/m-p/3159131#M569903</link>
      <description>Hi Alexander,&lt;BR /&gt;&lt;BR /&gt;Thanks for pointing me. &lt;BR /&gt;&lt;BR /&gt;but still I cannot not resolve. What i did not know is that, the IP address I gave for sheraton-dhaka.com is not yet activated. I mean it is not yet given to any machine.....:). it will be given tomorrow and I have to wait till that time. &lt;BR /&gt;&lt;BR /&gt;What I understand this is the reason for which I cannot 'nslookup' the host name.&lt;BR /&gt;&lt;BR /&gt;I'll give you update tomorrow.&lt;BR /&gt;Thanks,&lt;BR /&gt;Richard</description>
      <pubDate>Thu, 08 Jan 2004 06:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bind-9-2-adding-master-zone/m-p/3159131#M569903</guid>
      <dc:creator>Rgomes</dc:creator>
      <dc:date>2004-01-08T06:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: BIND 9.2---adding master zone</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bind-9-2-adding-master-zone/m-p/3159132#M569904</link>
      <description>Hi Alexander,&lt;BR /&gt;&lt;BR /&gt;Problem is solved after putting the IP address to proper host.&lt;BR /&gt;&lt;BR /&gt;Thanks and best regards,&lt;BR /&gt;Richard</description>
      <pubDate>Sat, 10 Jan 2004 00:53:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bind-9-2-adding-master-zone/m-p/3159132#M569904</guid>
      <dc:creator>Rgomes</dc:creator>
      <dc:date>2004-01-10T00:53:53Z</dc:date>
    </item>
  </channel>
</rss>

