<?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: Configuring DNS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037487#M541897</link>
    <description>thak you to all&lt;BR /&gt;&lt;BR /&gt;I solve the slow connection by :&lt;BR /&gt;nsswitch.conf add UNAVAIL=continue&lt;BR /&gt;resolv.conf add retrans 1500 and retry 2&lt;BR /&gt;&lt;BR /&gt;bye bye&lt;BR /&gt;Elis</description>
    <pubDate>Tue, 24 Jul 2007 06:41:32 GMT</pubDate>
    <dc:creator>Elizabeth21</dc:creator>
    <dc:date>2007-07-24T06:41:32Z</dc:date>
    <item>
      <title>Configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037479#M541889</link>
      <description>I'm configuring DNS by file /etc/resolv.conf.&lt;BR /&gt;I have to add a new address DNS in my resolv, but then I done this the telnet connection is very slow to response.&lt;BR /&gt;Anyway, have I to do only that for add new DNS ??&lt;BR /&gt;&lt;BR /&gt;thank you for each reply at my question !!</description>
      <pubDate>Sun, 15 Jul 2007 13:12:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037479#M541889</guid>
      <dc:creator>Elizabeth21</dc:creator>
      <dc:date>2007-07-15T13:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037480#M541890</link>
      <description>Hola Elizabeth.&lt;BR /&gt;&lt;BR /&gt;in SAM-&amp;gt;Networking and Communications-&amp;gt;&lt;BR /&gt;Name Service Switch-&amp;gt; hosts&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;in what order is the name service awitch resolving ?&lt;BR /&gt;&lt;BR /&gt;mine is /etc/hosts   DNS     NIS&lt;BR /&gt;&lt;BR /&gt;also what Operating system version are you using?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 15 Jul 2007 13:25:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037480#M541890</guid>
      <dc:creator>Fabian Briseño</dc:creator>
      <dc:date>2007-07-15T13:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037481#M541891</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You should also put an entry matching the ifconfig lan0 output for your system in /etc/hosts&lt;BR /&gt;&lt;BR /&gt;The default configuration uses /etc/hosts first and your connection speed in inbound telnet can be boosted by this simple move. I'm assuming of course that lan0 is your primary NIC.&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 15 Jul 2007 14:23:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037481#M541891</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-07-15T14:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037482#M541892</link>
      <description>Could u give a sample output of /etc/resolv.conf and /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;How is the speed when u use ssh connection?</description>
      <pubDate>Sun, 15 Jul 2007 15:32:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037482#M541892</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-15T15:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037483#M541893</link>
      <description>&amp;gt; slow to respond&lt;BR /&gt; &lt;BR /&gt;A classic case of missing DNS records. Your DNS administrator probably did not setup reverse (PTR) records for any of the hosts. HP-UX (and most Unix systems) try to authorize incoming connections by seeing if the IP address has been authorized by having an entry in DNS. When the DNS server has no PTR record, HP-UX waits for about 20-25 seconds per DNS server listed in resolv.conf.&lt;BR /&gt; &lt;BR /&gt;The fix is to add all incoming hosts to /etc/hosts, then change the line in /etc/nsswitch.conf to read file then dns:&lt;BR /&gt; &lt;BR /&gt;hosts:        files [NOTFOUND=continue UNAVAIL=continue] dns&lt;BR /&gt; &lt;BR /&gt;or fix your DNS server.</description>
      <pubDate>Sun, 15 Jul 2007 21:08:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037483#M541893</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-07-15T21:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037484#M541894</link>
      <description>I try to configure the nsswitch.conf and add the ip in hosts file but the response by telnet is very slow yet.&lt;BR /&gt;Yes, the dns that I insert in resolv.conf is not yet available, but I need to configure it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jul 2007 04:35:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037484#M541894</guid>
      <dc:creator>Elizabeth21</dc:creator>
      <dc:date>2007-07-23T04:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037485#M541895</link>
      <description>Okay, which telnet connect it slow - from the server out?  or to the server?&lt;BR /&gt;&lt;BR /&gt;My resolv.conf:&lt;BR /&gt;&lt;BR /&gt;domain mydomain.com&lt;BR /&gt;nameserver 192.168.110.147&lt;BR /&gt;nameserver 192.168.162.157&lt;BR /&gt;nameserver 192.168.162.6&lt;BR /&gt;retrans 1500&lt;BR /&gt;retry 2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ttry adding the last 2 to yours (retrans and retry)&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 23 Jul 2007 08:24:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037485#M541895</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-07-23T08:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037486#M541896</link>
      <description>You must rename /etc/resolv.conf because you do not have working DNS servers. Call it /etc/resolv.conf.old or something similar. Also change your /etc/nsswitch.conf to read:&lt;BR /&gt; &lt;BR /&gt;hosts: files&lt;BR /&gt; &lt;BR /&gt;and nothing else. Leave it this way until you have a working DNS server. Now you'll have no delays. Verify with:&lt;BR /&gt; &lt;BR /&gt;nslookup some_name&lt;BR /&gt;nsquery hosts some_name&lt;BR /&gt; &lt;BR /&gt;It should find everything in /etc/hosts.</description>
      <pubDate>Mon, 23 Jul 2007 12:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037486#M541896</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-07-23T12:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037487#M541897</link>
      <description>thak you to all&lt;BR /&gt;&lt;BR /&gt;I solve the slow connection by :&lt;BR /&gt;nsswitch.conf add UNAVAIL=continue&lt;BR /&gt;resolv.conf add retrans 1500 and retry 2&lt;BR /&gt;&lt;BR /&gt;bye bye&lt;BR /&gt;Elis</description>
      <pubDate>Tue, 24 Jul 2007 06:41:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/4037487#M541897</guid>
      <dc:creator>Elizabeth21</dc:creator>
      <dc:date>2007-07-24T06:41:32Z</dc:date>
    </item>
  </channel>
</rss>

