<?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: Two DNS Servers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/two-dns-servers/m-p/2469326#M590218</link>
    <description>I do not think Kofi is right here. If your 2 "internal" servers is not able to resolve external addresses what happens is that your machine goes to the 1st server listed in /etc/resolv.conf.&lt;BR /&gt;&lt;BR /&gt;If the request fails it will *not* try the 2nd (or the 3rd) DNS server.&lt;BR /&gt;&lt;BR /&gt;You need to setup your internal servers to forward queries to the "external" DNS server.</description>
    <pubDate>Fri, 01 Dec 2000 13:47:24 GMT</pubDate>
    <dc:creator>Lasse Knudsen</dc:creator>
    <dc:date>2000-12-01T13:47:24Z</dc:date>
    <item>
      <title>Two DNS Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-dns-servers/m-p/2469323#M590215</link>
      <description>My environment has a primary and alternate DNS server that resolves all internal names and then a 3rd that resolves internet addresses.  The primary and alternate are identical to each other, and the alternate is used if the primary is down.  How can I configure the system to look at DNS and the 3rd server used for internet resoltuion?  We are trying to get paging to work by interfacing with airtouch.net.  Your help is greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Michelle Hames&lt;BR /&gt;Xtra Corp</description>
      <pubDate>Thu, 30 Nov 2000 23:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-dns-servers/m-p/2469323#M590215</guid>
      <dc:creator>Michelle Barton</dc:creator>
      <dc:date>2000-11-30T23:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Two DNS Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-dns-servers/m-p/2469324#M590216</link>
      <description>Michele:&lt;BR /&gt;&lt;BR /&gt;you should list all your dns servers (in order in the /etc/resolv.conf file):&lt;BR /&gt;&lt;BR /&gt;#echo "domain    yourlocal.domain.com" &amp;gt; /etc/resolv.conf&lt;BR /&gt;#echo "search    yourlocal.domain.com" &amp;gt;&amp;gt; /etc/resolv.conf&lt;BR /&gt;#echo "nameserver  AAA.AAA.AAA.AAA  # first DNS server" &amp;gt;&amp;gt; /etc/resolv.conf&lt;BR /&gt;#echo "nameserver  BBB.BBB.BBB.BBB  # second  DNS server" &amp;gt;&amp;gt; /etc/resolv.conf&lt;BR /&gt;#echo "nameserver  CCC.CCC.CCC.CCC # third- internet- DNS server" &amp;gt;&amp;gt; /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;The resolver will attempt to look up  an internet address  using the first dns server, and when it fails (after the timeout) it will go to the next, and if that fails, it will go to the third (ie. the internet dns server)&lt;BR /&gt;&lt;BR /&gt;good luck</description>
      <pubDate>Fri, 01 Dec 2000 12:44:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-dns-servers/m-p/2469324#M590216</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-12-01T12:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Two DNS Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-dns-servers/m-p/2469325#M590217</link>
      <description>Hi Michelle,&lt;BR /&gt;&lt;BR /&gt;I agree with Kofi, apart from the following fact: the first line 'domain...' is useless (I believe)&lt;BR /&gt;&lt;BR /&gt;In man 4 resolver, the following is stated:&lt;BR /&gt;"The domain and search keywords are mutually exclusive. If more than one instance of these keywords is present, the last instance overrides."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Dec 2000 13:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-dns-servers/m-p/2469325#M590217</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-12-01T13:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Two DNS Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-dns-servers/m-p/2469326#M590218</link>
      <description>I do not think Kofi is right here. If your 2 "internal" servers is not able to resolve external addresses what happens is that your machine goes to the 1st server listed in /etc/resolv.conf.&lt;BR /&gt;&lt;BR /&gt;If the request fails it will *not* try the 2nd (or the 3rd) DNS server.&lt;BR /&gt;&lt;BR /&gt;You need to setup your internal servers to forward queries to the "external" DNS server.</description>
      <pubDate>Fri, 01 Dec 2000 13:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-dns-servers/m-p/2469326#M590218</guid>
      <dc:creator>Lasse Knudsen</dc:creator>
      <dc:date>2000-12-01T13:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Two DNS Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-dns-servers/m-p/2469327#M590219</link>
      <description>Michelle,&lt;BR /&gt;&lt;BR /&gt;I believe a DNS client can only query a single DNS server at a time.  The only benefit to having multiple DNS servers in your /etc/resolv.conf file is that if your primary (or secondary) DNS server is down or unavailable, your system can still proceed using the secondary (or tertiary) DNS server.&lt;BR /&gt;&lt;BR /&gt;You can instead configure your two internal DNS servers to forward requests that they cannot service by using the "forwarders" directive.  Take a look at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.isc.org/products/BIND/docs/bog-4.9.4/bog-sh-5.html#sh-5.1.7" target="_blank"&gt;http://www.isc.org/products/BIND/docs/bog-4.9.4/bog-sh-5.html#sh-5.1.7&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for additional information.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.</description>
      <pubDate>Fri, 01 Dec 2000 13:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-dns-servers/m-p/2469327#M590219</guid>
      <dc:creator>Kenneth Platz</dc:creator>
      <dc:date>2000-12-01T13:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Two DNS Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-dns-servers/m-p/2469328#M590220</link>
      <description>Both Allen and Kenneth are correct.  DNS will query the first server on the list, if it responds the search is done.  The response can either be the info it was looking for or a signal that the information was not found.  The only time the second server comes into play is if the first does not respond at all (machine down).  It is the responsibility of the dns server queried to pass requests to other servers to find info that it does not have internally.&lt;BR /&gt;&lt;BR /&gt;In your situation, both your primary and secondary servers need to have your 'internet' dns server as the first server on the list to query.  The next two servers should be something external; the best two are probably the dns servers that your ISP provides.  Your client machines should only list your primary and secondary servers.</description>
      <pubDate>Fri, 01 Dec 2000 14:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-dns-servers/m-p/2469328#M590220</guid>
      <dc:creator>Tim Malnati</dc:creator>
      <dc:date>2000-12-01T14:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Two DNS Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-dns-servers/m-p/2469329#M590221</link>
      <description>Michelle,&lt;BR /&gt;&lt;BR /&gt;I'm sorry I didn't get to answer your question in my thread below.  Belene had the right answer. I'll summerize what did below:&lt;BR /&gt;&lt;BR /&gt;In /etc/resolv.conf list your two internal dns servers:&lt;BR /&gt;&lt;BR /&gt;nameserver primary&lt;BR /&gt;nameserver secondary&lt;BR /&gt;&lt;BR /&gt;In the /etc/named.boot file add an entry to "forward" dns requests that can not be resovled internally to an external server&lt;BR /&gt;&lt;BR /&gt;forwarders   ipaddr; ipaddr&lt;BR /&gt;&lt;BR /&gt;List the ipaddr twice to avoid timeout issues.&lt;BR /&gt;&lt;BR /&gt;This is documented in DNS and BIND, 3rd edition on page 245&lt;BR /&gt;&lt;BR /&gt;Thanks to Belene for clearing up this often mis-understood concept orignally.</description>
      <pubDate>Thu, 07 Dec 2000 15:57:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-dns-servers/m-p/2469329#M590221</guid>
      <dc:creator>Rob Mallard</dc:creator>
      <dc:date>2000-12-07T15:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Two DNS Servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-dns-servers/m-p/2469330#M590222</link>
      <description>hi michell,&lt;BR /&gt;&lt;BR /&gt;  Additional info, if your using bind9, you may add it under your two internal DNS servers.&lt;BR /&gt;&lt;BR /&gt;  options {&lt;BR /&gt;        directory "/var/named";&lt;BR /&gt;        forwarders{&lt;BR /&gt;                &lt;THIRD dns="" server="" ip="" address=""&gt;;&lt;BR /&gt;        };&lt;BR /&gt;&lt;BR /&gt;Thsnks,&lt;BR /&gt;joks&lt;/THIRD&gt;</description>
      <pubDate>Thu, 10 Jan 2002 13:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-dns-servers/m-p/2469330#M590222</guid>
      <dc:creator>jok llamera</dc:creator>
      <dc:date>2002-01-10T13:33:48Z</dc:date>
    </item>
  </channel>
</rss>

