<?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 latency problem with Bind. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-latency-problem-with-bind/m-p/4186178#M322996</link>
    <description>I think this could be a problem with the search order , I looks like it is looking for a local DNS server first.&lt;BR /&gt;&lt;BR /&gt;In SAM , modify the local search to be file  i.e /etc/hosts then remove the 127.0.0.1 from /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;Can remember exactly where it is but it is in SAM</description>
    <pubDate>Wed, 30 Apr 2008 14:30:15 GMT</pubDate>
    <dc:creator>Derek Whigham_1</dc:creator>
    <dc:date>2008-04-30T14:30:15Z</dc:date>
    <item>
      <title>DNS latency problem with Bind.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-latency-problem-with-bind/m-p/4186177#M322995</link>
      <description>Hi,&lt;BR /&gt;I have an HP server running Bind as master and authoritative DNS (Bind 9.2).&lt;BR /&gt;I have set two machines Linux and  windows XP as dns server doing only forwarding and cache (proxy) upon Bind 9.4.2, on both machines I have in named.conf&lt;BR /&gt;&lt;BR /&gt;zone "lab.net" in {&lt;BR /&gt;type forward;&lt;BR /&gt;forward only;&lt;BR /&gt;forwarders { 10.10.10.2; 10.10.10.3;};&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;Both machines have on /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;127.0.0.1&lt;BR /&gt;10.10.10.2&lt;BR /&gt;10.10.10.3&lt;BR /&gt;&lt;BR /&gt;==&amp;gt; The problem I have is:&lt;BR /&gt;The first dig takes too much time 2 seconds. All the machines are on the same lab and the ping is ~ 2 ms.&lt;BR /&gt;The first dig can be done on two ways:&lt;BR /&gt;&lt;BR /&gt;dig domain @127.0.0.1 =&amp;gt; Very slow 2 s !&lt;BR /&gt;dig domain @10.10.10.2 =&amp;gt; 1 ms !&lt;BR /&gt;&lt;BR /&gt;After that, the cache is working fine ~ 1 ms.  Other dig on the same domain is OK.&lt;BR /&gt;&lt;BR /&gt;Bellow a named trace on the XP machine:&lt;BR /&gt;&lt;BR /&gt;Thanks for any hint&lt;BR /&gt;&lt;BR /&gt;IN A +&lt;BR /&gt;24-avr.-2008 14:48:36.234 client 127.0.0.1#1240: query (cache) host10.lab.net &lt;BR /&gt;/A/IN' approved&lt;BR /&gt;24-avr.-2008 14:48:36.234 client 127.0.0.1#1240: replace&lt;BR /&gt;24-avr.-2008 14:48:36.234 clientmgr @00BC3048: createclients&lt;BR /&gt;24-avr.-2008 14:48:36.234 clientmgr @00BC3048: recycle&lt;BR /&gt;24-avr.-2008 14:48:36.234 createfetch: host10.lab.net A&lt;BR /&gt;24-avr.-2008 14:48:36.234 client @00C36468: udprecv&lt;BR /&gt;24-avr.-2008 14:48:36.234 client 127.0.0.1#1240: next&lt;BR /&gt;24-avr.-2008 14:48:36.234 client 127.0.0.1#1240: request failed: duplicate query&lt;BR /&gt;&lt;BR /&gt;24-avr.-2008 14:48:36.234 client 127.0.0.1#1240: endrequest&lt;BR /&gt;24-avr.-2008 14:48:36.250 fctx 01C89340(host10.lab.net/A'): timeout&lt;BR /&gt;24-avr.-2008 14:48:36.250 fctx 01C89340(host10.lab.net/A'): try&lt;BR /&gt;24-avr.-2008 14:48:36.250 fctx 01CC9348(./NS'): timeout&lt;BR /&gt;24-avr.-2008 14:48:36.250 fctx 01C89340(host10.lab.net/A'): query&lt;BR /&gt;24-avr.-2008 14:48:36.250 fctx 01CC9348(./NS'): try&lt;BR /&gt;24-avr.-2008 14:48:36.250 resquery 01C90D00 (fctx 01C89340(cvvms83.vms.ipc.sfr.n&lt;BR /&gt;et/A)): send&lt;BR /&gt;24-avr.-2008 14:48:36.250 fctx 01CC9348(./NS'): query&lt;BR /&gt;24-avr.-2008 14:48:36.250 fctx 01C89340(host10.lab.net/A'): too many ti&lt;BR /&gt;meouts, disabling EDNS0&lt;BR /&gt;24-avr.-2008 14:48:36.250 resquery 01CCFD08 (fctx 01CC9348(./NS)): send&lt;BR /&gt;24-avr.-2008 14:48:36.250 resquery 01C90D00 (fctx 01C89340(host10.lab.net /A)): sent&lt;BR /&gt;24-avr.-2008 14:48:36.250 fctx 01CC9348(./NS'): too many timeouts, disabling EDN&lt;BR /&gt;S0&lt;BR /&gt;….&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2008 12:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-latency-problem-with-bind/m-p/4186177#M322995</guid>
      <dc:creator>Mark2010_1</dc:creator>
      <dc:date>2008-04-24T12:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: DNS latency problem with Bind.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-latency-problem-with-bind/m-p/4186178#M322996</link>
      <description>I think this could be a problem with the search order , I looks like it is looking for a local DNS server first.&lt;BR /&gt;&lt;BR /&gt;In SAM , modify the local search to be file  i.e /etc/hosts then remove the 127.0.0.1 from /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;Can remember exactly where it is but it is in SAM</description>
      <pubDate>Wed, 30 Apr 2008 14:30:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-latency-problem-with-bind/m-p/4186178#M322996</guid>
      <dc:creator>Derek Whigham_1</dc:creator>
      <dc:date>2008-04-30T14:30:15Z</dc:date>
    </item>
  </channel>
</rss>

