<?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 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946060#M46494</link>
    <description>[root@localhost root]# /etc/hosts.allow&lt;BR /&gt;-bash: /etc/hosts.allow: Permission denied&lt;BR /&gt;[root@localhost root]# /etc/xinetd.d/telnet&lt;BR /&gt;-bash: /etc/xinetd.d/telnet: Permission denied&lt;BR /&gt;[root@localhost root]#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;am the root and no permission for me to access these directories !!!!</description>
    <pubDate>Wed, 14 Dec 2005 09:28:59 GMT</pubDate>
    <dc:creator>muna_1</dc:creator>
    <dc:date>2005-12-14T09:28:59Z</dc:date>
    <item>
      <title>Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946050#M46484</link>
      <description>hello guys&lt;BR /&gt;&lt;BR /&gt;I have problem with telnet service, I did enable it in the server but i can't login&lt;BR /&gt;&lt;BR /&gt;this is my try:&lt;BR /&gt;&lt;BR /&gt;______________________________________&lt;BR /&gt;&lt;BR /&gt;[root@localhost root]# telnet 16.53.208.173&lt;BR /&gt;Trying 16.53.208.173...&lt;BR /&gt;Connected to 16.53.208.173 (16.53.208.173).&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;&lt;BR /&gt;    localhost (Linux release 2.4.21-15.EL #1 SMP Thu Apr 22 00:13:07 EDT 2004) (3)&lt;BR /&gt;&lt;BR /&gt;login: muna&lt;BR /&gt;Password for muna:&lt;BR /&gt;login: Cannot resolve network address for KDC in requested realm while getting initial credentials&lt;BR /&gt;Login incorrect&lt;BR /&gt;login:&lt;BR /&gt;______________________________________&lt;BR /&gt;&lt;BR /&gt;I used the root account to login and it didn't work and i have tried the user "muna" and i got the above result&lt;BR /&gt;&lt;BR /&gt;can somebody help plzz ?&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Dec 2005 01:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946050#M46484</guid>
      <dc:creator>muna_1</dc:creator>
      <dc:date>2005-12-11T01:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946051#M46485</link>
      <description>apparently the server tries to authenticate against some DC.&lt;BR /&gt;If you wish to disable this-type authconfig&lt;BR /&gt;as root on that machine and uncheck the use Kerberos option...&lt;BR /&gt;&lt;BR /&gt;as for being able to login as root:&lt;BR /&gt;this option is disabled by default,since using telnet is very unsecure and dangerous,however if security is not an issue then edit the file /etc/securetty and append to it's end about 20 lines with pts/0&lt;BR /&gt;pts/1 pts/2 and so on till pts/19. Each on his own line.&lt;BR /&gt;Hope it helps...</description>
      <pubDate>Sun, 11 Dec 2005 01:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946051#M46485</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-12-11T01:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946052#M46486</link>
      <description>See the following steps:&lt;BR /&gt;&lt;BR /&gt;[root@localhost root]# vi /etc/securetty&lt;BR /&gt;&lt;BR /&gt;console&lt;BR /&gt;vc/1&lt;BR /&gt;vc/2&lt;BR /&gt;vc/3&lt;BR /&gt;vc/4&lt;BR /&gt;vc/5&lt;BR /&gt;vc/6&lt;BR /&gt;vc/7&lt;BR /&gt;vc/8&lt;BR /&gt;vc/9&lt;BR /&gt;vc/10&lt;BR /&gt;vc/11&lt;BR /&gt;tty1&lt;BR /&gt;tty2&lt;BR /&gt;tty3&lt;BR /&gt;tty4&lt;BR /&gt;tty5&lt;BR /&gt;tty6&lt;BR /&gt;tty7&lt;BR /&gt;tty8&lt;BR /&gt;tty9&lt;BR /&gt;tty10&lt;BR /&gt;tty11&lt;BR /&gt;"/etc/securetty" 23L, 122C                                    1,1           All&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i have no idea :(</description>
      <pubDate>Sun, 11 Dec 2005 05:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946052#M46486</guid>
      <dc:creator>muna_1</dc:creator>
      <dc:date>2005-12-11T05:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946053#M46487</link>
      <description>make it look like this:&lt;BR /&gt;console&lt;BR /&gt;vc/1&lt;BR /&gt;vc/2&lt;BR /&gt;vc/3&lt;BR /&gt;vc/4&lt;BR /&gt;vc/5&lt;BR /&gt;vc/6&lt;BR /&gt;vc/7&lt;BR /&gt;vc/8&lt;BR /&gt;vc/9&lt;BR /&gt;vc/10&lt;BR /&gt;vc/11&lt;BR /&gt;tty1&lt;BR /&gt;tty2&lt;BR /&gt;tty3&lt;BR /&gt;tty4&lt;BR /&gt;tty5&lt;BR /&gt;tty6&lt;BR /&gt;tty7&lt;BR /&gt;tty8&lt;BR /&gt;tty9&lt;BR /&gt;tty10&lt;BR /&gt;tty11&lt;BR /&gt;pts/0&lt;BR /&gt;pts/1&lt;BR /&gt;pts/2&lt;BR /&gt;pts/3&lt;BR /&gt;pts/4&lt;BR /&gt;pts/5&lt;BR /&gt;pts/6&lt;BR /&gt;pts/7&lt;BR /&gt;pts/8&lt;BR /&gt;pts/9&lt;BR /&gt;pts/10&lt;BR /&gt;pts/11&lt;BR /&gt;pts/12&lt;BR /&gt;pts/13&lt;BR /&gt;pts/14&lt;BR /&gt;pts/15&lt;BR /&gt;pts/16&lt;BR /&gt;pts/17&lt;BR /&gt;pts/18&lt;BR /&gt;pts/19</description>
      <pubDate>Sun, 11 Dec 2005 05:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946053#M46487</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-12-11T05:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946054#M46488</link>
      <description>as for KDC messages - may be you activated krb5-telnet service instead of telnet?&lt;BR /&gt;&lt;BR /&gt;In order to use a *bad old* telnet you should see the following output when you run &lt;BR /&gt;chkconfig --list|grep telne&lt;BR /&gt;         krb5-telnet:    off&lt;BR /&gt;        telnet: on&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Dec 2005 07:14:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946054#M46488</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-12-11T07:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946055#M46489</link>
      <description>I lost the connection and I am getting this now&lt;BR /&gt;&lt;BR /&gt;[root@localhost root]# ntsysv&lt;BR /&gt;[root@localhost root]# chkconfig --list|grep telne&lt;BR /&gt;        krb5-telnet:    off&lt;BR /&gt;        telnet: on&lt;BR /&gt;[root@localhost root]# telnet 16.53.208.173&lt;BR /&gt;Trying 16.53.208.173...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Dec 2005 03:03:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946055#M46489</guid>
      <dc:creator>muna_1</dc:creator>
      <dc:date>2005-12-14T03:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946056#M46490</link>
      <description>Seems you have to install standart telnet-server package. &lt;BR /&gt;&lt;BR /&gt;Check out the following link: &lt;A href="http://www.unixguide.net/linux/notes01.shtml" target="_blank"&gt;http://www.unixguide.net/linux/notes01.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Wed, 14 Dec 2005 03:18:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946056#M46490</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-12-14T03:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946057#M46491</link>
      <description>I installed telnet service from the RedHat CD&lt;BR /&gt;&lt;BR /&gt;[root@localhost RPMS]# rpm -ivh --force telnet-0.17-26.EL3.2.ia64.rpm&lt;BR /&gt;Preparing...                ########################################### [100%]&lt;BR /&gt;   1:telnet                 ########################################### [100%]&lt;BR /&gt;&lt;BR /&gt;[root@localhost root]# chkconfig --list|grep telne&lt;BR /&gt;        krb5-telnet:    off&lt;BR /&gt;        telnet: on&lt;BR /&gt;&lt;BR /&gt;[root@localhost root]# telnet 16.53.208.173&lt;BR /&gt;Trying 16.53.208.173...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;guys what is my mistake I can't understand what's wrong and what exactly I miss here!!!</description>
      <pubDate>Wed, 14 Dec 2005 08:52:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946057#M46491</guid>
      <dc:creator>muna_1</dc:creator>
      <dc:date>2005-12-14T08:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946058#M46492</link>
      <description>try &lt;BR /&gt;service iptables stop&lt;BR /&gt;and if doesn't help what's your IP?&lt;BR /&gt;P.S.&lt;BR /&gt;assigning points to previous answers will be a good start and probably will cause many other members to make an effort and to advise you...</description>
      <pubDate>Wed, 14 Dec 2005 09:04:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946058#M46492</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-12-14T09:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946059#M46493</link>
      <description>Please add the following to the bottom of your /etc/hosts.allow file:&lt;BR /&gt;&lt;BR /&gt;in.telnetd:ALL&lt;BR /&gt;&lt;BR /&gt;Also make sure that telnet service (/etc/xinetd.d/telnet) has "disable = no" line.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Wed, 14 Dec 2005 09:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946059#M46493</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-12-14T09:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946060#M46494</link>
      <description>[root@localhost root]# /etc/hosts.allow&lt;BR /&gt;-bash: /etc/hosts.allow: Permission denied&lt;BR /&gt;[root@localhost root]# /etc/xinetd.d/telnet&lt;BR /&gt;-bash: /etc/xinetd.d/telnet: Permission denied&lt;BR /&gt;[root@localhost root]#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;am the root and no permission for me to access these directories !!!!</description>
      <pubDate>Wed, 14 Dec 2005 09:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946060#M46494</guid>
      <dc:creator>muna_1</dc:creator>
      <dc:date>2005-12-14T09:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946061#M46495</link>
      <description>you're trying to execute these files ,instead&lt;BR /&gt;do:&lt;BR /&gt;cat /etc/hosts.allow&lt;BR /&gt;cat /etc/hosts.deny</description>
      <pubDate>Wed, 14 Dec 2005 09:35:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946061#M46495</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-12-14T09:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946062#M46496</link>
      <description>[root@localhost root]# cat /etc/hosts.allow&lt;BR /&gt;#&lt;BR /&gt;# hosts.allow   This file describes the names of the hosts which are&lt;BR /&gt;#               allowed to use the local INET services, as decided&lt;BR /&gt;#               by the '/usr/sbin/tcpd' server.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;[root@localhost root]# cat /etc/hosts.deny&lt;BR /&gt;#&lt;BR /&gt;# hosts.deny    This file describes the names of the hosts which are&lt;BR /&gt;#               *not* allowed to use the local INET services, as decided&lt;BR /&gt;#               by the '/usr/sbin/tcpd' server.&lt;BR /&gt;#&lt;BR /&gt;# The portmap line is redundant, but it is left to remind you that&lt;BR /&gt;# the new secure portmap uses hosts.deny and hosts.allow.  In particular&lt;BR /&gt;# you should know that NFS uses portmap!&lt;BR /&gt;&lt;BR /&gt;Can you explain please !</description>
      <pubDate>Wed, 14 Dec 2005 09:41:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946062#M46496</guid>
      <dc:creator>muna_1</dc:creator>
      <dc:date>2005-12-14T09:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946063#M46497</link>
      <description>OK,these files aren't preventing your telnet session.&lt;BR /&gt;Maybe you have iptables service enabled.&lt;BR /&gt;Try to close it with command:&lt;BR /&gt;service iptables stop&lt;BR /&gt;then  try to open the telnet session again..</description>
      <pubDate>Wed, 14 Dec 2005 09:49:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946063#M46497</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-12-14T09:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946064#M46498</link>
      <description>Why do you want to use this obsolete service?&lt;BR /&gt;&lt;BR /&gt;Use secure shell (SSH) instead.&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Dec 2005 10:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946064#M46498</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-12-14T10:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946065#M46499</link>
      <description>Muna,&lt;BR /&gt;&lt;BR /&gt;As Sergejs suggested, you should install telnet-server-x.y.z.rpm package in addition to telnet-x.y.z package - the first one is telnet daemon (==server) and the second one is just telnet client.</description>
      <pubDate>Wed, 14 Dec 2005 10:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946065#M46499</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-12-14T10:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946066#M46500</link>
      <description>Hello again&lt;BR /&gt;&lt;BR /&gt;The problem now I don't know in which disc I can find telnet-server&lt;BR /&gt;&lt;BR /&gt;I have installed one called:&lt;BR /&gt;telnet-0.17-26.EL3.2.ia64.rpm&lt;BR /&gt;&lt;BR /&gt;is it the same you meant or ?&lt;BR /&gt;&lt;BR /&gt;I am trying to download the third disc to find out if it includes telnet service....</description>
      <pubDate>Thu, 15 Dec 2005 03:36:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946066#M46500</guid>
      <dc:creator>muna_1</dc:creator>
      <dc:date>2005-12-15T03:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946067#M46501</link>
      <description>You have to install the server program for the telnet remote login protocol.&lt;BR /&gt;&lt;BR /&gt;The package name is: &lt;BR /&gt;telnet-server-0.17-26.EL3.3.ia64.rpm&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Thu, 15 Dec 2005 04:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946067#M46501</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-12-15T04:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946068#M46502</link>
      <description>ok I did install the telnet-server&lt;BR /&gt;&lt;BR /&gt;and it's on but still am getting this:&lt;BR /&gt;&lt;BR /&gt;[root@localhost root]# telnet 16.53.208.173&lt;BR /&gt;Trying 16.53.208.173...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt;I don't know what is ma mistake !!&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Dec 2005 02:05:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946068#M46502</guid>
      <dc:creator>muna_1</dc:creator>
      <dc:date>2005-12-20T02:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946069#M46503</link>
      <description>[root@localhost root]# /etc/xinetd.d/telnet&lt;BR /&gt;bash: /etc/xinetd.d/telnet: Permission denied&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;!!!!!!!!!!!!!!!</description>
      <pubDate>Tue, 20 Dec 2005 02:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/telnet/m-p/4946069#M46503</guid>
      <dc:creator>muna_1</dc:creator>
      <dc:date>2005-12-20T02:15:00Z</dc:date>
    </item>
  </channel>
</rss>

