<?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: telnet problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/3780987#M263219</link>
    <description>We had similar problems where I work.  It turned out that it wasn't the resolution of the server name that was a problem, the delay was caused by the server trying to resolve the IP address of the PC we were telnetting from.&lt;BR /&gt;&lt;BR /&gt;I would suggest trying to resolve the IP address of your PC on the rp5430.  Our workaround until the DNS was sorted out was to modify /etc/nsswitch.conf to read:&lt;BR /&gt;hosts: files [NOTFOUND=return UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]&lt;BR /&gt;&lt;BR /&gt;Once the DNS was sorted the return in files was changed to continue.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Steven</description>
    <pubDate>Tue, 02 May 2006 21:27:58 GMT</pubDate>
    <dc:creator>Procnus</dc:creator>
    <dc:date>2006-05-02T21:27:58Z</dc:date>
    <item>
      <title>telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/3780984#M263216</link>
      <description>Dear All&lt;BR /&gt;I have HP-UX 11.11 Os on rp5430 server,first I have no problem in my network, I try to telnet to the server it takes long time until I get any response,I try to ftp to it ,it does not responed, I then restart it nothing happened , where the problem may be and how could I solve it.&lt;BR /&gt;BR;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 May 2006 10:40:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/3780984#M263216</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2006-05-02T10:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/3780985#M263217</link>
      <description>Shalom fadia,&lt;BR /&gt;&lt;BR /&gt;Most usual problem here is DNS response./&lt;BR /&gt;&lt;BR /&gt;Look up the ip address of the system and use that instead of hostname&lt;BR /&gt;&lt;BR /&gt;telnet hostname&lt;BR /&gt;becomes&lt;BR /&gt;telnet 192.168.0.10&lt;BR /&gt;&lt;BR /&gt;if indeed the response to a numeric connect if faster, its a Name resolution issue.&lt;BR /&gt;&lt;BR /&gt;check /etc/nsswitch.conf host resolution and see if files or dns is first&lt;BR /&gt;&lt;BR /&gt;if files is first, install support for the hostnames you connect to in /etc/hosts&lt;BR /&gt;&lt;BR /&gt;You may wish to do this anyway as a backup.&lt;BR /&gt;&lt;BR /&gt;If you prefer dns resolution, then check the zone records and see that there is a record for the server.&lt;BR /&gt;&lt;BR /&gt;DNS involves these files:&lt;BR /&gt;&lt;BR /&gt;/etc/resolv.conf # what servers resolve names, this may require change.&lt;BR /&gt;/etc/named.conf # runs bind/named daemon if running&lt;BR /&gt;/etc/nsswitch.conf&lt;BR /&gt;/etc/hosts # if refferred to in nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;If nsswitch.conf does not exist there are several copies after install. nsswitch.nis nisswitch.files etcetera.&lt;BR /&gt;&lt;BR /&gt;Pick the one you think works best with your networking and make it via cp or mv /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 02 May 2006 10:47:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/3780985#M263217</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-05-02T10:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/3780986#M263218</link>
      <description>hi Steven , no dns problem i try it using IP address and hostname but i have the same problem</description>
      <pubDate>Tue, 02 May 2006 10:53:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/3780986#M263218</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2006-05-02T10:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/3780987#M263219</link>
      <description>We had similar problems where I work.  It turned out that it wasn't the resolution of the server name that was a problem, the delay was caused by the server trying to resolve the IP address of the PC we were telnetting from.&lt;BR /&gt;&lt;BR /&gt;I would suggest trying to resolve the IP address of your PC on the rp5430.  Our workaround until the DNS was sorted out was to modify /etc/nsswitch.conf to read:&lt;BR /&gt;hosts: files [NOTFOUND=return UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]&lt;BR /&gt;&lt;BR /&gt;Once the DNS was sorted the return in files was changed to continue.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Steven</description>
      <pubDate>Tue, 02 May 2006 21:27:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/3780987#M263219</guid>
      <dc:creator>Procnus</dc:creator>
      <dc:date>2006-05-02T21:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/3780988#M263220</link>
      <description>Steven has defined the problem correctly. Your HP-UX server is trying to prevent intrusion from spoofed IP addresses by consulting DNS as to the validity of the telnet client. Most PCs are assigned a DHCP address but the DNS administrator did not implement dynmaic DNS or otherwise assign names to the DHCP pool of addresses. Therefore, the telnet daemon looks up the address of the PC and the DNS server says "I never heard of this address". By putting all the addresses in the DNS pool into /etc/hosts (with names), the delay will disappear. Otherwise, have the DNS admin cover the DHCP pool addresses.</description>
      <pubDate>Tue, 02 May 2006 22:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/3780988#M263220</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-05-02T22:04:46Z</dc:date>
    </item>
  </channel>
</rss>

