<?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 question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696320#M56822</link>
    <description>hi ,&lt;BR /&gt;login to SCO server from console and give this command.&lt;BR /&gt;#telnetd&lt;BR /&gt;try telnet again.&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
    <pubDate>Thu, 04 Apr 2002 08:35:35 GMT</pubDate>
    <dc:creator>U.SivaKumar_2</dc:creator>
    <dc:date>2002-04-04T08:35:35Z</dc:date>
    <item>
      <title>telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696313#M56815</link>
      <description>Hello, I'm trying to telnet to a SCO server and giving me connection refused message. The server is up and running and we are able to ping to it. I do have the the routes added as well. I'm not understanding why I'm not able to telnet to this box. Any help will be greatly appreciated.</description>
      <pubDate>Wed, 03 Apr 2002 17:49:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696313#M56815</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2002-04-03T17:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696314#M56816</link>
      <description>&lt;BR /&gt;Not having a SCO server in five years, I can't exactly tell you how, but what you need to do is set up telnetd on your SCO box to allow you in. Hopefully you have another way to get access to this box. &lt;BR /&gt;&lt;BR /&gt;On your SCO box, in root, put a "+ +" in .rhosts file, then try rlogin, just to test the routing. Then of course remove the entry, lest you want everyone on your network to be able to login as root.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 03 Apr 2002 17:55:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696314#M56816</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-04-03T17:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696315#M56817</link>
      <description>Sanman,&lt;BR /&gt;&lt;BR /&gt;If you are able to ping to the server and if you are still getting refused messages, I could think of any of the following reasons.&lt;BR /&gt;&lt;BR /&gt;1. inetd is not running on the server&lt;BR /&gt;2. There might be tcp_wrappers/inetd.sec configured on the server that is blocking your IP/network to connect to.&lt;BR /&gt;3. May be firewalls in between that are filtering the TCP traffic.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 03 Apr 2002 17:56:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696315#M56817</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-04-03T17:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696316#M56818</link>
      <description>You should go to your SCO server and ensure that telnetd is running.  A lot of SCO installations prior to 5.0 did not have the TCP/IP stack included, so there is a good chance that there is no networking there at all.  This was common when dumb terminals were used instead of networked PC's. &lt;BR /&gt;&lt;BR /&gt;See if you can telnet from the SCO box to your HPUX box.  &lt;BR /&gt;&lt;BR /&gt;Most importantly, drop the SCO and install LINUX!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Apr 2002 20:52:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696316#M56818</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2002-04-03T20:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696317#M56819</link>
      <description>Go to console, verify telnetd is running, if not start telnetd (not sure about syntax of this in SCO)</description>
      <pubDate>Wed, 03 Apr 2002 20:54:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696317#M56819</guid>
      <dc:creator>Charles McCary</dc:creator>
      <dc:date>2002-04-03T20:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696318#M56820</link>
      <description>Hi Sanman,&lt;BR /&gt;&lt;BR /&gt;You need to login to the SCO server &amp;amp; ps -ef | grep telnet to detrmine whether the telnetd daemon is running.&lt;BR /&gt;This is one of those times where I wish HP-UX could ping a port as AIX can do .&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 03 Apr 2002 21:04:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696318#M56820</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-03T21:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696319#M56821</link>
      <description>Login to the SCO server at the console and telnet to the same machine. If it works, it means there's a routing / TCP-IP / firewall problem.&lt;BR /&gt;If not, telnetd is probably down. &lt;BR /&gt;&lt;BR /&gt;Do all users have a problem telnetting to the SCO box or is it only a few of them?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Apr 2002 02:23:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696319#M56821</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-04-04T02:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696320#M56822</link>
      <description>hi ,&lt;BR /&gt;login to SCO server from console and give this command.&lt;BR /&gt;#telnetd&lt;BR /&gt;try telnet again.&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Thu, 04 Apr 2002 08:35:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696320#M56822</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-04-04T08:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696321#M56823</link>
      <description>We are using the SCO just to run the enguard application and noone but myself really needs to get to it. Teh only thing I can do for now is to run the telnetd daemon in debug mode. It seems the telnet daemon refuses to run. When I do a ps -ef on telnetd, it doesn't seem tot be running either. I'm a HP-UX fan myself but since operatons staff uses enguard to monitor some systems, we have to have SCO running. I can do things when I'm directly logged in through he console but but need to be able to telnet to if needed. Thanks for all your help.</description>
      <pubDate>Thu, 04 Apr 2002 13:42:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696321#M56823</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2002-04-04T13:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696322#M56824</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt; What does the syslog messages in SCO box show ??  Corresponding to every telnet attempt , there should be a message logged in the syslog  giving the probably reason for failure.  &lt;BR /&gt;&lt;BR /&gt;  telnetd is called by inetd; So, i am not sure whether you can run it standalone. The problem may not be with telnet, but somewhere else.  Is ftp working? Is rlogin working? Can you telnet from another system to the SCO?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj</description>
      <pubDate>Thu, 04 Apr 2002 15:32:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2696322#M56824</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2002-04-04T15:32:30Z</dc:date>
    </item>
  </channel>
</rss>

