<?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: Unable to Telnet in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/3759727#M86029</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;by default telnet is disabled for root on Linux systems. Then again, so is telnet, so someone has modified the system already.&lt;BR /&gt;&lt;BR /&gt;For root access, you may need to log in with ssh, assuming you have the root password.&lt;BR /&gt;&lt;BR /&gt;Otherwise you need to boot with a rescue cd get a prompt and type the command passwd root&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 27 Mar 2006 15:03:18 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-03-27T15:03:18Z</dc:date>
    <item>
      <title>Unable to Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/3759722#M86024</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;Iam using RED HAT EL4 , I have assigned the /etc/xinetd.d/telnet and set the disable parameter to NO , ans restarted using /etc/init.d/xinetd restart&lt;BR /&gt;but i cannt able to open the telnet session,&lt;BR /&gt;Can anyone let me what steps i have to do to get achive it.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Mar 2006 13:10:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/3759722#M86024</guid>
      <dc:creator>dhamodharan_1</dc:creator>
      <dc:date>2006-03-27T13:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/3759723#M86025</link>
      <description>Well,looks like you have a running firewall.&lt;BR /&gt;try:   service iptables stop&lt;BR /&gt;and then check again. It's preferably to use ssh nowadays....</description>
      <pubDate>Mon, 27 Mar 2006 13:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/3759723#M86025</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-03-27T13:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/3759724#M86026</link>
      <description>Check netstat -lnt to verify that something&lt;BR /&gt;is listening to telnet.  &lt;BR /&gt;Check hosts.allow and hosts.deny to ensure&lt;BR /&gt;telnet is not disabled there.&lt;BR /&gt;Check iptables -L to ensure that&lt;BR /&gt;telnet is not disabled there.&lt;BR /&gt;&lt;BR /&gt;Or more secure reset the disable parameter&lt;BR /&gt;to YES and use SSH.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Mar 2006 13:13:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/3759724#M86026</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2006-03-27T13:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/3759725#M86027</link>
      <description>Thanks Alex&lt;BR /&gt;&lt;BR /&gt;I have stoped the iptables service , Now i can able to open telnet session , but i cannt able to login as a root in telnet session.Where can i change the console login as a root anywhere.</description>
      <pubDate>Mon, 27 Mar 2006 13:31:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/3759725#M86027</guid>
      <dc:creator>dhamodharan_1</dc:creator>
      <dc:date>2006-03-27T13:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/3759726#M86028</link>
      <description>to be able to login as root via telnet&lt;BR /&gt;you must append to /etc/securetty&lt;BR /&gt;pts/0&lt;BR /&gt;pts/1&lt;BR /&gt;pts/2&lt;BR /&gt;pts/3&lt;BR /&gt;....&lt;BR /&gt;pts/20&lt;BR /&gt;&lt;BR /&gt;and then again restart the xinetd service&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Mar 2006 13:57:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/3759726#M86028</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-03-27T13:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/3759727#M86029</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;by default telnet is disabled for root on Linux systems. Then again, so is telnet, so someone has modified the system already.&lt;BR /&gt;&lt;BR /&gt;For root access, you may need to log in with ssh, assuming you have the root password.&lt;BR /&gt;&lt;BR /&gt;Otherwise you need to boot with a rescue cd get a prompt and type the command passwd root&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 27 Mar 2006 15:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-telnet/m-p/3759727#M86029</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-27T15:03:18Z</dc:date>
    </item>
  </channel>
</rss>

