<?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 don't work in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/telnet-don-t-work/m-p/2626016#M89711</link>
    <description>U have to discomment the line&lt;BR /&gt; #telnet stream  tcp     nowait  root    /usr/sbin/tcpd  in.telnetd&lt;BR /&gt;from /etc/inetd.conf or similar and restart the inetd service. Check also the file /etc/hosts.allow, if you want accept just telnet connections (inetd services) use:&lt;BR /&gt;in.telnetd: ALL&lt;BR /&gt;or&lt;BR /&gt;in.telnetd: xxx.xxx.xxx. from a network&lt;BR /&gt;or&lt;BR /&gt;in.telnetd: xxx.xxx.xxx.xxx&lt;BR /&gt;you can use both too...&lt;BR /&gt;&lt;BR /&gt;Ok?&lt;BR /&gt;&lt;BR /&gt;Leandro.</description>
    <pubDate>Wed, 05 Dec 2001 16:59:37 GMT</pubDate>
    <dc:creator>Leandro Sales</dc:creator>
    <dc:date>2001-12-05T16:59:37Z</dc:date>
    <item>
      <title>telnet don't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-don-t-work/m-p/2626015#M89710</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I just installed a Mandrake 7.2 Linux box, and when I try to telnet from other machine I obtain the message "Conexion refused by host", but when from the linux box I do telnet to other box all works fine.&lt;BR /&gt;&lt;BR /&gt;Somebody can help me?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;   Justo.</description>
      <pubDate>Wed, 05 Dec 2001 15:40:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-don-t-work/m-p/2626015#M89710</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2001-12-05T15:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: telnet don't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-don-t-work/m-p/2626016#M89711</link>
      <description>U have to discomment the line&lt;BR /&gt; #telnet stream  tcp     nowait  root    /usr/sbin/tcpd  in.telnetd&lt;BR /&gt;from /etc/inetd.conf or similar and restart the inetd service. Check also the file /etc/hosts.allow, if you want accept just telnet connections (inetd services) use:&lt;BR /&gt;in.telnetd: ALL&lt;BR /&gt;or&lt;BR /&gt;in.telnetd: xxx.xxx.xxx. from a network&lt;BR /&gt;or&lt;BR /&gt;in.telnetd: xxx.xxx.xxx.xxx&lt;BR /&gt;you can use both too...&lt;BR /&gt;&lt;BR /&gt;Ok?&lt;BR /&gt;&lt;BR /&gt;Leandro.</description>
      <pubDate>Wed, 05 Dec 2001 16:59:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-don-t-work/m-p/2626016#M89711</guid>
      <dc:creator>Leandro Sales</dc:creator>
      <dc:date>2001-12-05T16:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: telnet don't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-don-t-work/m-p/2626017#M89712</link>
      <description>You can use both separated by (,):&lt;BR /&gt;&lt;BR /&gt;in.telnetd: xxx.xxx.xxx., xxx.xxx.xxx.xxx&lt;BR /&gt;&lt;BR /&gt;where xxx.xxx.xxx. for a network and xxx.xxx.xxx.xxx for IP address.&lt;BR /&gt;&lt;BR /&gt;Leandro.</description>
      <pubDate>Wed, 05 Dec 2001 17:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-don-t-work/m-p/2626017#M89712</guid>
      <dc:creator>Leandro Sales</dc:creator>
      <dc:date>2001-12-05T17:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: telnet don't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-don-t-work/m-p/2626018#M89713</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I suppose Mandrake 7.2 uses xinetd. If so, in /etc/xinetd.d/telnet, you have a line like:&lt;BR /&gt;&lt;BR /&gt;disable = yes&lt;BR /&gt;&lt;BR /&gt;it's the default for most of the daemons. Change it to 'no' and /etc/rc.d/init.d/xinetd restart&lt;BR /&gt;&lt;BR /&gt;E.</description>
      <pubDate>Thu, 06 Dec 2001 11:35:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-don-t-work/m-p/2626018#M89713</guid>
      <dc:creator>Eugen Cocalea</dc:creator>
      <dc:date>2001-12-06T11:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: telnet don't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet-don-t-work/m-p/2626019#M89714</link>
      <description>Correct me if I'm wrong, but I was under the impressions that Mandrake doesn't install telnetd by default instead relying on using sshd.  Check to see if telnetd is installed on your system (rpm -qa |grep telnetd).  If its installed then check that the daemon is set up to start by xinetd as mentioned above.  You can also see if xinetd is listening on port 21 (netstat -na|grep 21|grep LISTEN).&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Thu, 06 Dec 2001 13:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet-don-t-work/m-p/2626019#M89714</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-12-06T13:33:33Z</dc:date>
    </item>
  </channel>
</rss>

