<?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: not able to telnet in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/not-able-to-telnet/m-p/2524035#M80206</link>
    <description>Thankx a lot for y'r help.&lt;BR /&gt;&lt;BR /&gt;Vikas</description>
    <pubDate>Fri, 04 May 2001 23:33:21 GMT</pubDate>
    <dc:creator>Vikas_2</dc:creator>
    <dc:date>2001-05-04T23:33:21Z</dc:date>
    <item>
      <title>not able to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-able-to-telnet/m-p/2524029#M80200</link>
      <description>Hi, I'm new to Linux and just installed RH 7.1 server. without any firewall configuration. I'm not able to do a telnet to the server. It says---telnet: Unable to connect to remote host: Connection refused.&lt;BR /&gt;Any ideas..what may be going wrong? I tried to load with firewall config also but the result is same. Am I supposed to modify some files to make it work.&lt;BR /&gt;TIA&lt;BR /&gt;Vikas</description>
      <pubDate>Wed, 02 May 2001 17:14:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-able-to-telnet/m-p/2524029#M80200</guid>
      <dc:creator>Vikas_2</dc:creator>
      <dc:date>2001-05-02T17:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: not able to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-able-to-telnet/m-p/2524030#M80201</link>
      <description>there will be a configuration file in /etc. It can be by the name defaults(but i am not sure) that file will have some entries regarding telnet. Then check the inetd.conf file also. IF possible try restarting the inetd daemon.</description>
      <pubDate>Thu, 03 May 2001 00:28:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-able-to-telnet/m-p/2524030#M80201</guid>
      <dc:creator>ramesh_4</dc:creator>
      <dc:date>2001-05-03T00:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: not able to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-able-to-telnet/m-p/2524031#M80202</link>
      <description>mv /etc/securetty /etc/securetty.prev</description>
      <pubDate>Thu, 03 May 2001 07:31:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-able-to-telnet/m-p/2524031#M80202</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-03T07:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: not able to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-able-to-telnet/m-p/2524032#M80203</link>
      <description>I think it's a good idea to edit the file /etc/xinetd.d/telnet and switch disable = yes  to  disable = no&lt;BR /&gt;&lt;BR /&gt;Then restart the xinetd</description>
      <pubDate>Thu, 03 May 2001 11:41:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-able-to-telnet/m-p/2524032#M80203</guid>
      <dc:creator>ZEISS</dc:creator>
      <dc:date>2001-05-03T11:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: not able to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-able-to-telnet/m-p/2524033#M80204</link>
      <description>RH 7.1 by default has Telnet disabled.&lt;BR /&gt;Here's what you have to do.&lt;BR /&gt;from a prompt type the following:&lt;BR /&gt;chkconfig --level 35 telnet on&lt;BR /&gt;&lt;BR /&gt;Then the /etc/xinetd.d/telnet file will be created for you.&lt;BR /&gt;&lt;BR /&gt;You can then type:&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;Now your telnet will work.&lt;BR /&gt;&lt;BR /&gt;FYI, you can see what services are being started when you boot by using the following:&lt;BR /&gt;chkconfig --list&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Fri, 04 May 2001 17:05:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-able-to-telnet/m-p/2524033#M80204</guid>
      <dc:creator>John Love_3</dc:creator>
      <dc:date>2001-05-04T17:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: not able to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-able-to-telnet/m-p/2524034#M80205</link>
      <description>1st check if you installed the telnet rpms. If you installed it as workstation the telnet server would not be installed by default.&lt;BR /&gt;&lt;BR /&gt;[root@builder /root]# rpm -qa | grep telnet &lt;BR /&gt;telnet-0.17-7                               &lt;BR /&gt;telnet-server-0.17-7                        &lt;BR /&gt;[root@builder /root]#                       &lt;BR /&gt;&lt;BR /&gt;Install the telnet rpm from your installation disk if these are not installed.&lt;BR /&gt;&lt;BR /&gt;- fnhalili</description>
      <pubDate>Fri, 04 May 2001 19:04:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-able-to-telnet/m-p/2524034#M80205</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2001-05-04T19:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: not able to telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-able-to-telnet/m-p/2524035#M80206</link>
      <description>Thankx a lot for y'r help.&lt;BR /&gt;&lt;BR /&gt;Vikas</description>
      <pubDate>Fri, 04 May 2001 23:33:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-able-to-telnet/m-p/2524035#M80206</guid>
      <dc:creator>Vikas_2</dc:creator>
      <dc:date>2001-05-04T23:33:21Z</dc:date>
    </item>
  </channel>
</rss>

