<?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: LINUX RH 7.1 - Unable to enable telnet service in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514261#M16869</link>
    <description>You need disable=no and restart xinetd.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
    <pubDate>Wed, 30 Mar 2005 09:58:15 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2005-03-30T09:58:15Z</dc:date>
    <item>
      <title>LINUX RH 7.1 - Unable to enable telnet service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514259#M16867</link>
      <description>Hi,&lt;BR /&gt;I'm trying to renable my telnet service after disabling it by modifying the "disable = yes" to "disable = true". However, I'm still unable to initiate a telnet session to that particular machine:&lt;BR /&gt;/root &amp;gt;&amp;gt;telnet 192.168.3.193&lt;BR /&gt;Trying 192.168.3.193...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt;Below is the content of the telnet file from /etc/xinetd.d/:&lt;BR /&gt;$ cat /etc/xinetd.d./telnet &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;        disable = no&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;}&lt;BR /&gt;&lt;BR /&gt;I had restarted the xinetd services with command below:&lt;BR /&gt;/etc/init.d &amp;gt;&amp;gt;xinetd restart&lt;BR /&gt;Stopping xinetd:                                           [  OK  ]&lt;BR /&gt;Starting xinetd:                                           [  OK  ]&lt;BR /&gt;&lt;BR /&gt;/etc/init.d &amp;gt;&amp;gt;chkconfig --list |grep telnet&lt;BR /&gt;        telnet: on&lt;BR /&gt;&lt;BR /&gt;However, I'm still unable to do a telnet to the particular machine.&lt;BR /&gt;&lt;BR /&gt;I've also modified the /etc/securetty file earlier to prevent root from logging into the following teminals, remotely:&lt;BR /&gt;$ cat /etc/securetty&lt;BR /&gt;vc/1&lt;BR /&gt;vc/2&lt;BR /&gt;vc/3&lt;BR /&gt;vc/4&lt;BR /&gt;vc/5&lt;BR /&gt;vc/6&lt;BR /&gt;vc/7&lt;BR /&gt;vc/8&lt;BR /&gt;vc/9&lt;BR /&gt;vc/10&lt;BR /&gt;vc/11&lt;BR /&gt;tty0&lt;BR /&gt;tty1&lt;BR /&gt;tty2&lt;BR /&gt;tty3&lt;BR /&gt;tty4&lt;BR /&gt;tty5&lt;BR /&gt;tty6&lt;BR /&gt;tty7&lt;BR /&gt;tty8&lt;BR /&gt;tty9&lt;BR /&gt;tty10&lt;BR /&gt;tty11&lt;BR /&gt;&lt;BR /&gt;Hence, I'm not sure the modification to the /etc/securetty had affected the telnet. &lt;BR /&gt;&lt;BR /&gt;Could anyone kindly help me out?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 30 Mar 2005 08:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514259#M16867</guid>
      <dc:creator>Danny Fang</dc:creator>
      <dc:date>2005-03-30T08:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: LINUX RH 7.1 - Unable to enable telnet service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514260#M16868</link>
      <description>try enabling using setup command,&lt;BR /&gt;&lt;BR /&gt;setup-&amp;gt;system service--&amp;gt; enable telnet</description>
      <pubDate>Wed, 30 Mar 2005 09:49:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514260#M16868</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2005-03-30T09:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: LINUX RH 7.1 - Unable to enable telnet service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514261#M16869</link>
      <description>You need disable=no and restart xinetd.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Wed, 30 Mar 2005 09:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514261#M16869</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-03-30T09:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: LINUX RH 7.1 - Unable to enable telnet service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514262#M16870</link>
      <description>Review messages in /var/log/syslog - if they are any - this may point to security settings.</description>
      <pubDate>Wed, 30 Mar 2005 11:39:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514262#M16870</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-03-30T11:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: LINUX RH 7.1 - Unable to enable telnet service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514263#M16871</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;  1.  Try to check the package with following command :&lt;BR /&gt;  rpm -qa | grep telnet &lt;BR /&gt;and you should be able to see both telnet-server and telnet packages.&lt;BR /&gt;  &lt;BR /&gt;  2. Then run setup --&amp;gt; services and look for iptables and ipchains are enabled, if yes then disabled.&lt;BR /&gt;  &lt;BR /&gt;  3. Also run setup and firewall configuration, disable the firewall or make relevent changes to allow telnet protocol.&lt;BR /&gt;&lt;BR /&gt;All the best..&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Bindumadhava.</description>
      <pubDate>Wed, 30 Mar 2005 12:37:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514263#M16871</guid>
      <dc:creator>Bindumadhava.V_1</dc:creator>
      <dc:date>2005-03-30T12:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: LINUX RH 7.1 - Unable to enable telnet service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514264#M16872</link>
      <description>Hi everyone, &lt;BR /&gt;&lt;BR /&gt;In my earlier post, I've mentioned about starting up xinetd and also setting the "disable = yes" to "disable = no" but to no avail. &lt;BR /&gt;&lt;BR /&gt;I've just recently tried the method suggested by Chakravarthi and Bindumadhara of "setup -&amp;gt; system services -&amp;gt; telnet" and then did a "service telnet stop". However I'm still getting the error below:&lt;BR /&gt;/root &amp;gt;&amp;gt;telnet 192.168.3.193&lt;BR /&gt;Trying 192.168.3.193...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt;I had to use SSH instead of telnet to access the machine remotely. At the affected machine, I did a chkconfig to verify if the telnet service is running. From the output below, telnet service is indeed running:&lt;BR /&gt;/root &amp;gt;&amp;gt;chkconfig --list|grep telnet&lt;BR /&gt;        telnet: on&lt;BR /&gt;&lt;BR /&gt;Could anyone kindly help me out?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Mar 2005 21:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514264#M16872</guid>
      <dc:creator>Danny Fang</dc:creator>
      <dc:date>2005-03-30T21:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: LINUX RH 7.1 - Unable to enable telnet service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514265#M16873</link>
      <description>can you check your /etc/hosts.allow and /etc/hosts.deny</description>
      <pubDate>Thu, 31 Mar 2005 00:45:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514265#M16873</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2005-03-31T00:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: LINUX RH 7.1 - Unable to enable telnet service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514266#M16874</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  Is telnet to localhost / 127.0.0.1 and ftp localhost are working..?&lt;BR /&gt;  Also have you enabled kerberos..? You can also check in /etc/xinetd.d/krb5-telnet file.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Bindumadhava.</description>
      <pubDate>Thu, 31 Mar 2005 01:13:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514266#M16874</guid>
      <dc:creator>Bindumadhava.V_1</dc:creator>
      <dc:date>2005-03-31T01:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: LINUX RH 7.1 - Unable to enable telnet service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514267#M16875</link>
      <description>All your "connection refused" error point to one thing. Either your telnet daemon isn't active or you are being blocked (firewall/tcpd). You could try to check that with "netstat -na | grep -i list".&lt;BR /&gt;Check that there is a with your ip number and the port number for telnet 23. for example "tcp        0      0 127.0.0.1:23              0.0.0.0:*                   LISTEN"&lt;BR /&gt;&lt;BR /&gt;If you have such a line, your telnet service is fine, from the system point of view.&lt;BR /&gt;&lt;BR /&gt;So either you have ipchains (don't think rh7.1 had iptables) running. (been awhile since a saw a rh7.1 system, so please be gentle) &lt;BR /&gt;You could try to stop ipchains, with "/etc/init.d/ipchains stop" or (i think) edit the ipchains config  in "/etc/sysconfig/ipchains" and remove the telnet part. (restart ipchains after the change)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2005 01:20:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rh-7-1-unable-to-enable-telnet-service/m-p/3514267#M16875</guid>
      <dc:creator>Eric van Dijken</dc:creator>
      <dc:date>2005-03-31T01:20:29Z</dc:date>
    </item>
  </channel>
</rss>

