<?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 timeout in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-timeout/m-p/2661222#M590963</link>
    <description>Hi Ruben&lt;BR /&gt;&lt;BR /&gt;This is how my /etc/resolv.conm is configured,&lt;BR /&gt;&lt;BR /&gt;search out.domain.name.com&lt;BR /&gt;nameserver name_server1_ip&lt;BR /&gt;nameserver name_server2_ip&lt;BR /&gt;nameserver name_server3_ip&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;now if server 1 and 2 are down. if i do a nslookup, it automatically defaults to server 3. Then if i do a telnet to one of the server whose address is resolved using DNS, it takes a while longer since it probably tries the server 1 and 2 first before it finally tries server 3. Do make sure you have the latest patch installed on your system. &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Fri, 08 Feb 2002 17:13:44 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2002-02-08T17:13:44Z</dc:date>
    <item>
      <title>DNS timeout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-timeout/m-p/2661217#M590958</link>
      <description>Hi! &lt;BR /&gt;&lt;BR /&gt;This is a question I posted on System Administration forum, without an affordable result, can you help?&lt;BR /&gt;&lt;BR /&gt;Well, this is a qmail &amp;amp; dns related question. I have qmail installed in one of my HP9000 servers. That server collects logs, etc, from other machines via e-mail. Later, through POP3, I read messages in the accont where they arrive. But there's a little problem (in fact, a timeout). As these machines are isolated from the internet, they do not use DNS. When I do this: &lt;BR /&gt;&lt;BR /&gt;root@grecopr2:/# telnet localhost 110 &lt;BR /&gt;Trying... &lt;BR /&gt;Connected to localhost. &lt;BR /&gt;Escape character is '^]'. &lt;BR /&gt;+OK &amp;lt;18155.1012994166@grecopr2&amp;gt; &lt;BR /&gt;&lt;BR /&gt;Before the last line, there's a delay of 30 seconds, which is the time the dns gives a timeout because it can't resolve the machine name. After that, messages can be, of course, readed properly. As qmail is a daemon that does *NOT* read /etc/hosts, it's not a solution for me to put machine address machine IP in that file. I need another way for dns to resolve at least my local machine IP for POP3 logins to be done quickly. I hope I have explained myself well :) &lt;BR /&gt;&lt;BR /&gt;TIA</description>
      <pubDate>Fri, 08 Feb 2002 09:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-timeout/m-p/2661217#M590958</guid>
      <dc:creator>Ruben Cardenal</dc:creator>
      <dc:date>2002-02-08T09:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: DNS timeout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-timeout/m-p/2661218#M590959</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;One suggestion,&lt;BR /&gt;&lt;BR /&gt;Have you searched in another forum also , if not you can search in &lt;BR /&gt;&lt;A href="http://searchhp.techtarget.com/tip/1,289483,sid6_gci776891,00.html" target="_blank"&gt;http://searchhp.techtarget.com/tip/1,289483,sid6_gci776891,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-vijay</description>
      <pubDate>Fri, 08 Feb 2002 11:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-timeout/m-p/2661218#M590959</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2002-02-08T11:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: DNS timeout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-timeout/m-p/2661219#M590960</link>
      <description>I'm not sure qmail really cares where it's supposed to look names up (i.e. if qmail uses the normal resolver routines like gethostbyname, gethostbyaddr, use of the hosts file vs dns is controlled by the nsswitch.conf file and should be invisable to the application calling the resolver routine).&lt;BR /&gt;&lt;BR /&gt;Add a localhost entry to /etc/hosts:&lt;BR /&gt;127.0.0.1       localhost&lt;BR /&gt;&lt;BR /&gt;set up nsswitch.conf.  If localhost doesn't look up correctly, watch out for the domain directive in /etc/resolv.conf.&lt;BR /&gt;&lt;BR /&gt;In addition, you can build localhost into the zone for your domain if resolv.conf is "helping you" qualify names.</description>
      <pubDate>Fri, 08 Feb 2002 13:45:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-timeout/m-p/2661219#M590960</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2002-02-08T13:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: DNS timeout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-timeout/m-p/2661220#M590961</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;turn your HP into a DNS name server. Use the tool "hosts2named" and you will be up and running within minutes.&lt;BR /&gt;Then configure your "/etc/resolv.conf" and "/etc/nsswitch.conf" and you are done with the client-side, too.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Fri, 08 Feb 2002 15:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-timeout/m-p/2661220#M590961</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-02-08T15:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: DNS timeout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-timeout/m-p/2661221#M590962</link>
      <description>Check and make sure you have localhost in your /etc/hosts file and also make sure in nsswitch.conf, you have files listed first for hosts. If you have instead dns listed first in the nsswitch.conf file, telnet will try to append a domain name to localhost and try to resolve it in DNS which will not have that information.</description>
      <pubDate>Fri, 08 Feb 2002 16:37:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-timeout/m-p/2661221#M590962</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2002-02-08T16:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: DNS timeout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-timeout/m-p/2661222#M590963</link>
      <description>Hi Ruben&lt;BR /&gt;&lt;BR /&gt;This is how my /etc/resolv.conm is configured,&lt;BR /&gt;&lt;BR /&gt;search out.domain.name.com&lt;BR /&gt;nameserver name_server1_ip&lt;BR /&gt;nameserver name_server2_ip&lt;BR /&gt;nameserver name_server3_ip&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;now if server 1 and 2 are down. if i do a nslookup, it automatically defaults to server 3. Then if i do a telnet to one of the server whose address is resolved using DNS, it takes a while longer since it probably tries the server 1 and 2 first before it finally tries server 3. Do make sure you have the latest patch installed on your system. &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Feb 2002 17:13:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-timeout/m-p/2661222#M590963</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-08T17:13:44Z</dc:date>
    </item>
  </channel>
</rss>

