<?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: cannot telnet out in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-out/m-p/2725334#M90144</link>
    <description>Try renaming the file /etc/resolv.conf to resolve.conf.back on both machines and then try to telnet using the machine name.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;George</description>
    <pubDate>Thu, 16 May 2002 11:13:19 GMT</pubDate>
    <dc:creator>George_Dodds</dc:creator>
    <dc:date>2002-05-16T11:13:19Z</dc:date>
    <item>
      <title>cannot telnet out</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-out/m-p/2725331#M90141</link>
      <description>I have 2 linux redhat boxes on a small network.&lt;BR /&gt;they both have entries in hosts for each machine but i cannot telnet from one machine to the other?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Thu, 16 May 2002 11:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-out/m-p/2725331#M90141</guid>
      <dc:creator>Abdul Ali_1</dc:creator>
      <dc:date>2002-05-16T11:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: cannot telnet out</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-out/m-p/2725332#M90142</link>
      <description>this could be a dns issue&lt;BR /&gt;&lt;BR /&gt;Are you wanting to dns for these machines?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;George</description>
      <pubDate>Thu, 16 May 2002 11:03:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-out/m-p/2725332#M90142</guid>
      <dc:creator>George_Dodds</dc:creator>
      <dc:date>2002-05-16T11:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: cannot telnet out</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-out/m-p/2725333#M90143</link>
      <description>I do not needs to use dns as this is a home netwoek</description>
      <pubDate>Thu, 16 May 2002 11:09:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-out/m-p/2725333#M90143</guid>
      <dc:creator>Abdul Ali_1</dc:creator>
      <dc:date>2002-05-16T11:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: cannot telnet out</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-out/m-p/2725334#M90144</link>
      <description>Try renaming the file /etc/resolv.conf to resolve.conf.back on both machines and then try to telnet using the machine name.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;George</description>
      <pubDate>Thu, 16 May 2002 11:13:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-out/m-p/2725334#M90144</guid>
      <dc:creator>George_Dodds</dc:creator>
      <dc:date>2002-05-16T11:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: cannot telnet out</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-out/m-p/2725335#M90145</link>
      <description>Which version of RedHat ?&lt;BR /&gt;&lt;BR /&gt;Is the telnet server installed? This question because, by default on RedHat 7.2 the telnet server are not automaticaly installed.&lt;BR /&gt;&lt;BR /&gt;If the rpm is installed, is the /etc/xinet.d/telnet file correctly configured, and the 23 TCP port listening ( netstat -an |grep 23 )?</description>
      <pubDate>Fri, 17 May 2002 04:53:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-out/m-p/2725335#M90145</guid>
      <dc:creator>SCHLECHT</dc:creator>
      <dc:date>2002-05-17T04:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: cannot telnet out</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-out/m-p/2725336#M90146</link>
      <description>Also make sure that telnet server is installed, up and running.&lt;BR /&gt;Note that if you try to telnet on host as ROOT user, you should have modify the security rules, otherwise you should not be allowed to open a connection. file /etc/security to check.&lt;BR /&gt;HTH&lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 21 May 2002 08:53:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-out/m-p/2725336#M90146</guid>
      <dc:creator>MiQUET Pascal</dc:creator>
      <dc:date>2002-05-21T08:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: cannot telnet out</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-out/m-p/2725337#M90147</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;1) Have you installed telnet and telnet-server rpm in both linux boxes?&lt;BR /&gt;# rpm -qa | grep telnet&lt;BR /&gt;&lt;BR /&gt;2) Have you enable both telnet by xinetd?&lt;BR /&gt;Edit /etc/xinetd.d/telnet &lt;BR /&gt;&lt;BR /&gt;Disable=yes  to Disable=no&lt;BR /&gt;&lt;BR /&gt;then restart xinetd. (/etc/rc.d/init.d/xinetd restart)&lt;BR /&gt;&lt;BR /&gt;3) Have you put hosts in /etc/hosts?&lt;BR /&gt;&lt;BR /&gt;4) Have you checked /etc/hosts.allow and /etc/hosts.deny?&lt;BR /&gt;&lt;BR /&gt;5) Do you want to use DNS?&lt;BR /&gt;If no, you don't need /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;6) Have you checked ipchains?&lt;BR /&gt;# /sbin/ipchains -L  to see if&lt;BR /&gt;your config reject packets from others.&lt;BR /&gt;&lt;BR /&gt;7) Are you trying to login as root?&lt;BR /&gt;On Linux system, root login over network is not allow.&lt;BR /&gt;Try other user instead.&lt;BR /&gt;&lt;BR /&gt;8) Exactly what is the error message you see?&lt;BR /&gt;Connection refused? or no message at all?&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 May 2002 10:48:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-out/m-p/2725337#M90147</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2002-05-21T10:48:40Z</dc:date>
    </item>
  </channel>
</rss>

