<?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 is not working in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224426#M532292</link>
    <description>following is the output and its LISTEN&lt;BR /&gt;amdb01#netstat -an |grep LISTEN |grep 23&lt;BR /&gt;tcp        0      0  *.2301                 *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.23                   *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.62308                *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.49239                *.*                     LISTEN&lt;BR /&gt;&lt;BR /&gt;and /etc/inetd.conf also contain a entry as &lt;BR /&gt;telnet stream tcp nowait root /usr/lbin/telnetd telnetd&lt;BR /&gt;&lt;BR /&gt;then i have also ran /usr/sbin/inetd -c&lt;BR /&gt;stll i am not able to do telnet.</description>
    <pubDate>Wed, 10 Feb 2010 13:31:44 GMT</pubDate>
    <dc:creator>bharat satsangi</dc:creator>
    <dc:date>2010-02-10T13:31:44Z</dc:date>
    <item>
      <title>telnet is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224421#M532287</link>
      <description>Hi,&lt;BR /&gt;i am running HP-UX amdb01 B.11.23 U ia64 2321177401 unlimited-user license.&lt;BR /&gt;i am not able to telnet on it however i am able to ssh on it.&lt;BR /&gt;i have checked /etc/inetd.conf the entry is there and uncommented, i have also checked /etc/services its also fine.&lt;BR /&gt;when i am checking for ps -ef | grep telnetd there is no process.&lt;BR /&gt;please help me to get it done.&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 10 Feb 2010 12:49:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224421#M532287</guid>
      <dc:creator>bharat satsangi</dc:creator>
      <dc:date>2010-02-10T12:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: telnet is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224422#M532288</link>
      <description>&lt;BR /&gt;To start telnetd from the Internet daemon, the configuration file&lt;BR /&gt;/etc/inetd.conf must contain an entry as follows:&lt;BR /&gt;&lt;BR /&gt;     telnet stream tcp nowait root /usr/lbin/telnetd telnetd&lt;BR /&gt;&lt;BR /&gt;than run /usr/sbin/inetd -c &lt;BR /&gt;&lt;BR /&gt;if still not working please send me the following output&lt;BR /&gt;&lt;BR /&gt;/var/adm/syslog/syslog.log</description>
      <pubDate>Wed, 10 Feb 2010 13:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224422#M532288</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-02-10T13:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: telnet is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224423#M532289</link>
      <description>also check if port 23 is listening or not&lt;BR /&gt;&lt;BR /&gt;#netstat -an |grep LISTEN |grep 23&lt;BR /&gt;tcp 0 0 *.23 *.* LISTEN</description>
      <pubDate>Wed, 10 Feb 2010 13:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224423#M532289</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-02-10T13:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: telnet is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224424#M532290</link>
      <description>following is the output of /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Feb 10 18:46:57 amdb01 inetd[1250]: Rereading configuration&lt;BR /&gt;Feb 10 18:46:57 amdb01 inetd[1250]: Configuration complete&lt;BR /&gt;Feb 10 18:42:09 amdb01 cimserver[2016]: PGS17200: Authentication failed for user root.&lt;BR /&gt;Feb 10 18:47:05 amdb01  above message repeats 3 times&lt;BR /&gt;Feb 10 18:47:07 amdb01 cimserver[2016]: PGS17200: Authentication failed for user root.&lt;BR /&gt;Feb 10 18:48:36 amdb01 telnetd[25060]: tcgetattr(TCGETA): Not a typewriter&lt;BR /&gt;Feb 10 18:48:36 amdb01 telnetd[25060]: ioctl(TCSANOW): I/O error&lt;BR /&gt;Feb 10 18:48:36 amdb01 vmunix: tunwrput(0): M_DATA for unconnected stream&lt;BR /&gt;Feb 10 18:47:09 amdb01 cimserver[2016]: PGS17200: Authentication failed for user root.&lt;BR /&gt;Feb 10 18:48:46 amdb01 telnetd[25118]: tcgetattr(TCGETA): Not a typewriter&lt;BR /&gt;Feb 10 18:48:46 amdb01 telnetd[25118]: ioctl(TCSANOW): I/O error&lt;BR /&gt;Feb 10 18:49:13 amdb01 telnetd[25340]: tcgetattr(TCGETA): Not a typewriter&lt;BR /&gt;Feb 10 18:49:13 amdb01 telnetd[25340]: ioctl(TCSANOW): I/O error&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Feb 2010 13:22:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224424#M532290</guid>
      <dc:creator>bharat satsangi</dc:creator>
      <dc:date>2010-02-10T13:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: telnet is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224425#M532291</link>
      <description>&amp;gt;when i am checking for ps -ef | grep telnetd there is no process.&lt;BR /&gt;&lt;BR /&gt;If you said that you have choosed to run telnetd from inetd, there should be no telnetd process except for the period you actually have one telnet client connected. If you would set up telnetd as stand alone, you would always see that daemon running.&lt;BR /&gt;&lt;BR /&gt;If you say that you did what it takes (regarding telnetd) in /etc/inetd.conf, then maybe you forgot to run a &lt;BR /&gt;&lt;BR /&gt;/usr/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;in order to let inetd re-scan the configuration file and re-configure itself.&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Wed, 10 Feb 2010 13:24:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224425#M532291</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-02-10T13:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: telnet is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224426#M532292</link>
      <description>following is the output and its LISTEN&lt;BR /&gt;amdb01#netstat -an |grep LISTEN |grep 23&lt;BR /&gt;tcp        0      0  *.2301                 *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.23                   *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.62308                *.*                     LISTEN&lt;BR /&gt;tcp        0      0  *.49239                *.*                     LISTEN&lt;BR /&gt;&lt;BR /&gt;and /etc/inetd.conf also contain a entry as &lt;BR /&gt;telnet stream tcp nowait root /usr/lbin/telnetd telnetd&lt;BR /&gt;&lt;BR /&gt;then i have also ran /usr/sbin/inetd -c&lt;BR /&gt;stll i am not able to do telnet.</description>
      <pubDate>Wed, 10 Feb 2010 13:31:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224426#M532292</guid>
      <dc:creator>bharat satsangi</dc:creator>
      <dc:date>2010-02-10T13:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: telnet is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224427#M532293</link>
      <description>Hello Bharat,&lt;BR /&gt;&lt;BR /&gt;Please check following:&lt;BR /&gt;# telnet 0&lt;BR /&gt;# lsdev | grep -i tel&lt;BR /&gt;# ll /dev/telnetm&lt;BR /&gt;# lssf /dev/telnetm&lt;BR /&gt;Telnet patch level.&lt;BR /&gt;&lt;BR /&gt;You can compare above outputs with any working server.&lt;BR /&gt;&lt;BR /&gt;Regds</description>
      <pubDate>Wed, 10 Feb 2010 13:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224427#M532293</guid>
      <dc:creator>R.K. #</dc:creator>
      <dc:date>2010-02-10T13:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: telnet is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224428#M532294</link>
      <description>Hi,&lt;BR /&gt;following is the output of all the commands&lt;BR /&gt;amdb01#telnet 0&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to 0.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;Local flow control on&lt;BR /&gt;Telnet TERMINAL-SPEED option ON&lt;BR /&gt;&lt;BR /&gt;HP-UX amdb01 B.11.23 U ia64 (ta)&lt;BR /&gt;&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;amdb01#lsdev | grep -i tel&lt;BR /&gt;       95          -1         tels            strtels&lt;BR /&gt;       96          -1         telm            strtelm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;amdb01#ll /dev/telnetm&lt;BR /&gt;crw-rw-rw-   1 root       sys         72 0x000060 Feb 10 19:21 /dev/telnetm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;amdb01#lssf /dev/telnetm&lt;BR /&gt;streams cloneable pseudo driver telm /dev/telnetm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;still iam not able to telnet on to the system&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Feb 2010 13:55:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224428#M532294</guid>
      <dc:creator>bharat satsangi</dc:creator>
      <dc:date>2010-02-10T13:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: telnet is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224429#M532295</link>
      <description>Hello Again,&lt;BR /&gt;&lt;BR /&gt;What do you get when you do:&lt;BR /&gt;# telnet &lt;IP of="" server=""&gt;&lt;BR /&gt;like Connected to..&lt;BR /&gt;&lt;BR /&gt;You can also try to enable inetd logging and then check syslog.log:&lt;BR /&gt;# inetd -l&lt;BR /&gt;# tail -f /var/adm/syslog/syslog.log&lt;BR /&gt;Now telnet the server and see what fresh is logged in syslog.log&lt;BR /&gt;&lt;BR /&gt;Regds..&lt;/IP&gt;</description>
      <pubDate>Wed, 10 Feb 2010 14:15:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224429#M532295</guid>
      <dc:creator>R.K. #</dc:creator>
      <dc:date>2010-02-10T14:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: telnet is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224430#M532296</link>
      <description>Do one thing...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cd /etc&lt;BR /&gt;mv securetty securetty.old&lt;BR /&gt;&lt;BR /&gt;and than try&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Wed, 10 Feb 2010 14:29:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224430#M532296</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-02-10T14:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: telnet is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224431#M532297</link>
      <description>Hi Again,&lt;BR /&gt;&lt;BR /&gt;Also try installing special files:&lt;BR /&gt;&lt;BR /&gt;# insf -v -d tels&lt;BR /&gt;or &lt;BR /&gt;# insf -eC pseudo&lt;BR /&gt;&lt;BR /&gt;And yes...do check the presence of securetty file as pointed above.&lt;BR /&gt;&lt;BR /&gt;Regds..</description>
      <pubDate>Wed, 10 Feb 2010 14:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224431#M532297</guid>
      <dc:creator>R.K. #</dc:creator>
      <dc:date>2010-02-10T14:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: telnet is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224432#M532298</link>
      <description>Hi,&lt;BR /&gt;Thanks a lot my problem is solved.</description>
      <pubDate>Wed, 10 Feb 2010 15:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224432#M532298</guid>
      <dc:creator>bharat satsangi</dc:creator>
      <dc:date>2010-02-10T15:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: telnet is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224433#M532299</link>
      <description>.</description>
      <pubDate>Mon, 05 Apr 2010 09:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-is-not-working/m-p/5224433#M532299</guid>
      <dc:creator>bharat satsangi</dc:creator>
      <dc:date>2010-04-05T09:34:33Z</dc:date>
    </item>
  </channel>
</rss>

