<?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 taking too long but ping ok in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527270#M594512</link>
    <description>SOunds exactly like a DNS problem.&lt;BR /&gt;You don't have both the name and IP resolution working for the terminals working.&lt;BR /&gt;&lt;BR /&gt;Try doing a nslookup on both the short name and FQN and IP from the server.  You should get good results for all lookups.</description>
    <pubDate>Fri, 11 May 2001 12:58:52 GMT</pubDate>
    <dc:creator>John Bolene</dc:creator>
    <dc:date>2001-05-11T12:58:52Z</dc:date>
    <item>
      <title>Telnet taking too long but ping ok</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527266#M594508</link>
      <description>Hello everyone, &lt;BR /&gt;&lt;BR /&gt;We've got a small drama on our hands here.  We've got two hp-ux 10.20 servers that take about 5 minutes to connect to from any PC or terminal on out network.  Yet, when you ping them, they get an instantaneous reply.  The telnet doesn't time out.  Also it doesn't matter if you use the IP address or the host name, the same thing happens.  However if you telnet between them they are as uick as they should be.  We're all a bit baffled.  &lt;BR /&gt;&lt;BR /&gt;Any thoughts would be appreciated.  &lt;BR /&gt;&lt;BR /&gt;TIA, Leigh</description>
      <pubDate>Fri, 11 May 2001 01:21:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527266#M594508</guid>
      <dc:creator>Leigh Williams</dc:creator>
      <dc:date>2001-05-11T01:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet taking too long but ping ok</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527267#M594509</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if your PC is win 98 there are some thing like the implementation that take long time negociate between win98 and UX then you have to change some registry key.&lt;BR /&gt;I will find out this , if problem only occur on some type of Windows.&lt;BR /&gt;that may fall in this case I suspect.</description>
      <pubDate>Fri, 11 May 2001 02:09:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527267#M594509</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2001-05-11T02:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet taking too long but ping ok</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527268#M594510</link>
      <description>Hi Leigh,&lt;BR /&gt;&lt;BR /&gt;This is a toughie but I have a few suggestions.&lt;BR /&gt;First I would like to find out if it's something specific to telnet or might ftp have the same problem.&lt;BR /&gt;I suggest that you ftp to the 10.20 boxes from a PC or two and put and get a couple of fairly large files and note the transfer rate. It's actually amazing to me that a speed mismatch between host and switch will still function although very poorly. The transfer rates should tell us that.&lt;BR /&gt;&lt;BR /&gt;Another thing that I have seen which can cause this sort of problem is NIS. Is this a NIS environment?&lt;BR /&gt;&lt;BR /&gt;There are also some telnet/telnetd patches that I would investigate: PHNE_13413 &amp;amp; PHNE_13414.&lt;BR /&gt;&lt;BR /&gt;Also it would help to know just how the telnet responds. Do you get a very slow login prompt or is the login operation itself very slow.&lt;BR /&gt;Anything you can do to describe this will help.&lt;BR /&gt;&lt;BR /&gt;I also found the\is link which may apply:&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=c78b416d1d4fffe635/screen=ckiDisplayDocument?docId=200000050751227" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=c78b416d1d4fffe635/screen=ckiDisplayDocument?docId=200000050751227&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope I given you some food for thought, Clay.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 May 2001 02:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527268#M594510</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-05-11T02:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet taking too long but ping ok</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527269#M594511</link>
      <description>This sounds like a name resolution issue.  What are you using to resolve host names on the Unix servers?  hosts file, DNS?  If your UNIX server cannot resolve the hostname of your PCs when give its IP address, it will result in long delays with telnet, because telnet is trying to reverse lookup the IP address of those who are connecting to it.  Check your /etc/nsswitch.conf file to see how your UNIX servers resolve host names. If it uses hosts at all, put in a dummy name for one of your PCs and try the telnet again.  Let us know what you find.</description>
      <pubDate>Fri, 11 May 2001 12:33:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527269#M594511</guid>
      <dc:creator>Bernie Vande Griend</dc:creator>
      <dc:date>2001-05-11T12:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet taking too long but ping ok</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527270#M594512</link>
      <description>SOunds exactly like a DNS problem.&lt;BR /&gt;You don't have both the name and IP resolution working for the terminals working.&lt;BR /&gt;&lt;BR /&gt;Try doing a nslookup on both the short name and FQN and IP from the server.  You should get good results for all lookups.</description>
      <pubDate>Fri, 11 May 2001 12:58:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527270#M594512</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-05-11T12:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet taking too long but ping ok</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527271#M594513</link>
      <description>Hello Leigh,&lt;BR /&gt;&lt;BR /&gt;I agree with Bernie.  If you try the dummy hosts file entry you should also specify files before dns for the hosts entry in nsswitch.conf so that it will check /etc/hosts first.&lt;BR /&gt;&lt;BR /&gt;Also, check /etc/resolv.conf for nameservers that the HP-UX servers can't reach or for extraneous entries.  I once had a co-worker who would list every nameserver he could in resolv.conf but he failed to see if they were able to be reached through the firewall.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Fri, 11 May 2001 12:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527271#M594513</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2001-05-11T12:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet taking too long but ping ok</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527272#M594514</link>
      <description>Hi Leigh&lt;BR /&gt;&lt;BR /&gt;The console can be connected to the UTP cat s cable since that is also copper and there are Serial to UTP converter available. Once that is done you can telenet it to that port and you are up and running , only thing is that it is on the normal non gui type of screen which is fine.&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Fri, 11 May 2001 13:02:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527272#M594514</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-05-11T13:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet taking too long but ping ok</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527273#M594515</link>
      <description>Oops sorry I clicked th wrong one.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Fri, 11 May 2001 13:05:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527273#M594515</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-05-11T13:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet taking too long but ping ok</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527274#M594516</link>
      <description>I have had problems like this in the past.  99.9999999% of the time it is a resolution problem.  Check with you dns folks.  Try doing nslookups on the server, both on ip and hostname.&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Fri, 11 May 2001 13:18:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-taking-too-long-but-ping-ok/m-p/2527274#M594516</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-05-11T13:18:03Z</dc:date>
    </item>
  </channel>
</rss>

