<?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, resolution with second dns-server doesn't work in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144236#M453232</link>
    <description>I talk to our dns-admin ..</description>
    <pubDate>Tue, 02 Dec 2008 14:49:47 GMT</pubDate>
    <dc:creator>centurion</dc:creator>
    <dc:date>2008-12-02T14:49:47Z</dc:date>
    <item>
      <title>DNS, resolution with second dns-server doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144229#M453225</link>
      <description>We have three dns servers in our resolv.conf:&lt;BR /&gt;&lt;BR /&gt;nameserver 10.200.210.7              (internal)&lt;BR /&gt;nameserver 10.120.3.56               (external)&lt;BR /&gt;nameserver 193.28.97.130             (internal)&lt;BR /&gt;&lt;BR /&gt;Some servers we have to resolv with the external server. But it doesn't work. When I resolv the adress manual, it works:&lt;BR /&gt;&lt;BR /&gt;nslookup &lt;IP&gt; 10.120.3.56&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;/IP&gt;</description>
      <pubDate>Tue, 02 Dec 2008 13:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144229#M453225</guid>
      <dc:creator>centurion</dc:creator>
      <dc:date>2008-12-02T13:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: DNS, resolution with second dns-server doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144230#M453226</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As far as I know, DNS will try with first nameserver listed in resolv.conf and it will not go to the next server until or unless the first server is unavailable.&lt;BR /&gt;&lt;BR /&gt;If this is the case you need to change the order in resolv.conf based on your requirment. You need to put the server first which is resolving most of the hosts.&lt;BR /&gt;&lt;BR /&gt;you can put the remaining entries in your /etc/hosts file as a workaround.</description>
      <pubDate>Tue, 02 Dec 2008 14:08:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144230#M453226</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-12-02T14:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: DNS, resolution with second dns-server doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144231#M453227</link>
      <description>Try with nsquery to check nsswitch.conf: &lt;BR /&gt;&lt;BR /&gt;nsquery hosts &lt;IP&gt; "dns [NOTFOUND=continue]"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan&lt;/IP&gt;</description>
      <pubDate>Tue, 02 Dec 2008 14:10:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144231#M453227</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-12-02T14:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: DNS, resolution with second dns-server doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144232#M453228</link>
      <description>The most servers we resolv over the first and third one. And someone over the second.. :-(</description>
      <pubDate>Tue, 02 Dec 2008 14:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144232#M453228</guid>
      <dc:creator>centurion</dc:creator>
      <dc:date>2008-12-02T14:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: DNS, resolution with second dns-server doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144233#M453229</link>
      <description>root@smallville [/]# nsquery hosts 10.128.0.109 "dns [NOTFOUND=continue]"&lt;BR /&gt;&lt;BR /&gt;Using "dns [NOTFOUND=continue]" for the hosts policy.&lt;BR /&gt;&lt;BR /&gt;Searching dns for 10.128.0.109&lt;BR /&gt;10.128.0.109 was NOTFOUND&lt;BR /&gt;&lt;BR /&gt;Switch configuration: Allows fallback&lt;BR /&gt;&lt;BR /&gt;All name services have been searched</description>
      <pubDate>Tue, 02 Dec 2008 14:17:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144233#M453229</guid>
      <dc:creator>centurion</dc:creator>
      <dc:date>2008-12-02T14:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: DNS, resolution with second dns-server doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144234#M453230</link>
      <description>The resolver functions as expected. From "man 4 resolver":&lt;BR /&gt;...The algorithm used is:  Try a name server; if the query times out, try the next and continue until all name servers have been tried, then repeat trying all the name servers until a maximum number of retries have been made...&lt;BR /&gt;This means that the second server (external) only gets queried if the first server does not respond. If the first server responds with a negative answer, then that's your answer. &lt;BR /&gt;To set up external name resolution, you only use the two internal nameservers in the resolv.conf file. then in these internal DNS servers you forward all nonlocal requests to the external DNS server. Check out the BIND manuals for details, the configuration varies with different versions of bind.&lt;BR /&gt;Talk you your DNS admin if it is not you about external resolution.</description>
      <pubDate>Tue, 02 Dec 2008 14:22:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144234#M453230</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-12-02T14:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: DNS, resolution with second dns-server doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144235#M453231</link>
      <description>The "NOT FOUND=continue" is a directive to continue from the DNS name service to other name services such as hosts, nis, ldap that may be setup in the nsswitch.conf file. It does not direct the resolver to continue to the other nameservers in the resoolv.conf file.&lt;BR /&gt;Puting the external host names and IPs that you need to resolve in in your local /etc/hosts file is a workaround but it is not a formal external name resolution method.</description>
      <pubDate>Tue, 02 Dec 2008 14:40:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144235#M453231</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-12-02T14:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: DNS, resolution with second dns-server doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144236#M453232</link>
      <description>I talk to our dns-admin ..</description>
      <pubDate>Tue, 02 Dec 2008 14:49:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144236#M453232</guid>
      <dc:creator>centurion</dc:creator>
      <dc:date>2008-12-02T14:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: DNS, resolution with second dns-server doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144237#M453233</link>
      <description>we make entries in the /etc/hosts and remove the external dns-server..</description>
      <pubDate>Wed, 03 Dec 2008 11:05:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-resolution-with-second-dns-server-doesn-t-work/m-p/5144237#M453233</guid>
      <dc:creator>centurion</dc:creator>
      <dc:date>2008-12-03T11:05:17Z</dc:date>
    </item>
  </channel>
</rss>

