<?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/4952359#M549861</link>
    <description>thank you for help,</description>
    <pubDate>Fri, 27 Jan 2006 16:47:51 GMT</pubDate>
    <dc:creator>Isaac_4</dc:creator>
    <dc:date>2006-01-27T16:47:51Z</dc:date>
    <item>
      <title>Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/4952353#M549855</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have a problem with my hpux box, after reinstalation the server only can acess using ssh conection but i need use the Telnet conection, somebody know how can active the telnet service. I can made telnet to the other server but no body can made telnet for my hpux 11.11 box.&lt;BR /&gt;Thank you</description>
      <pubDate>Sat, 14 Jan 2006 01:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/4952353#M549855</guid>
      <dc:creator>Isaac_4</dc:creator>
      <dc:date>2006-01-14T01:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/4952354#M549856</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;By default the telnet service should be enabled after installation. What is the error message you are getting?&lt;BR /&gt;&lt;BR /&gt;Is it connection refused?&lt;BR /&gt;Or&lt;BR /&gt;Stopping at flow controll off.&lt;BR /&gt;&lt;BR /&gt;You can check it the telnet line is commented in /etc/inetd.conf. If it is commented then remove the comment and restart the inet daemon using&lt;BR /&gt;&lt;BR /&gt;#inetd -c&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Sat, 14 Jan 2006 02:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/4952354#M549856</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-01-14T02:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/4952355#M549857</link>
      <description>The name of the deamon is telnetd&lt;BR /&gt;&lt;BR /&gt;Do&lt;BR /&gt;ps -ef | grep telnetd&lt;BR /&gt;&lt;BR /&gt;This will help us know whether the deamon is running or not.</description>
      <pubDate>Sat, 14 Jan 2006 03:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/4952355#M549857</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2006-01-14T03:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/4952356#M549858</link>
      <description>Chek for the below line in /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd&lt;BR /&gt;&lt;BR /&gt;Alo in /etc/services for the below line.&lt;BR /&gt;&lt;BR /&gt;telnet        23/tcp                 # Virtual Terminal Protocol&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If these lines are commented , then uncomment it do an #inetd -c .&lt;BR /&gt;&lt;BR /&gt;thx,&lt;BR /&gt;bl.</description>
      <pubDate>Tue, 17 Jan 2006 11:43:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/4952356#M549858</guid>
      <dc:creator>baiju_3</dc:creator>
      <dc:date>2006-01-17T11:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/4952357#M549859</link>
      <description>Hi;&lt;BR /&gt;&lt;BR /&gt;By default hp unix support telnet until an unless it is not blocked in ur internel firewall. Please check the following files&lt;BR /&gt;&lt;BR /&gt;#cat /etc/services&lt;BR /&gt;&lt;BR /&gt;if telnet is commented, uncomment it (remove # from telnet)&lt;BR /&gt;#cat /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;uncomment telnet if commented&lt;BR /&gt;#inetd -a&lt;BR /&gt;#cat /var/adm/inetd.sec&lt;BR /&gt;&lt;BR /&gt;Hope this will help u to resolve ur issue..&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;indrajit</description>
      <pubDate>Fri, 27 Jan 2006 09:40:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/4952357#M549859</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2006-01-27T09:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/4952358#M549860</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. #cat /etc/inetd.conf&lt;BR /&gt;telnet       stream tcp6 nowait root /usr/lbin/telnetd  telnetd&lt;BR /&gt;&lt;BR /&gt;The line above should not have been commented&lt;BR /&gt;If it is then uncomment it.&lt;BR /&gt;&lt;BR /&gt;2. #cat /var/adm/inetd.sec&lt;BR /&gt;&lt;BR /&gt;Check whether you have blocked telnet service here.&lt;BR /&gt;&lt;BR /&gt;3. And now do &lt;BR /&gt;# /sbin/init.d/inted stop&lt;BR /&gt;# /sbin/init.d/inetd start&lt;BR /&gt;&lt;BR /&gt;This Should help.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jan 2006 09:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/4952358#M549860</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2006-01-27T09:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/4952359#M549861</link>
      <description>thank you for help,</description>
      <pubDate>Fri, 27 Jan 2006 16:47:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-problem/m-p/4952359#M549861</guid>
      <dc:creator>Isaac_4</dc:creator>
      <dc:date>2006-01-27T16:47:51Z</dc:date>
    </item>
  </channel>
</rss>

