<?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: Problem for telnet service in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-for-telnet-service/m-p/3216903#M73490</link>
    <description>telnet is part of internet services&lt;BR /&gt;&lt;BR /&gt;in /etc/xinet.d/ there are a bunch of files&lt;BR /&gt;&lt;BR /&gt;one is telnet&lt;BR /&gt;&lt;BR /&gt;or telnetd&lt;BR /&gt;&lt;BR /&gt;vi it&lt;BR /&gt;&lt;BR /&gt;change disable=yes to&lt;BR /&gt;&lt;BR /&gt;disable=no&lt;BR /&gt;&lt;BR /&gt;save&lt;BR /&gt;&lt;BR /&gt;service xintetd restart&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Fri, 12 Mar 2004 18:21:21 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-03-12T18:21:21Z</dc:date>
    <item>
      <title>Problem for telnet service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-for-telnet-service/m-p/3216897#M73484</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have installed the telnet service for RH linux and have execute chkconfig telnet on. I have find that the telnet service is on by chkconfig --list telnet and also reboot the machine.&lt;BR /&gt;&lt;BR /&gt;But, I still cannot telnet from other server to this RH machine. Is anything I still missing. Anyone can give me a help?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Wendy</description>
      <pubDate>Fri, 12 Mar 2004 03:44:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-for-telnet-service/m-p/3216897#M73484</guid>
      <dc:creator>Wendy_9</dc:creator>
      <dc:date>2004-03-12T03:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem for telnet service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-for-telnet-service/m-p/3216898#M73485</link>
      <description>Maybe you have the firewall activated and it blocks incoming telnet connections. try disabling it:&lt;BR /&gt;&lt;BR /&gt;# service iptables stop&lt;BR /&gt;&lt;BR /&gt;What kind of error do you get? Other machines are unable to connect or once connected you are unable to login?&lt;BR /&gt;&lt;BR /&gt;Ciao!&lt;BR /&gt;Claudio</description>
      <pubDate>Fri, 12 Mar 2004 04:15:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-for-telnet-service/m-p/3216898#M73485</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2004-03-12T04:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem for telnet service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-for-telnet-service/m-p/3216899#M73486</link>
      <description>Those machines are connected to the same switch.&lt;BR /&gt;&lt;BR /&gt;The telnet connection is refused when I telnet to the linux server&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Wendy</description>
      <pubDate>Fri, 12 Mar 2004 04:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-for-telnet-service/m-p/3216899#M73486</guid>
      <dc:creator>Wendy_9</dc:creator>
      <dc:date>2004-03-12T04:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem for telnet service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-for-telnet-service/m-p/3216900#M73487</link>
      <description>can you ping the target machine?&lt;BR /&gt;&lt;BR /&gt;if the answer is yes.&lt;BR /&gt;Then check in /etc/services if the telnet service defined to listen on port 23&lt;BR /&gt;also see if there's no denying rule in /etc/hosts.deny&lt;BR /&gt;&lt;BR /&gt;Did you check the iptables rules?</description>
      <pubDate>Fri, 12 Mar 2004 04:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-for-telnet-service/m-p/3216900#M73487</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-03-12T04:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem for telnet service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-for-telnet-service/m-p/3216901#M73488</link>
      <description>I wanna mean the system firewall of your RH machine.&lt;BR /&gt;that command will disable it.</description>
      <pubDate>Fri, 12 Mar 2004 04:30:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-for-telnet-service/m-p/3216901#M73488</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2004-03-12T04:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem for telnet service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-for-telnet-service/m-p/3216902#M73489</link>
      <description>just shooting in dark&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vi /etc/xinetd.d/telnet&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;        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;#### does ur conf says disable = yes &lt;BR /&gt;chk ur syslog&lt;BR /&gt;Regards,&lt;BR /&gt;Peeyush&lt;BR /&gt;&lt;A href="http://geocities.com/peeyush_maurya/" target="_blank"&gt;http://geocities.com/peeyush_maurya/&lt;/A&gt;</description>
      <pubDate>Fri, 12 Mar 2004 17:09:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-for-telnet-service/m-p/3216902#M73489</guid>
      <dc:creator>Peeyush</dc:creator>
      <dc:date>2004-03-12T17:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem for telnet service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-for-telnet-service/m-p/3216903#M73490</link>
      <description>telnet is part of internet services&lt;BR /&gt;&lt;BR /&gt;in /etc/xinet.d/ there are a bunch of files&lt;BR /&gt;&lt;BR /&gt;one is telnet&lt;BR /&gt;&lt;BR /&gt;or telnetd&lt;BR /&gt;&lt;BR /&gt;vi it&lt;BR /&gt;&lt;BR /&gt;change disable=yes to&lt;BR /&gt;&lt;BR /&gt;disable=no&lt;BR /&gt;&lt;BR /&gt;save&lt;BR /&gt;&lt;BR /&gt;service xintetd restart&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 12 Mar 2004 18:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-for-telnet-service/m-p/3216903#M73490</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-12T18:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem for telnet service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-for-telnet-service/m-p/3216904#M73491</link>
      <description>Hello Wendy,&lt;BR /&gt;&lt;BR /&gt;another thing to check:&lt;BR /&gt;&lt;BR /&gt;netstat -a | grep telnet should result in something like &lt;BR /&gt;&lt;BR /&gt;tcp        0      0 *:telnet                *:*                     LISTEN&lt;BR /&gt;&lt;BR /&gt;If this is true the telnet service should be started. A next possible test would be to do a telnet 127.0.0.1, which is essentially the network loopback device of your system.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Mar 2004 19:00:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-for-telnet-service/m-p/3216904#M73491</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-03-12T19:00:53Z</dc:date>
    </item>
  </channel>
</rss>

