<?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 Fails in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482083#M16263</link>
    <description>Hi,Christopher&lt;BR /&gt;&lt;BR /&gt;    edit file  "/etc/xinetd.d/telnet", read my first reply carefully.&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
    <pubDate>Fri, 11 Feb 2005 10:34:25 GMT</pubDate>
    <dc:creator>NiCK_76</dc:creator>
    <dc:date>2005-02-11T10:34:25Z</dc:date>
    <item>
      <title>Telnet Fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482078#M16258</link>
      <description>Dear friends,&lt;BR /&gt;&lt;BR /&gt;I try to telnet mu server Linux redhat As 3 from my Ms WinXp Pc, but i have the following error.&lt;BR /&gt;------------------------ -----------------------------------------&lt;BR /&gt;# telnet 192.168.1.6&lt;BR /&gt;Trying...&lt;BR /&gt;telnet: connect: A remote host refused an attempted connect operation.&lt;BR /&gt;----------------- ----------------------- -------------------------&lt;BR /&gt;Do you have any idea ?&lt;BR /&gt;&lt;BR /&gt;Thank's a lot.&lt;BR /&gt;&lt;BR /&gt;Best regards.</description>
      <pubDate>Wed, 09 Feb 2005 10:08:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482078#M16258</guid>
      <dc:creator>Christopher_63</dc:creator>
      <dc:date>2005-02-09T10:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482079#M16259</link>
      <description>Hi Christopher ,&lt;BR /&gt;&lt;BR /&gt;    Do you ensure telnet service works? I suggest you &lt;BR /&gt;1/Check telnet service ,is it enabled? &lt;BR /&gt;cat /etc/xinetd.d/telnet ,parameter disable should "= no"&lt;BR /&gt;2/Check xinetd service ,is it running?&lt;BR /&gt;/etc/init.d/xinetd status&lt;BR /&gt;3/Check firewall, is it allow port 21?&lt;BR /&gt;You should stop iptables to have a try. Perform command "/etc/init.d/iptables stop".&lt;BR /&gt;4/Check singularity from /var/log/messages &lt;BR /&gt;5/Check opened port ,perform "netstat -nl |grep 21" ,is it exist?&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Wed, 09 Feb 2005 10:24:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482079#M16259</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-02-09T10:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482080#M16260</link>
      <description>telnet is not enabled in a standard linux install. This is because the password authentication travels across the network in clear text.&lt;BR /&gt;&lt;BR /&gt;Yep, anybody on the network can sniff your password.&lt;BR /&gt;&lt;BR /&gt;Consdier using ssh instead of telnet. It is enabled in all current Red Hat Installations.&lt;BR /&gt;&lt;BR /&gt;To enable telnet&lt;BR /&gt;&lt;BR /&gt;cd /etc/xinetd.d&lt;BR /&gt;&lt;BR /&gt;Find the entry that says(is named) telnet&lt;BR /&gt;&lt;BR /&gt;vi it.&lt;BR /&gt;&lt;BR /&gt;change disable=yes to disable=no&lt;BR /&gt;&lt;BR /&gt;save the file&lt;BR /&gt;&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 09 Feb 2005 10:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482080#M16260</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-09T10:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482081#M16261</link>
      <description>telnet is turned off by default in RH. Use the ssh protocol.&lt;BR /&gt;&lt;BR /&gt;If must use telnet, ensure the package is loaded - do the rpm -qa | grep -i telnet &lt;BR /&gt;&lt;BR /&gt;If loaded you will need to turn on within the xinetd.d and issue the command 'service xinetd restart'&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Feb 2005 13:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482081#M16261</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-02-09T13:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482082#M16262</link>
      <description>Dear friends,&lt;BR /&gt;&lt;BR /&gt;When i make "cd /etc/xinetd.d" i found some files, but i don't know wich i must change to start telnet ?&lt;BR /&gt;Can you help me ?&lt;BR /&gt;&lt;BR /&gt;Thank's a lot.&lt;BR /&gt;Best regards.&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Feb 2005 10:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482082#M16262</guid>
      <dc:creator>Christopher_63</dc:creator>
      <dc:date>2005-02-11T10:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482083#M16263</link>
      <description>Hi,Christopher&lt;BR /&gt;&lt;BR /&gt;    edit file  "/etc/xinetd.d/telnet", read my first reply carefully.&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Fri, 11 Feb 2005 10:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482083#M16263</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-02-11T10:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482084#M16264</link>
      <description>Christopher,&lt;BR /&gt;&lt;BR /&gt;I want to second a recommendation made by SEP earlier -- consider using ssh instead of telnet. telnet is not a safe protocol -- password travels in plain text over the network.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ross&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Feb 2005 11:25:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482084#M16264</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-02-11T11:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482085#M16265</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Please, how can i configure and launch ssh ?&lt;BR /&gt;&lt;BR /&gt;Thank's a lot.&lt;BR /&gt;Best regards.</description>
      <pubDate>Fri, 11 Feb 2005 11:31:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482085#M16265</guid>
      <dc:creator>Christopher_63</dc:creator>
      <dc:date>2005-02-11T11:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482086#M16266</link>
      <description>have a llok at the following &lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=646778" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=646778&lt;/A&gt;&lt;BR /&gt;read the word document attached to the reply of SEP&lt;BR /&gt;&lt;BR /&gt;It all there in better words then I could put it in...&lt;BR /&gt;&lt;BR /&gt;Happy ssh and safe&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre</description>
      <pubDate>Fri, 11 Feb 2005 12:12:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482086#M16266</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-02-11T12:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482087#M16267</link>
      <description>Sorry wrong cut and past the link with SEP attachement is the following&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=219369" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=219369&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Feb 2005 12:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482087#M16267</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-02-11T12:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482088#M16268</link>
      <description>Instead of editing /etc/xinetd.d/telnet. You could use the following command:&lt;BR /&gt;&lt;BR /&gt;# chkconfig telnet on&lt;BR /&gt;&lt;BR /&gt;But they are right, ssh is more secure.</description>
      <pubDate>Mon, 14 Feb 2005 07:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482088#M16268</guid>
      <dc:creator>Eric van Dijken</dc:creator>
      <dc:date>2005-02-14T07:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482089#M16269</link>
      <description>as root user, you can just run&lt;BR /&gt;&lt;BR /&gt;to enable telnet&lt;BR /&gt;#/sbin/chkconfig --level 345 telnet on &lt;BR /&gt;for ssh&lt;BR /&gt;#/sbin/chkconfig --level 345 sshd on&lt;BR /&gt;&lt;BR /&gt;--###--&lt;BR /&gt;Bong</description>
      <pubDate>Wed, 16 Feb 2005 01:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482089#M16269</guid>
      <dc:creator>bong_3</dc:creator>
      <dc:date>2005-02-16T01:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet Fails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482090#M16270</link>
      <description>That would work for sshd, but not for telnet. As telnet is part of the xinetd configuration. Telnet can only be turned on or off. &lt;BR /&gt;&lt;BR /&gt;The correct plan would be:&lt;BR /&gt;&lt;BR /&gt;#/sbin/chkconfig --level 345 xinetd on&lt;BR /&gt;#/sbin/chkconfig telnet on&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Feb 2005 01:37:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-fails/m-p/3482090#M16270</guid>
      <dc:creator>Eric van Dijken</dc:creator>
      <dc:date>2005-02-16T01:37:16Z</dc:date>
    </item>
  </channel>
</rss>

