<?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/2813390#M84871</link>
    <description>On the server you are trying to connect to, make sure that there is an entry in /etc/inetd.conf and also in /etc/services for telnet.&lt;BR /&gt;&lt;BR /&gt;inetd.conf:&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;services:&lt;BR /&gt;telnet        23/tcp                 # Virtual Terminal Protocol&lt;BR /&gt;&lt;BR /&gt;Then verify that inetd is running.&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep inet&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 25 Sep 2002 17:23:34 GMT</pubDate>
    <dc:creator>Sean OB_1</dc:creator>
    <dc:date>2002-09-25T17:23:34Z</dc:date>
    <item>
      <title>Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2813389#M84870</link>
      <description>I'm receiveing the following error message when I try to telnet to another server. &lt;BR /&gt;&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt;I recycled inetd and it is still not working.  Any suggestions.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Sep 2002 17:15:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2813389#M84870</guid>
      <dc:creator>Angela Shepherd</dc:creator>
      <dc:date>2002-09-25T17:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2813390#M84871</link>
      <description>On the server you are trying to connect to, make sure that there is an entry in /etc/inetd.conf and also in /etc/services for telnet.&lt;BR /&gt;&lt;BR /&gt;inetd.conf:&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;services:&lt;BR /&gt;telnet        23/tcp                 # Virtual Terminal Protocol&lt;BR /&gt;&lt;BR /&gt;Then verify that inetd is running.&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep inet&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Sep 2002 17:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2813390#M84871</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2002-09-25T17:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2813391#M84872</link>
      <description>Also check /var/adm/inetd.sec and make sure that you don't have any restrictions for telnet coming into that machine.</description>
      <pubDate>Wed, 25 Sep 2002 17:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2813391#M84872</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-09-25T17:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2813392#M84873</link>
      <description>Along with the above suggestion, make sure you have the  file /usr/lbin/telnetd existing with the permissions r-xr--r-- owned by bin:bin.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 25 Sep 2002 17:27:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2813392#M84873</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-09-25T17:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2813393#M84874</link>
      <description>The error message is what you would get if telnet is not allowed by inetd.conf on the remote system.  I'd expect "Connection closed by foreign host." if you were being denied by inetd.sec.&lt;BR /&gt;&lt;BR /&gt;Can you rlogin into the remote server?  ssh?  If yes, do so and then telnet from the remote server to itself.  See if you get the same message.&lt;BR /&gt;&lt;BR /&gt;You can use "inetd -c" to cause inetd to re-initialize itself.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Wed, 25 Sep 2002 17:32:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2813393#M84874</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-09-25T17:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2813394#M84875</link>
      <description>Thank you very much.  Please close this issue.</description>
      <pubDate>Wed, 25 Sep 2002 19:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/2813394#M84875</guid>
      <dc:creator>Angela Shepherd</dc:creator>
      <dc:date>2002-09-25T19:32:02Z</dc:date>
    </item>
  </channel>
</rss>

