<?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: telnetd in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612100#M861</link>
    <description>Hello tarek,&lt;BR /&gt;&lt;BR /&gt;If it gives you a 'connection refused' right away I'd say you have a ipchains/iptables based solution blocking the outside world. If it takes a little while, you may have a tcpwrapper (tcpd) blocking your incoming telnetd connections.&lt;BR /&gt;&lt;BR /&gt;Some steps:&lt;BR /&gt;&lt;BR /&gt;1) Check /var/log/secure* and look for any clues (tcpd logs there)&lt;BR /&gt;2) Did you try (as root) ipchains -F input and iptables -F INPUT ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Nov 2001 00:29:00 GMT</pubDate>
    <dc:creator>Marco Paganini</dc:creator>
    <dc:date>2001-11-13T00:29:00Z</dc:date>
    <item>
      <title>telnetd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612095#M856</link>
      <description>Hi there,&lt;BR /&gt;i have installed a linux Redhat 7.0 on my network and i'm trying to configure it. I'm having problems with telnetd. From linux i can telnet to other pc but i can't vice versa.&lt;BR /&gt;Some one told me that i have to download the telnet server because it isn't installed. I did that but i'm still not able to telnet to linux. What do i have to configure to let it work? Port is set in /etc/services&lt;BR /&gt;Thanks&lt;BR /&gt;Tarek</description>
      <pubDate>Mon, 12 Nov 2001 16:40:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612095#M856</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-11-12T16:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612096#M857</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;There are a few steps to follow in order to solve your problem.&lt;BR /&gt;&lt;BR /&gt;1) First of all, try:&lt;BR /&gt;&lt;BR /&gt;telnet localhost&lt;BR /&gt;&lt;BR /&gt;and see if you can telnet to your own server. If you get a message saying "connection refused", you don't have telnet enabled. If that is the case, check your /etc/inetd.conf (or /etc/xinetd.d/telnet file if you're using xinetd) and enable telnet. Don't forget to do killall -1 inetd (or killall -1 xinetd if you're using xinetd).&lt;BR /&gt;&lt;BR /&gt;2) If you don't see the "connection refused" message but nothing comes out on your screen, try to wait a little bit longer.&lt;BR /&gt;If you can see the telnetd message after a few minutes, you may have an incorrectly configured DNS/resolver. Temporarily move your /etc/resolv.conf file to /etc/resolv.conf.OLD. This will disable name server resolution. Try telnetting again to localhost and see if the problem still happens  (PS: Don't forget to move /etc/resolv.conf.OLD back to /etc/resolv.conf after the test).&lt;BR /&gt;&lt;BR /&gt;3) If you can telnet locally, try telnetting to your linux box remotely. If you see the "connection refused" message, you may have iptables, ipchains or a tcpwrapper blocking traffic. Do "iptables -F INPUT" and "ipchains -F input" as root and try again. If it still happens, check your /var/log/secure.log for relevant messages. Also, check the tcpd manpage if you see tcpd complaining about remote connections to the telnet port.&lt;BR /&gt;&lt;BR /&gt;Note: Make sure you re-enable your iptables or ipchains after you finish the test!&lt;BR /&gt;4) When you telnet from another box, make sure you wait a LONG time before you give up. If after a long time you see the telnetd banner, again you may have a DNS problem (your host tries to "resolve" the remote connection but it cannot -- This procedure takes a while). In this case, follow the steps outlined in case (2) (renaming the /etc/resolv.conf file to something else) and try telnetting again.&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Nov 2001 16:54:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612096#M857</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-12T16:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612097#M858</link>
      <description>telnet from another host:&lt;BR /&gt;error:&lt;BR /&gt;Trying...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;The /etc/xinet.d/telnet is properly configured i think.</description>
      <pubDate>Mon, 12 Nov 2001 17:00:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612097#M858</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-11-12T17:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612098#M859</link>
      <description>Hi,&lt;BR /&gt;did you check /etc/inetd.sec ?&lt;BR /&gt;Do not know if this applies to 7.x&lt;BR /&gt;Volker</description>
      <pubDate>Mon, 12 Nov 2001 18:08:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612098#M859</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-11-12T18:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612099#M860</link>
      <description>I'm thinking you checked this already, but make sure that in /etc/xinetd.d/telnet, that disable = no.   If not, change this line and then restart xinetd.</description>
      <pubDate>Mon, 12 Nov 2001 20:34:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612099#M860</guid>
      <dc:creator>Bernie Vande Griend</dc:creator>
      <dc:date>2001-11-12T20:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612100#M861</link>
      <description>Hello tarek,&lt;BR /&gt;&lt;BR /&gt;If it gives you a 'connection refused' right away I'd say you have a ipchains/iptables based solution blocking the outside world. If it takes a little while, you may have a tcpwrapper (tcpd) blocking your incoming telnetd connections.&lt;BR /&gt;&lt;BR /&gt;Some steps:&lt;BR /&gt;&lt;BR /&gt;1) Check /var/log/secure* and look for any clues (tcpd logs there)&lt;BR /&gt;2) Did you try (as root) ipchains -F input and iptables -F INPUT ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 00:29:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612100#M861</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-13T00:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612101#M862</link>
      <description>Hi all,&lt;BR /&gt;first of all thanks for the help your providing me. &lt;BR /&gt;I checked /var/log/secure, i have an authentication error:&lt;BR /&gt;login: FAILED LOGIN 1 From wsname FOR root, authentication failure.&lt;BR /&gt;&lt;BR /&gt;output of iptables -F INPUT:&lt;BR /&gt;iptables v1.1.1 can't initialize iptables table 'filter': iptables who? (do you need to insmod?) Perhaps iptables on your kernel needs to be upgraded.&lt;BR /&gt;&lt;BR /&gt;ipchains -F input no output.&lt;BR /&gt;&lt;BR /&gt;Any further tip? Is there any file that allows telnet access as the /etc/ftpusers does for ftp remote access?&lt;BR /&gt;Thanks again.&lt;BR /&gt;Tarek&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 08:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612101#M862</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-11-13T08:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612102#M863</link>
      <description>Looks like you don't have ipfilters or ipchains set up.  Not very secure, but it shouldn't prevent you from telnetting into the machine.&lt;BR /&gt;&lt;BR /&gt;First try telnetting as a normal user...root is not allowed to telnet into the machine directly (security risk).  If you need to have this ability, just mv /etc/securetty to something else (although I wouldn't recommend it).&lt;BR /&gt;&lt;BR /&gt;Also, when you're telnetting into the machine are you getting the login prompt?  If not, then the message from /var/log/secure is not related to the problem since you're not entering any login informtion.&lt;BR /&gt;&lt;BR /&gt;Make sure that telnetd is listening:&lt;BR /&gt;&lt;BR /&gt;netstat -na |grep LISTEN|grep 23&lt;BR /&gt;&lt;BR /&gt;should return something like:&lt;BR /&gt;&lt;BR /&gt;tcp        0      0 0.0.0.0:23              0.0.0.0:*               LISTEN  &lt;BR /&gt;&lt;BR /&gt;If not, then telnet is not running.  Run the following command:&lt;BR /&gt;&lt;BR /&gt;chkconfig --list|grep telnet&lt;BR /&gt;&lt;BR /&gt;If it comes back with:&lt;BR /&gt;&lt;BR /&gt;telnet: off&lt;BR /&gt;&lt;BR /&gt;then run:&lt;BR /&gt;&lt;BR /&gt;chkconfig telnet on&lt;BR /&gt;&lt;BR /&gt;and try telnetting again.&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 13 Nov 2001 10:06:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612102#M863</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-11-13T10:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612103#M864</link>
      <description>Telnet is disabled in redhat linux 7.0 by default. To enable it got /etc/xinetd.d/telnet file. In that there'l be a line &lt;BR /&gt;&lt;BR /&gt;"disable = yes"&lt;BR /&gt;&lt;BR /&gt;make it to&lt;BR /&gt;&lt;BR /&gt;"disable = no"&lt;BR /&gt;&lt;BR /&gt;And thatz it.&lt;BR /&gt;&lt;BR /&gt;bye&lt;BR /&gt;Sunil</description>
      <pubDate>Mon, 26 Nov 2001 14:49:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnetd/m-p/2612103#M864</guid>
      <dc:creator>Sunil Kumar C Aladhi</dc:creator>
      <dc:date>2001-11-26T14:49:17Z</dc:date>
    </item>
  </channel>
</rss>

