<?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: Strange Telnet Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108745#M571502</link>
    <description>Just a couple thoughts....&lt;BR /&gt;&lt;BR /&gt;1. Maybe there is something funky happening on the switch your server is connected to?  If you have the opportunity, disconnect your server from the network, reboot and try telnetting to it using a cross-over cable and a laptop with a network card installed.  If the hang issue still happens, then you know it's your server causing the problem.&lt;BR /&gt;&lt;BR /&gt;2. Are you setting any ndd parameters on boot?  Check your /etc/rc.config.d/nddconf file.  If you are, what parameters are you modifying?</description>
    <pubDate>Mon, 10 Nov 2003 17:15:39 GMT</pubDate>
    <dc:creator>James A. Donovan</dc:creator>
    <dc:date>2003-11-10T17:15:39Z</dc:date>
    <item>
      <title>Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108724#M571481</link>
      <description>morning,&lt;BR /&gt;&lt;BR /&gt;I'm running HP-UX 11.00 configured with ssh and regular inet services.  When I reboot the server I am unble to telnet or ftp for an hour or so. I can connect through ssh immediately.&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Mon, 03 Nov 2003 10:51:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108724#M571481</guid>
      <dc:creator>Troy E. Miles</dc:creator>
      <dc:date>2003-11-03T10:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108725#M571482</link>
      <description>Do you have any kind of error messages regarding inetd in your /var/adm/syslog/syslog.log ?&lt;BR /&gt;&lt;BR /&gt;or what is the status of inetd startup in /etc/rc.log? &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Nov 2003 10:54:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108725#M571482</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2003-11-03T10:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108726#M571483</link>
      <description>No errors in inetd and none in /etc/rc.log. I've read several of the posts referring to telnet and applied necessary patches and increased ntpy, nstrpty, and nstrels to 400.</description>
      <pubDate>Mon, 03 Nov 2003 11:03:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108726#M571483</guid>
      <dc:creator>Troy E. Miles</dc:creator>
      <dc:date>2003-11-03T11:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108727#M571484</link>
      <description>Troy,&lt;BR /&gt;  Is the dns working perfectly.&lt;BR /&gt;&lt;BR /&gt;  Does ping returns fast.  Do nslookup works better?&lt;BR /&gt;&lt;BR /&gt;  Try logging the ftpd daemon.  Add -l in /etc/inetd.conf&lt;BR /&gt;ftp          stream tcp nowait root /usr/lbin/ftpd      ftpd -lv&lt;BR /&gt;&lt;BR /&gt;  Check the time delay between when the line appears in /var/adm/syslog/syslog.log and the ftp client actually gets a session.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Nov 2003 11:16:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108727#M571484</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-11-03T11:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108728#M571485</link>
      <description>Be sure to wait for more than 60 seconds. If you finally get a connection, the issue is easy: your DNS servers cannot find your hostname and IP address. telnet and ftp try to do a little bit of checking for incoming connections and both the name as well as the IP address are looked at. NOTE: the DNS issue is on the server side, not the side where you type telnet or ftp. If you're on a PC, get the IP address of your PC, then type:&lt;BR /&gt; &lt;BR /&gt;nslookup 1.2.3.4&lt;BR /&gt; &lt;BR /&gt;(where 1.2.3.4 is your PCs address) on the server. The server wil try to verify your PC's address through your current resolver. This is one of the reasons why having files, then dns in /etc/nsswitch.conf is preferred. If you can fix long delays or DNS issues by simply adding the name+IP to /etc/hosts, then your DNS folks have work to do. Note also that delays can be caused by the DNS server(s) not knowing their own name. nslookup will report this on the first couple of lines of output. Again, fixaable by putting the DNS server(s) name/IP addres in /etc/hosts. The hosts entry in /etc/nsswitch.conf should be:&lt;BR /&gt; &lt;BR /&gt;hosts: files [NOTFOUND=continue UNAVAIL=continue] dns&lt;BR /&gt; &lt;BR /&gt;Put only a handful of stable (production machines) systems in /etc/hosts (and of course, the server's own name, localhost and the DNS server names).</description>
      <pubDate>Mon, 03 Nov 2003 11:26:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108728#M571485</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-11-03T11:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108729#M571486</link>
      <description>I've watched the syslog and nothing appears out of the ordinary.  I tested this morning and it was roughly a half hour before my telnet connection was made and logged in syslog.  I get the same performance with FTP.  &lt;BR /&gt;&lt;BR /&gt;I've also tried telneting to the localhost and it hangs. &lt;BR /&gt;&lt;BR /&gt;After the server is running for a half hour or more then everything is fine.</description>
      <pubDate>Mon, 03 Nov 2003 11:45:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108729#M571486</guid>
      <dc:creator>Troy E. Miles</dc:creator>
      <dc:date>2003-11-03T11:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108730#M571487</link>
      <description>Troy,&lt;BR /&gt;  Is the system heavily loaded, so it takes this much time to get itself ready?&lt;BR /&gt;&lt;BR /&gt;  Did you monitor swap usage?  If you have glance try running it.  Try to monitor the system for the first half hour from console/webconsole.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy</description>
      <pubDate>Mon, 03 Nov 2003 11:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108730#M571487</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-11-03T11:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108731#M571488</link>
      <description>How many IP addresses are assigned to the NIC?  What is the content of you /etc/nsswitch.conf file? And does netstat -r return a route for both localhost and 127.0.0.1, and are the gateways correct?&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Mon, 03 Nov 2003 12:09:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108731#M571488</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-11-03T12:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108732#M571489</link>
      <description>I know this may be easy to overlook, but what did you do last before this problem started occuring?&lt;BR /&gt; &lt;BR /&gt;also, this may not solve the problem, but may help you find it. I might stop/start the inetd daemon from the console as well, just to check from there...see if that will allow you to telnet right away.&lt;BR /&gt; &lt;BR /&gt;I would also look at your startup file, under /sbin/init.d/inetd. &lt;BR /&gt; &lt;BR /&gt;In addition, I would check if you are able to rlogin to it or rcp from another box.&lt;BR /&gt;&lt;BR /&gt;I also would suggest looking at a telnet patch. have you patched recently?&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 03 Nov 2003 12:21:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108732#M571489</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-11-03T12:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108733#M571490</link>
      <description>No, the server isn't heavliy loaded.  It comes up fine. I can telnet out, I can ping, and I can connect through ssh.&lt;BR /&gt;&lt;BR /&gt;NIC:&lt;BR /&gt;&lt;BR /&gt;there is only only NIC assigned and netstat -r does return a route for localhost and 127.0.0.1.  the gateways are correct.&lt;BR /&gt;&lt;BR /&gt;Todd,&lt;BR /&gt;&lt;BR /&gt;The problem has been present for several months.  I was just made aware of it after a hardware failure, so I'm not sure.&lt;BR /&gt;&lt;BR /&gt;I will try restarting the inetd and rlogin on the next reboot.&lt;BR /&gt;&lt;BR /&gt;I did apply patches this morning:&lt;BR /&gt;&lt;BR /&gt;PHCO_23651 &lt;BR /&gt;PHCO_27370 &lt;BR /&gt;PHKL_18543 &lt;BR /&gt;PHKL_20016 &lt;BR /&gt;PHKL_23409 &lt;BR /&gt;PHKL_29434 &lt;BR /&gt;PHNE_14820 &lt;BR /&gt;PHNE_26096 &lt;BR /&gt;PHNE_27821 &lt;BR /&gt;PHNE_27902 &lt;BR /&gt;PHNE_28143 &lt;BR /&gt;PHKL_28150 &lt;BR /&gt;PHCO_21187 &lt;BR /&gt;PHCO_23791 &lt;BR /&gt;PHCO_24542 &lt;BR /&gt;PHKL_22840&lt;BR /&gt;PHKL_27980 &lt;BR /&gt;PHKL_28766 &lt;BR /&gt;PHNE_26771&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Nov 2003 13:06:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108733#M571490</guid>
      <dc:creator>Troy E. Miles</dc:creator>
      <dc:date>2003-11-03T13:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108734#M571491</link>
      <description>Does &lt;BR /&gt;&lt;BR /&gt;netstat -an |grep 23&lt;BR /&gt;&lt;BR /&gt;show it listening on TCP port 23?  (Telnet)&lt;BR /&gt;&lt;BR /&gt;netstat -an |grep 21&lt;BR /&gt;&lt;BR /&gt;show it listening on TCP port 21?  (FTP)&lt;BR /&gt;&lt;BR /&gt;does &lt;BR /&gt;&lt;BR /&gt;nslookup nameofaclient&lt;BR /&gt;&lt;BR /&gt;come back with an IP address?  Is it correct?&lt;BR /&gt;&lt;BR /&gt;Does&lt;BR /&gt;&lt;BR /&gt;nslookup nameofserver&lt;BR /&gt;&lt;BR /&gt;work?&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Mon, 03 Nov 2003 14:41:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108734#M571491</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-11-03T14:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108735#M571492</link>
      <description>Is the parameter for telnet and ftp in /etc/inetd.conf "wait" or "nowait"?&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Tue, 04 Nov 2003 12:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108735#M571492</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-11-04T12:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108736#M571493</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Telnet and ftp does a reverse lookup. The delay seems to be bacause of some trouble that you may be having on the system while it is trying to do a reverse lookup.&lt;BR /&gt;&lt;BR /&gt;do nslookup when you are having the problem.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Nov 2003 13:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108736#M571493</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2003-11-04T13:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108737#M571494</link>
      <description>Troy,&lt;BR /&gt;  Does this get solved?  I am eager to know the solution.&lt;BR /&gt;  Can you please post a summary.&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy</description>
      <pubDate>Tue, 04 Nov 2003 14:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108737#M571494</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-11-04T14:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108738#M571495</link>
      <description>Bumping to the top of the list.  This one was fairly unique; I'm sure I'm not the only person curious if this is still a problem or if it has been fixed.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Mon, 10 Nov 2003 09:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108738#M571495</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-11-10T09:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108739#M571496</link>
      <description>apologies for not keeping up to date.&lt;BR /&gt;&lt;BR /&gt;I'm still trying to correct problem.  Haven't been able to reboot server.  I've tried all the suggestions except for Reverse DNS solution.  Unfortunately, none of the others worked.  I'll be rebooting server tomorrow AM and will test Reverse DNS.&lt;BR /&gt;&lt;BR /&gt;thanks for all the assitance,&lt;BR /&gt;&lt;BR /&gt;Troy</description>
      <pubDate>Mon, 10 Nov 2003 09:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108739#M571496</guid>
      <dc:creator>Troy E. Miles</dc:creator>
      <dc:date>2003-11-10T09:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108740#M571497</link>
      <description>No apology necessary, particularly if you are still dealing with the problem!  Thanks for the update though. This is a real head-scratcher.  You'd think if this was a reverse look-up problem that it would be binary; i.e., it would always work, or it would always not.  But then DNS is a strange animal.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Mon, 10 Nov 2003 09:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108740#M571497</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-11-10T09:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108741#M571498</link>
      <description>You can solve reverse DNS without a reboot. Simply change nsswitch.conf to have this line:&lt;BR /&gt; &lt;BR /&gt;hosts: files [NOTFOUND=continue UNAVAIL=continue] dns&lt;BR /&gt; &lt;BR /&gt;then put the hostnames+IPaddrs of the problem systems into /etc/hosts. Now nslookup (and nsquery) will demonstrate forward and reverse lookups. You'll find nsquery more useful than nslookup for these types of problems as you can test the behavior of different nsswitch.conf options on the command line.</description>
      <pubDate>Mon, 10 Nov 2003 13:05:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108741#M571498</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-11-10T13:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108742#M571499</link>
      <description>run # inetd -l  . and enable the connection logging. By default it is disabled&lt;BR /&gt;&lt;BR /&gt;try telnet by mentioning ip addresses rather using hostname. If it works it might be name resolution issue.</description>
      <pubDate>Mon, 10 Nov 2003 13:07:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108742#M571499</guid>
      <dc:creator>PVR</dc:creator>
      <dc:date>2003-11-10T13:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108743#M571500</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;I only experience problems for an hour after a reboot.  Initially, I can't telnet or ftp to the localhost from the console or from exterior hosts.  I can telnet/ftp from the console to other hosts in our network with no problems.  I did check DNS and I can resolve hostname via IP and name.</description>
      <pubDate>Mon, 10 Nov 2003 14:24:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-telnet-problem/m-p/3108743#M571500</guid>
      <dc:creator>Troy E. Miles</dc:creator>
      <dc:date>2003-11-10T14:24:19Z</dc:date>
    </item>
  </channel>
</rss>

