<?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: DNS - Root servers problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509709#M562829</link>
    <description>You need to get the root server information off the public Internet.&lt;BR /&gt;&lt;BR /&gt;Your resolve.conf file needs to point to a valid external DNS server and be able to connect to it.&lt;BR /&gt;&lt;BR /&gt;This procedure works on HP-UX.&lt;BR /&gt;&lt;BR /&gt;It will solve the root issue.&lt;BR /&gt;&lt;A href="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/DNS-HOWTO.html" target="_blank"&gt;http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/DNS-HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Don't worry that its a Linux doc, the root section is exactly the same on hp-ux.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Mar 2005 12:32:03 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-03-22T12:32:03Z</dc:date>
    <item>
      <title>DNS - Root servers problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509708#M562828</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm presently configuring a DNS server with BIND 9.2.0 on an old D-class. I've manage to get everything set up and working except that my DNS clients can't resolve names outside of our network (i.e --&amp;gt; google.ca). So I assume that my problem is with the root servers; that I can't reach them or whatever. Both server and clients are behind a proxy/firewall, maybe there is a special config for such a setup?&lt;BR /&gt;&lt;BR /&gt;My server's /etc/named.conf looks like this for the "." zone:&lt;BR /&gt;&lt;BR /&gt;zone "."IN {&lt;BR /&gt;        type hint;&lt;BR /&gt;        file "db.cache";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;My server's /etc/named.data/db.cache is internic's unmodified named.root file.&lt;BR /&gt;&lt;BR /&gt;My server's /etc/resolv.conf states:&lt;BR /&gt;&lt;BR /&gt;search mydomain&lt;BR /&gt;nameserver 192.168.1.100 (my own ip)&lt;BR /&gt;&lt;BR /&gt;My server's /etc/nsswitch.conf goes like this:&lt;BR /&gt;&lt;BR /&gt;passwd:       files&lt;BR /&gt;group:        files&lt;BR /&gt;hosts:        files [NOTFOUND=continue] dns&lt;BR /&gt;networks:     files&lt;BR /&gt;protocols:    files&lt;BR /&gt;rpc:          files&lt;BR /&gt;publickey:    files&lt;BR /&gt;netgroup:     files&lt;BR /&gt;automount:    files&lt;BR /&gt;aliases:      files&lt;BR /&gt;services:     files&lt;BR /&gt;&lt;BR /&gt;And while I'm at it, since named has been running on this machine, logging onto it is really slow. I get the login prompt, but the password prompt take a minute or two to appear. I've read previous posts on similar issues, but nothing seems to fix this.&lt;BR /&gt;&lt;BR /&gt;Thanks to all who will take the time to read this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Mar 2005 12:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509708#M562828</guid>
      <dc:creator>Nicolas_17</dc:creator>
      <dc:date>2005-03-22T12:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: DNS - Root servers problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509709#M562829</link>
      <description>You need to get the root server information off the public Internet.&lt;BR /&gt;&lt;BR /&gt;Your resolve.conf file needs to point to a valid external DNS server and be able to connect to it.&lt;BR /&gt;&lt;BR /&gt;This procedure works on HP-UX.&lt;BR /&gt;&lt;BR /&gt;It will solve the root issue.&lt;BR /&gt;&lt;A href="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/DNS-HOWTO.html" target="_blank"&gt;http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/DNS-HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Don't worry that its a Linux doc, the root section is exactly the same on hp-ux.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Mar 2005 12:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509709#M562829</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-22T12:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: DNS - Root servers problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509710#M562830</link>
      <description>Can you post your entire named.conf and any zone files you have?&lt;BR /&gt;&lt;BR /&gt;You could be missing the forwarders directive in named.conf.&lt;BR /&gt;&lt;BR /&gt;Second, resolv.conf should have:&lt;BR /&gt;&lt;BR /&gt;domain mydomain&lt;BR /&gt;and possibly--&amp;gt;options ndots: 2&lt;BR /&gt;&lt;BR /&gt;nothing else.&lt;BR /&gt;&lt;BR /&gt;I'll try to find my post on setting up a DNS caching server which is similar to a DNS master server.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Mar 2005 13:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509710#M562830</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-03-22T13:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: DNS - Root servers problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509711#M562831</link>
      <description>Steven said:&lt;BR /&gt;&lt;BR /&gt;"Your resolve.conf file needs to point to a valid external DNS server and be able to connect to it."&lt;BR /&gt;&lt;BR /&gt;Now that's something i don't have in my named.conf. I asked my network admin for the address of our ISP's DNS server. I don't want to use our existing windoze DNS server (as a forwarder) because the unix one, ultimatly, is supposed to be an alternative DNS.&lt;BR /&gt;&lt;BR /&gt;Harry said:&lt;BR /&gt;&lt;BR /&gt;"Second, resolv.conf should have:&lt;BR /&gt;&lt;BR /&gt;domain mydomain&lt;BR /&gt;and possibly--&amp;gt;options ndots: 2"&lt;BR /&gt;&lt;BR /&gt;This has been corrected. &lt;BR /&gt;&lt;BR /&gt;Thanks to both of you, i'll post as soon as I get the address of my ISP's DNS.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Mar 2005 15:48:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509711#M562831</guid>
      <dc:creator>Nicolas_17</dc:creator>
      <dc:date>2005-03-22T15:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: DNS - Root servers problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509712#M562832</link>
      <description>"Your resolve.conf file needs to point to a valid external DNS server and be able to connect to it."&lt;BR /&gt;&lt;BR /&gt;I disagree.  Our internal DNS server does NOT have our ISPs DNS server(s) in its resolv.conf file.  The "forwarders directive in the options section of the named.conf file takes care of that issue.  &lt;BR /&gt;&lt;BR /&gt;If the query cannot be resolved locally it goes through the list of forwarders.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Mar 2005 16:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509712#M562832</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-03-22T16:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: DNS - Root servers problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509713#M562833</link>
      <description>Patrick,&lt;BR /&gt;&lt;BR /&gt;Then the list of forwarders is what? The list of root servers?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 22 Mar 2005 16:10:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509713#M562833</guid>
      <dc:creator>Nicolas_17</dc:creator>
      <dc:date>2005-03-22T16:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: DNS - Root servers problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509714#M562834</link>
      <description>No.  The forwarders are your ISP's DNS servers.&lt;BR /&gt;&lt;BR /&gt;Say your ISP has 3 DNS servers: 1.2.3.4, 1.2.3.5, 1.2.3.6&lt;BR /&gt;&lt;BR /&gt;The forwarders section of named.conf would look like:&lt;BR /&gt;&lt;BR /&gt;options {&lt;BR /&gt;check-names response fail;&lt;BR /&gt;check-names slave warn;&lt;BR /&gt;directory "/etc/named.data";&lt;BR /&gt;forwarders { 1.2.3.4;&lt;BR /&gt;1.2.3.5;&lt;BR /&gt;1.2.3.6;&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# man named.conf &lt;BR /&gt;for details</description>
      <pubDate>Tue, 22 Mar 2005 16:13:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509714#M562834</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-03-22T16:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: DNS - Root servers problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509715#M562835</link>
      <description>Ok, that make more sense to me. So, basically, everything should work once I get my ISP's DNS server address...</description>
      <pubDate>Tue, 22 Mar 2005 16:26:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509715#M562835</guid>
      <dc:creator>Nicolas_17</dc:creator>
      <dc:date>2005-03-22T16:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: DNS - Root servers problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509716#M562836</link>
      <description>&lt;BR /&gt;Hopefully the ATTACHED tar can guide people to set up DNS caching servers. Nicolas, For you it will help show what a named.conf should look like.&lt;BR /&gt;&lt;BR /&gt;The tar is relative, thus restore it to /tmp - IT's ONLY 30K.&lt;BR /&gt;&lt;BR /&gt;root@vpart1 /tmp]# tar -tvf DNScache.tar             &lt;BR /&gt;rwxrwxrwx   0/3      0 Mar 22 15:55 2005 ./DNSexplain/&lt;BR /&gt;rwxrwxrwx   0/3      0 Mar 22 16:28 2005 ./DNSexplain/etc/&lt;BR /&gt;rwxr-xr-x   0/3      0 Mar 22 16:14 2005 ./DNSexplain/etc/named.data/&lt;BR /&gt;r--r-----   0/3    261 Nov  5 13:58 2003 ./DNSexplain/etc/named.data/db.127.0.0&lt;BR /&gt;r--r-----   0/3    585 Mar 22 16:06 2005 ./DNSexplain/etc/named.data/db.cache&lt;BR /&gt;r--r-----   0/3    294 Mar 22 16:06 2005 ./DNSexplain/etc/named.data/db.loghost.YOURDOMAIN.com&lt;BR /&gt;rw-rw-rw-   0/3   2027 Mar 22 16:14 2005 ./DNSexplain/etc/named.data/README&lt;BR /&gt;r--r-----   0/3    302 Mar 22 16:06 2005 ./DNSexplain/etc/named.data/db.localhost.YOURDOMAIN.com&lt;BR /&gt;r--r-----   0/3    298 Mar 22 16:07 2005 ./DNSexplain/etc/named.data/db.loopback.YOURDOMAIN.com&lt;BR /&gt;r--r-----   0/3   1418 Mar 22 15:59 2005 ./DNSexplain/etc/named.conf&lt;BR /&gt;r--r-----   0/3    228 Mar 22 16:00 2005 ./DNSexplain/etc/rndc.conf&lt;BR /&gt;rw-rw-rw-   0/3   1820 Mar 22 16:28 2005 ./DNSexplain/etc/README&lt;BR /&gt;r--r--r--   0/3    272 Mar 22 16:00 2005 ./DNSexplain/etc/nsswitch.conf&lt;BR /&gt;r--r--r--   0/3     38 Mar 22 16:00 2005 ./DNSexplain/etc/resolv.conf&lt;BR /&gt;r--r-----   0/3     56 Mar 22 15:56 2005 ./DNSexplain/etc/KYOURDOMAIN.com.+157+43597.key&lt;BR /&gt;r--r-----   0/3     81 Nov  5 13:58 2003 ./DNSexplain/etc/KYOURDOMAIN.com.+157+43597.private&lt;BR /&gt;rwxrwxrwx   0/3      0 Oct 15 14:53 2004 ./DNSexplain/var/&lt;BR /&gt;rwxrwxrwx   0/3      0 Mar 22 16:01 2005 ./DNSexplain/var/run/&lt;BR /&gt;rw-rw-rw-   0/3      0 Mar 22 16:01 2005 ./DNSexplain/var/run/named.pid&lt;BR /&gt;[root@vpart1 /tmp]# ls -l DNScache.tar     &lt;BR /&gt;-rw-rw-rw-   1 root       sys          30720 Mar 22 16:29 DNScache.tar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Tue, 22 Mar 2005 16:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509716#M562836</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-03-22T16:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: DNS - Root servers problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509717#M562837</link>
      <description>read the README (two of them) files!&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Tue, 22 Mar 2005 16:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509717#M562837</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-03-22T16:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: DNS - Root servers problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509718#M562838</link>
      <description>Thanks Harry,&lt;BR /&gt;&lt;BR /&gt;I'm not to sure what the .key and .private are for though...care to shed some light on that?</description>
      <pubDate>Wed, 23 Mar 2005 11:41:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509718#M562838</guid>
      <dc:creator>Nicolas_17</dc:creator>
      <dc:date>2005-03-23T11:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: DNS - Root servers problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509719#M562839</link>
      <description>Actually you should generate your own rndc keys.&lt;BR /&gt;&lt;BR /&gt;After installing bind 9.2 from software.hp.com, do a man on rndc-confgen&lt;BR /&gt;&lt;BR /&gt;the "keys" are for "rndc" commands.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Wed, 23 Mar 2005 13:11:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509719#M562839</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-03-23T13:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: DNS - Root servers problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509720#M562840</link>
      <description>Alleluia! (not sure about the spelling)&lt;BR /&gt;&lt;BR /&gt;I tried to put our ISP's DNS servers addresses as forwarders this morning and it didn't work. So the network admin suggested that I put our proxy's address, since the unix machine doesn't have direct connection to those DNS servers. It worked!&lt;BR /&gt;&lt;BR /&gt;Thanks to all...&lt;BR /&gt;&lt;BR /&gt;P.S. For that other thing, the one about the login being really slow on the DNS server...I delete the entry in my local host file (my desktop) for that server, and that seemed to fix it!</description>
      <pubDate>Wed, 23 Mar 2005 16:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-root-servers-problem/m-p/3509720#M562840</guid>
      <dc:creator>Nicolas_17</dc:creator>
      <dc:date>2005-03-23T16:29:28Z</dc:date>
    </item>
  </channel>
</rss>

