<?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 connection refuse when telnet in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-refuse-when-telnet/m-p/2424980#M918</link>
    <description>when I open a window command prompt and telnet to my hpux sever, I got connection refuse. I have perform followings checks;&lt;BR /&gt;1)at console, I verify that the telnetd is running&lt;BR /&gt;2)issue netstat -a | grep telnet&lt;BR /&gt;I can see there are number of user connections are ESTABLISHED and the telnet is LINSTEN&lt;BR /&gt;3)I try to telnet to itself at console, but face the same problem&lt;BR /&gt;At that time, the cpu are very busy, is only about 10% idle. I suppose telnet does not need much resource. I am more incline to think that problem is on the tcp/ip settings. like max number of socket has reach limit. Any body can help ?</description>
    <pubDate>Tue, 06 Jun 2000 05:21:08 GMT</pubDate>
    <dc:creator>keh</dc:creator>
    <dc:date>2000-06-06T05:21:08Z</dc:date>
    <item>
      <title>connection refuse when telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-refuse-when-telnet/m-p/2424980#M918</link>
      <description>when I open a window command prompt and telnet to my hpux sever, I got connection refuse. I have perform followings checks;&lt;BR /&gt;1)at console, I verify that the telnetd is running&lt;BR /&gt;2)issue netstat -a | grep telnet&lt;BR /&gt;I can see there are number of user connections are ESTABLISHED and the telnet is LINSTEN&lt;BR /&gt;3)I try to telnet to itself at console, but face the same problem&lt;BR /&gt;At that time, the cpu are very busy, is only about 10% idle. I suppose telnet does not need much resource. I am more incline to think that problem is on the tcp/ip settings. like max number of socket has reach limit. Any body can help ?</description>
      <pubDate>Tue, 06 Jun 2000 05:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-refuse-when-telnet/m-p/2424980#M918</guid>
      <dc:creator>keh</dc:creator>
      <dc:date>2000-06-06T05:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: connection refuse when telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-refuse-when-telnet/m-p/2424981#M919</link>
      <description>Check /etc/inetd.conf for something like&lt;BR /&gt;&lt;BR /&gt;telnet   stream tcp nowait root /usr/lbin/telnetd telnetd&lt;BR /&gt;&lt;BR /&gt;All on one line and issue the following command&lt;BR /&gt;&lt;BR /&gt;inetd -c&lt;BR /&gt;&lt;BR /&gt;Also check /var/adm/inetd.sec&lt;BR /&gt;for any funny looking restrictions to do with telnet.</description>
      <pubDate>Tue, 06 Jun 2000 06:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-refuse-when-telnet/m-p/2424981#M919</guid>
      <dc:creator>Anthony Goonetilleke</dc:creator>
      <dc:date>2000-06-06T06:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: connection refuse when telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-refuse-when-telnet/m-p/2424982#M920</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The telnetd process is spawned by your inetd when a new telnet connection request is accepted. telnetd is not meant to run by itself.&lt;BR /&gt;&lt;BR /&gt;Check your /etc/inetd.conf and ensure that the line beginning with telnet is not commented out. If the line has been commented out, uncomment it and restart inetd by running inetd -c. Check that your inetd process is running. If it still does not work, check your /var/adm/inetd.sec for any IP restrictions for the telnet clients.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim.</description>
      <pubDate>Tue, 06 Jun 2000 06:03:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-refuse-when-telnet/m-p/2424982#M920</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2000-06-06T06:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: connection refuse when telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-refuse-when-telnet/m-p/2424983#M921</link>
      <description>How many user license do you have.</description>
      <pubDate>Tue, 06 Jun 2000 19:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-refuse-when-telnet/m-p/2424983#M921</guid>
      <dc:creator>Jag_2</dc:creator>
      <dc:date>2000-06-06T19:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: connection refuse when telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connection-refuse-when-telnet/m-p/2424984#M922</link>
      <description>You may also want to adjust your nstrpty/npty and nstrtel in your kernel. Databases take up twice as many as telnet sessions do, so you may be deficit. &lt;BR /&gt;type &lt;BR /&gt;#kmtune (or #sysdef at 10.20)&lt;BR /&gt;and see how many are in your kernel now. &lt;BR /&gt;Then type &lt;BR /&gt;/dev/ll pt* | wc -l &lt;BR /&gt;and see how many device files you have. They should be close. &lt;BR /&gt;If not, increase them (and your nstrpty and npty should be the same) in the kernel and/or /dev and reboot. &lt;BR /&gt;to increase in kernel, the easiest way is to use SAM. To increase in /dev, type &lt;BR /&gt;#insf -n &lt;VALUE&gt; -C pseudo &amp;gt;&amp;gt; where &lt;VALUE&gt; is the number you want to increase it to. This will not cause a reboot, increasing them in your kernel will. &lt;BR /&gt;&lt;BR /&gt;For more information, see &lt;BR /&gt;&amp;lt;&amp;gt; &lt;BR /&gt;&lt;BR /&gt;Berlene &lt;BR /&gt;&lt;BR /&gt;&lt;/VALUE&gt;&lt;/VALUE&gt;</description>
      <pubDate>Tue, 06 Jun 2000 19:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connection-refuse-when-telnet/m-p/2424984#M922</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2000-06-06T19:57:52Z</dc:date>
    </item>
  </channel>
</rss>

