<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427884#M205231</link>
    <description>Vaman,&lt;BR /&gt;I think shridhar has got your problem.&lt;BR /&gt;You must be using a digi box (terminal server) which has ethernet port connected to network and 8/16 serial port which connects to console ports of different servers. Now that first is 2001, 2nd is 2002 and so on (depends on what DG box u r using).&lt;BR /&gt;&lt;BR /&gt;Now when you telnet, you must be doing an telnet to digi box and not the remote server directly. So if your remote servers console port is connected to port 1 ( 2001 ) then to get console you do:&lt;BR /&gt;&lt;BR /&gt;# telnet &lt;DIGIBOXNAME or="" its="" ip=""&gt; 2001&lt;BR /&gt;&lt;BR /&gt;If this is the case then the problem could be:&lt;BR /&gt;&lt;BR /&gt;1. Port gone bad&lt;BR /&gt;2. Somebody pulled out the cable&lt;BR /&gt;3. Remote server now connected to different port&lt;BR /&gt;4. Somebody else logged in to that port&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;/DIGIBOXNAME&gt;</description>
    <pubDate>Tue, 23 Nov 2004 07:16:09 GMT</pubDate>
    <dc:creator>Bharat Katkar</dc:creator>
    <dc:date>2004-11-23T07:16:09Z</dc:date>
    <item>
      <title>Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427873#M205220</link>
      <description>earlier On a remote system (hpux 10.20)I was getting console by &lt;BR /&gt;telnet host_name 2001&lt;BR /&gt;I think 2001 was the port used for telnet, now I am not connecting connection, i am getting connection refused. what could be the reson?</description>
      <pubDate>Mon, 22 Nov 2004 14:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427873#M205220</guid>
      <dc:creator>vaman</dc:creator>
      <dc:date>2004-11-22T14:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427874#M205221</link>
      <description>By default telnet uses port 21. If you were using telnet "host" 2001, may be the host was set to run telnet on port 2001.&lt;BR /&gt;&lt;BR /&gt;Not all hosts run telnet on port 2001.&lt;BR /&gt;do telnet host&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 22 Nov 2004 14:29:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427874#M205221</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-11-22T14:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427875#M205222</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The default port used by telnet is 23,&lt;BR /&gt;&lt;BR /&gt;grep telnet /etc/services&lt;BR /&gt;&lt;BR /&gt;Maybe the server on which you were trying to telnet using port 2001 was configured that way.&lt;BR /&gt;&lt;BR /&gt;Normally you don't have to define the port, simply telnet host_name&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Nov 2004 14:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427875#M205222</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-11-22T14:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427876#M205223</link>
      <description>host telnet gives same error&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused.&lt;BR /&gt;Actually the remote host I am trying with &lt;BR /&gt;telnet 2001&lt;BR /&gt;was working &amp;amp; i believe configured to work on port 2001, &lt;BR /&gt;As it was working earlier, stopped now can u see any resons&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Nov 2004 14:35:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427876#M205223</guid>
      <dc:creator>vaman</dc:creator>
      <dc:date>2004-11-22T14:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427877#M205224</link>
      <description>telnet uses port 23 by default&lt;BR /&gt;&lt;BR /&gt;You are trying to conect to port 2001 (yes you are correct).&lt;BR /&gt;&lt;BR /&gt;The reason may be among the following:&lt;BR /&gt;&lt;BR /&gt;1) No service is set up on 2001 in /etc/services&lt;BR /&gt;&lt;BR /&gt;2) The daemon set up to server port 2001 may be down. /etc/services will give you an idea where to work.&lt;BR /&gt;&lt;BR /&gt;3) A firewall or other network configuration may be blocking that port.&lt;BR /&gt;&lt;BR /&gt;You may find more information in /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 22 Nov 2004 14:37:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427877#M205224</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-22T14:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427878#M205225</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;There could be any number of reasons why your telnet is not working.&lt;BR /&gt;&lt;BR /&gt;Maybe telnet has been disabled. It is blocked by Firewall. Only certain ip subnets / hosts are allowed to do telnet. &lt;BR /&gt;&lt;BR /&gt;Can you ping the server. Can you get console access. If you are not the primary admin for the server / speak to the primary admin.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Nov 2004 14:38:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427878#M205225</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-11-22T14:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427879#M205226</link>
      <description>HI Vaman,&lt;BR /&gt;&lt;BR /&gt;Look for a line containing 2001/tcp in /etc/services. The name can be anything:&lt;BR /&gt;&lt;BR /&gt;anyname     2001/tcp                 &lt;BR /&gt;&lt;BR /&gt;In addition to that entry there needs to be a corresponding entry in /etc/inetd.conf:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;anyname      stream tcp nowait root /usr/lbin/telnetd  telnetd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Nov 2004 14:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427879#M205226</guid>
      <dc:creator>Richard Darling</dc:creator>
      <dc:date>2004-11-22T14:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427880#M205227</link>
      <description>Is the remote system an HP-UX box? Or is it a mainframe or maybe a PC? There's really only a couple reasons for a connection refused message: someone changed your networking and is preventing your telnet request from getting through, or the remote system is no longer running a telnet service. Can any other machine connect to this remote system?</description>
      <pubDate>Mon, 22 Nov 2004 15:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427880#M205227</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-11-22T15:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427881#M205228</link>
      <description>Hi Vaman,&lt;BR /&gt;&lt;BR /&gt;Most likely you are using a 'terminal server'. I have seen some of the terminal servers allow only one connection to each port. So, if you have already connected to that port in some other session, make sure you disconnect from it. This is one of the issues of using terminal servers. We have made it a practice here to let SAs logon to a single system and then telnet to the terminal server from there. That way, one can keep track of the connections.&lt;BR /&gt;&lt;BR /&gt;Or check with the network group that is maintaining the terminal servers to force disconnect the port 2001.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 22 Nov 2004 19:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427881#M205228</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-22T19:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427882#M205229</link>
      <description>what if the telnet service was simply disabled from /etc/inetd.conf...</description>
      <pubDate>Tue, 23 Nov 2004 01:16:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427882#M205229</guid>
      <dc:creator>RATEFIARIVONY</dc:creator>
      <dc:date>2004-11-23T01:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427883#M205230</link>
      <description>Hi Vaman,&lt;BR /&gt;There can be one simple reason, One can disable telnet sessions from any IP using /var/adm/inet.sec file.&lt;BR /&gt;&lt;BR /&gt;In your case what is the entries in /var/adm/inet.sec  ??&lt;BR /&gt;&lt;BR /&gt;Raneesh</description>
      <pubDate>Tue, 23 Nov 2004 05:45:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427883#M205230</guid>
      <dc:creator>Popy</dc:creator>
      <dc:date>2004-11-23T05:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427884#M205231</link>
      <description>Vaman,&lt;BR /&gt;I think shridhar has got your problem.&lt;BR /&gt;You must be using a digi box (terminal server) which has ethernet port connected to network and 8/16 serial port which connects to console ports of different servers. Now that first is 2001, 2nd is 2002 and so on (depends on what DG box u r using).&lt;BR /&gt;&lt;BR /&gt;Now when you telnet, you must be doing an telnet to digi box and not the remote server directly. So if your remote servers console port is connected to port 1 ( 2001 ) then to get console you do:&lt;BR /&gt;&lt;BR /&gt;# telnet &lt;DIGIBOXNAME or="" its="" ip=""&gt; 2001&lt;BR /&gt;&lt;BR /&gt;If this is the case then the problem could be:&lt;BR /&gt;&lt;BR /&gt;1. Port gone bad&lt;BR /&gt;2. Somebody pulled out the cable&lt;BR /&gt;3. Remote server now connected to different port&lt;BR /&gt;4. Somebody else logged in to that port&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;/DIGIBOXNAME&gt;</description>
      <pubDate>Tue, 23 Nov 2004 07:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3427884#M205231</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-11-23T07:16:09Z</dc:date>
    </item>
  </channel>
</rss>

