<?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: can not build up dns server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-not-build-up-dns-server/m-p/2754310#M90252</link>
    <description>i have corrent as my possible in zone file until the /var/log/message have no other error other than :&lt;BR /&gt; zone domain.com/IN: no NS records&lt;BR /&gt;&lt;BR /&gt;but the client also echo unknown host test.domain.com as before.&lt;BR /&gt;&lt;BR /&gt;right yet the zone file is :&lt;BR /&gt;&lt;BR /&gt;$TTL 76600&lt;BR /&gt;@ IN SOA daifumd.com. frederick_yu.daifumd.com. (&lt;BR /&gt;        2002062800;&lt;BR /&gt;        10800;&lt;BR /&gt;        900;&lt;BR /&gt;        1000000;&lt;BR /&gt;        30000);&lt;BR /&gt;IN NS ns.daifumd.com.&lt;BR /&gt;IN NS mail.daifumd.com.&lt;BR /&gt;ns IN A 147.111.111.21&lt;BR /&gt;mail IN A 147.111.111.21&lt;BR /&gt;test IN A 123.234.124.22&lt;BR /&gt;&lt;BR /&gt;what is the wrong else??&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;frederick&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 28 Jun 2002 11:40:33 GMT</pubDate>
    <dc:creator>frederick van targero</dc:creator>
    <dc:date>2002-06-28T11:40:33Z</dc:date>
    <item>
      <title>can not build up dns server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-not-build-up-dns-server/m-p/2754308#M90250</link>
      <description>i follow how-to to setup the dns server, so as to make resoving my private sub-domain, for example the test.mydomain.com;&lt;BR /&gt;#/etc/init.d/named restart&lt;BR /&gt;everything ok;&lt;BR /&gt;nmap 53 port is active;&lt;BR /&gt;&lt;BR /&gt;after reset the nameserver setting in client to this server:/etc/resolv.conf;&lt;BR /&gt;i work as bellow on client:&lt;BR /&gt;#host test.mydomain.com&lt;BR /&gt;unkonwn host&lt;BR /&gt;&lt;BR /&gt;that is all. i have tried on serverl computer neither on internet nor in lan, the result is similar, i think, i must do some thing wrong.&lt;BR /&gt;&lt;BR /&gt;the setting file as bellow:&lt;BR /&gt;#/etc/init.d/named restart&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/etc/named.conf&lt;BR /&gt;&lt;BR /&gt;options {&lt;BR /&gt;        directory "/var/named";&lt;BR /&gt;        /*&lt;BR /&gt;         * If there is a firewall between you and nameservers you want&lt;BR /&gt;         * to talk to, you might need to uncomment the query-source&lt;BR /&gt;         * directive below.  Previous versions of BIND always asked&lt;BR /&gt;         * questions using port 53, but BIND 8.1 uses an unprivileged&lt;BR /&gt;         * port by default.&lt;BR /&gt;         */&lt;BR /&gt;        // query-source address * port 53;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;//&lt;BR /&gt;// a caching only nameserver config&lt;BR /&gt;//&lt;BR /&gt;controls {&lt;BR /&gt;        inet 127.0.0.1 allow { localhost; } keys { rndckey; };&lt;BR /&gt;};&lt;BR /&gt;zone "." IN {&lt;BR /&gt;        type hint;&lt;BR /&gt;        file "named.ca";&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;        allow-update { none; };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "0.0.127.in-addr.arpa" IN {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "named.local";&lt;BR /&gt;        allow-update { none; };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "domain.com" {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "domain.com.db";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;domain.com.db&lt;BR /&gt;&lt;BR /&gt;$TTL 76600&lt;BR /&gt;@ IN SOA domain.com. frederick.domain.com. (&lt;BR /&gt;        2002062800;&lt;BR /&gt;        10800;&lt;BR /&gt;        900;&lt;BR /&gt;        1000000;&lt;BR /&gt;        30000;);&lt;BR /&gt;IN NS ns.domain.com.&lt;BR /&gt;IN NS mail.domain.com.&lt;BR /&gt;ns IN A 192.168.0.10;&lt;BR /&gt;mail IN A 192.168.0.11;&lt;BR /&gt;test IN A 123.234.324.22;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jun 2002 10:19:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-not-build-up-dns-server/m-p/2754308#M90250</guid>
      <dc:creator>frederick van targero</dc:creator>
      <dc:date>2002-06-28T10:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: can not build up dns server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-not-build-up-dns-server/m-p/2754309#M90251</link>
      <description>above the domain.com and mydomain.com is not the false, it is unique in my host.&lt;BR /&gt;&lt;BR /&gt;i check the /var/log/messages for named logs,&lt;BR /&gt;&lt;BR /&gt;get  &lt;BR /&gt;dns_rdata_fromtext: domain.com.db:7: near 'IN': extra input text&lt;BR /&gt;&lt;BR /&gt;dns_zone_load: zone domain.com/IN: loading master file domain.com.db: extra input text&lt;BR /&gt;&lt;BR /&gt;what is wrong???&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jun 2002 10:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-not-build-up-dns-server/m-p/2754309#M90251</guid>
      <dc:creator>frederick van targero</dc:creator>
      <dc:date>2002-06-28T10:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: can not build up dns server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-not-build-up-dns-server/m-p/2754310#M90252</link>
      <description>i have corrent as my possible in zone file until the /var/log/message have no other error other than :&lt;BR /&gt; zone domain.com/IN: no NS records&lt;BR /&gt;&lt;BR /&gt;but the client also echo unknown host test.domain.com as before.&lt;BR /&gt;&lt;BR /&gt;right yet the zone file is :&lt;BR /&gt;&lt;BR /&gt;$TTL 76600&lt;BR /&gt;@ IN SOA daifumd.com. frederick_yu.daifumd.com. (&lt;BR /&gt;        2002062800;&lt;BR /&gt;        10800;&lt;BR /&gt;        900;&lt;BR /&gt;        1000000;&lt;BR /&gt;        30000);&lt;BR /&gt;IN NS ns.daifumd.com.&lt;BR /&gt;IN NS mail.daifumd.com.&lt;BR /&gt;ns IN A 147.111.111.21&lt;BR /&gt;mail IN A 147.111.111.21&lt;BR /&gt;test IN A 123.234.124.22&lt;BR /&gt;&lt;BR /&gt;what is the wrong else??&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;frederick&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jun 2002 11:40:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-not-build-up-dns-server/m-p/2754310#M90252</guid>
      <dc:creator>frederick van targero</dc:creator>
      <dc:date>2002-06-28T11:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: can not build up dns server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-not-build-up-dns-server/m-p/2754311#M90253</link>
      <description>thanks everyone,&lt;BR /&gt;i got it by add @ before NS.&lt;BR /&gt;&lt;BR /&gt;frederick</description>
      <pubDate>Fri, 28 Jun 2002 11:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-not-build-up-dns-server/m-p/2754311#M90253</guid>
      <dc:creator>frederick van targero</dc:creator>
      <dc:date>2002-06-28T11:52:38Z</dc:date>
    </item>
  </channel>
</rss>

