<?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: getting error message while trying to telnet to rhel 5.2 server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/getting-error-message-while-trying-to-telnet-to-rhel-5-2-server/m-p/4754729#M43684</link>
    <description>Instead of adding all your clients to /etc/hosts, have your DNS server administrator fix the reverse DNS records (record type PTR). Since they are completely separate from regular A records, many DNS administrators may neglect keeping them up-to-date.&lt;BR /&gt;&lt;BR /&gt;There are several free tools and scripts for updating the reverse DNS records automatically - but since they are not always applicable to all sites and situations, they are often not integrated to the DNS server itself, and the DNS administrator must specifically install/enable them if s/he wants to use them.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Mon, 21 Feb 2011 08:09:45 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2011-02-21T08:09:45Z</dc:date>
    <item>
      <title>getting error message while trying to telnet to rhel 5.2 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-error-message-while-trying-to-telnet-to-rhel-5-2-server/m-p/4754726#M43681</link>
      <description>dear all&lt;BR /&gt;&lt;BR /&gt;when i am trying to telnet into a rhel 5.2 server i am getting the following error message.&lt;BR /&gt;&lt;BR /&gt;getnameinfo: localhost: Success&lt;BR /&gt;Temporary failure in name resolution: illegal seek&lt;BR /&gt;Connection to host lost: &lt;BR /&gt;&lt;BR /&gt;But if i am putting the client ip address entry in /etc/hosts file, it is working fine. I am also not able to login using root while telnetting into the same machine. Please give me the reason why i am not able to login using root through telnet and also give solution for the above problem.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Aabarnam.S</description>
      <pubDate>Fri, 18 Feb 2011 12:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-error-message-while-trying-to-telnet-to-rhel-5-2-server/m-p/4754726#M43681</guid>
      <dc:creator>Aabarnam</dc:creator>
      <dc:date>2011-02-18T12:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: getting error message while trying to telnet to rhel 5.2 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-error-message-while-trying-to-telnet-to-rhel-5-2-server/m-p/4754727#M43682</link>
      <description>Reverse DNS lookup failure.&lt;BR /&gt;&lt;BR /&gt;When you're telnetting to your server, the telnetd process on the server only sees the IP address of the client. It needs to convert it to a hostname to write the proper session records to /var/run/utmp and /var/log/wtmp. So it must find a name that corresponds to the client's IP address. This is called a "reverse DNS lookup".&lt;BR /&gt;&lt;BR /&gt;Telnetting as root is prevented by the pam_securetty PAM module: since you're not logging in from the system console, using the "root" account to login is not allowed. You must use your personal user account to log in, and then use "su", "sudo" or equivalent command to get root access.&lt;BR /&gt;&lt;BR /&gt;Using telnet to log in as root is very bad practice in two ways:&lt;BR /&gt;- The telnet protocol is not encrypted, so anyone listening to the network traffic can easily capture your root password.&lt;BR /&gt;- If more than one person knows the root password, there will be no record to identify which of them logged in. If your system is in a bank, a phone company or in some other way involved with people's personal information, money or other vital things, this is likely to be a clear violation of legal requirements (failure of accountability, who-did-what-when). If your system is not that important, it still allows one sysadmin to blame another for his/her own mistakes.&lt;BR /&gt;&lt;BR /&gt;If you use SSH instead of telnet, logging in as root is allowed by RHEL 5.2 defaults. While it's still a bad practice, at least it isn't so horribly insecure as using telnet.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sun, 20 Feb 2011 13:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-error-message-while-trying-to-telnet-to-rhel-5-2-server/m-p/4754727#M43682</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-02-20T13:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: getting error message while trying to telnet to rhel 5.2 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-error-message-while-trying-to-telnet-to-rhel-5-2-server/m-p/4754728#M43683</link>
      <description>Hai&lt;BR /&gt;&lt;BR /&gt;thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;Is there any ways to disable the reverse DNS lookup or we have to add all the client's IP address to /etc/hosts file.&lt;BR /&gt;&lt;BR /&gt;Aabarnam</description>
      <pubDate>Sun, 20 Feb 2011 14:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-error-message-while-trying-to-telnet-to-rhel-5-2-server/m-p/4754728#M43683</guid>
      <dc:creator>Aabarnam</dc:creator>
      <dc:date>2011-02-20T14:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: getting error message while trying to telnet to rhel 5.2 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-error-message-while-trying-to-telnet-to-rhel-5-2-server/m-p/4754729#M43684</link>
      <description>Instead of adding all your clients to /etc/hosts, have your DNS server administrator fix the reverse DNS records (record type PTR). Since they are completely separate from regular A records, many DNS administrators may neglect keeping them up-to-date.&lt;BR /&gt;&lt;BR /&gt;There are several free tools and scripts for updating the reverse DNS records automatically - but since they are not always applicable to all sites and situations, they are often not integrated to the DNS server itself, and the DNS administrator must specifically install/enable them if s/he wants to use them.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 21 Feb 2011 08:09:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-error-message-while-trying-to-telnet-to-rhel-5-2-server/m-p/4754729#M43684</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-02-21T08:09:45Z</dc:date>
    </item>
  </channel>
</rss>

