<?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: how to enable telnet in linux enterprise in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451489#M37260</link>
    <description>yes it works,&lt;BR /&gt;what we need to verify to enable telnet now?</description>
    <pubDate>Thu, 02 Jul 2009 05:48:23 GMT</pubDate>
    <dc:creator>pratapvfr</dc:creator>
    <dc:date>2009-07-02T05:48:23Z</dc:date>
    <item>
      <title>how to enable telnet in linux enterprise</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451483#M37254</link>
      <description>&lt;BR /&gt;i am having below error, i had cheched in services telnet is checked and running fine, can not telnet to this linux box, ssh is working fine, what is missing?&lt;BR /&gt;&lt;BR /&gt;abcd:/root/home/testac&amp;gt; telnet pcras&lt;BR /&gt;Trying...&lt;BR /&gt;telnet: Unable to connect to remote host: No route to host&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jul 2009 04:20:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451483#M37254</guid>
      <dc:creator>pratapvfr</dc:creator>
      <dc:date>2009-07-02T04:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable telnet in linux enterprise</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451484#M37255</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# default: on&lt;BR /&gt;# description: The telnet server serves telnet sessions; it uses \&lt;BR /&gt;# unencrypted username/password pairs for authentication.&lt;BR /&gt;service telnet&lt;BR /&gt;{&lt;BR /&gt;flags = REUSE&lt;BR /&gt;socket_type = stream&lt;BR /&gt;wait = no&lt;BR /&gt;user = root&lt;BR /&gt;server = /usr/sbin/in.telnetd&lt;BR /&gt;log_on_failure += USERID&lt;BR /&gt;disable = yes&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can create this file and as prior poster says change "disable = no"&lt;BR /&gt;&lt;BR /&gt;Also run "iptables" and verify you aren't excluding everything. You might need to open up telnet's port there if you are.&lt;BR /&gt;&lt;BR /&gt;if you can't connect to the telnet server try to change firewall setting.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Thu, 02 Jul 2009 04:44:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451484#M37255</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-07-02T04:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable telnet in linux enterprise</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451485#M37256</link>
      <description>not clear what you want to tell here,&lt;BR /&gt;pls. let me know in simple way, thanks,</description>
      <pubDate>Thu, 02 Jul 2009 04:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451485#M37256</guid>
      <dc:creator>pratapvfr</dc:creator>
      <dc:date>2009-07-02T04:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable telnet in linux enterprise</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451486#M37257</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;sorry i forgot to send you wich file should be edited : /etc/xinit.d/telnet&lt;BR /&gt;&lt;BR /&gt;i think there is a firewall setting that don't permit you to connect telnet server on your remote host.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Thu, 02 Jul 2009 04:54:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451486#M37257</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-07-02T04:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable telnet in linux enterprise</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451487#M37258</link>
      <description>current setting is same what you mentioned but still can not do telnet, any other clue?</description>
      <pubDate>Thu, 02 Jul 2009 05:11:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451487#M37258</guid>
      <dc:creator>pratapvfr</dc:creator>
      <dc:date>2009-07-02T05:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable telnet in linux enterprise</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451488#M37259</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;ok connect to the remote server via SSH,&lt;BR /&gt;&lt;BR /&gt;and test telnet localhost,&lt;BR /&gt;&lt;BR /&gt;if its working them the problem is on the network layout or firewall setting.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Thu, 02 Jul 2009 05:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451488#M37259</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-07-02T05:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable telnet in linux enterprise</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451489#M37260</link>
      <description>yes it works,&lt;BR /&gt;what we need to verify to enable telnet now?</description>
      <pubDate>Thu, 02 Jul 2009 05:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451489#M37260</guid>
      <dc:creator>pratapvfr</dc:creator>
      <dc:date>2009-07-02T05:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable telnet in linux enterprise</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451490#M37261</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;use nmap if your remote server have opened port for telnet session, but i think this is a typical problem with the network or firewall.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Thu, 02 Jul 2009 18:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451490#M37261</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-07-02T18:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable telnet in linux enterprise</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451491#M37262</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;use iptables -L&lt;BR /&gt;&lt;BR /&gt;if the telnet connection on your server is disabled, or you could use &lt;BR /&gt;&lt;BR /&gt;on the remote server : &lt;BR /&gt;&lt;BR /&gt;telnet IP_of_your_server ( instead of localhost )&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Thu, 02 Jul 2009 18:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451491#M37262</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-07-02T18:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable telnet in linux enterprise</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451492#M37263</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;telnet server might not be installed.&lt;BR /&gt;&lt;BR /&gt;yum -y install telnet-server &lt;BR /&gt;#name varies by distribution.&lt;BR /&gt;&lt;BR /&gt;After editing the /etc/xinit.d/telnet file change disable=yes to disable=no&lt;BR /&gt;# so intuitive.&lt;BR /&gt;&lt;BR /&gt;/etc/init.d/xinetd restart&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep ::23 " &lt;BR /&gt;# confirms telnet is listening&lt;BR /&gt;&lt;BR /&gt;You do know of course that ssh does everything telnet does and is secure.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 02 Jul 2009 18:32:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451492#M37263</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-02T18:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable telnet in linux enterprise</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451493#M37264</link>
      <description>Hello Pratap,&lt;BR /&gt;&lt;BR /&gt;Check the firewall setting for the host.&lt;BR /&gt;&lt;BR /&gt;#iptables -L&lt;BR /&gt;&lt;BR /&gt;Check the SE Linux status:&lt;BR /&gt;# sestatus&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good Luck!!&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jul 2009 00:43:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-enable-telnet-in-linux-enterprise/m-p/4451493#M37264</guid>
      <dc:creator>Nido</dc:creator>
      <dc:date>2009-07-03T00:43:08Z</dc:date>
    </item>
  </channel>
</rss>

