<?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: Starting telnet daemon in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/starting-telnet-daemon/m-p/2756559#M1882</link>
    <description>Hi&lt;BR /&gt;  I don't have the telnet server package.&lt;BR /&gt;   Can anyone suggest the location from where I can download telnet server package of redhat 7.2 on i686.&lt;BR /&gt;&lt;BR /&gt;...BPK...</description>
    <pubDate>Wed, 03 Jul 2002 08:26:59 GMT</pubDate>
    <dc:creator>Praveen Bezawada</dc:creator>
    <dc:date>2002-07-03T08:26:59Z</dc:date>
    <item>
      <title>Starting telnet daemon</title>
      <link>https://community.hpe.com/t5/operating-system-linux/starting-telnet-daemon/m-p/2756554#M1877</link>
      <description>Hi&lt;BR /&gt;   How to start the telnet daemon on a linux machine.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;...BPK...</description>
      <pubDate>Tue, 02 Jul 2002 16:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/starting-telnet-daemon/m-p/2756554#M1877</guid>
      <dc:creator>Praveen Bezawada</dc:creator>
      <dc:date>2002-07-02T16:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Starting telnet daemon</title>
      <link>https://community.hpe.com/t5/operating-system-linux/starting-telnet-daemon/m-p/2756555#M1878</link>
      <description>I am on redhat 7.2</description>
      <pubDate>Tue, 02 Jul 2002 16:52:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/starting-telnet-daemon/m-p/2756555#M1878</guid>
      <dc:creator>Praveen Bezawada</dc:creator>
      <dc:date>2002-07-02T16:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Starting telnet daemon</title>
      <link>https://community.hpe.com/t5/operating-system-linux/starting-telnet-daemon/m-p/2756556#M1879</link>
      <description>If you have the 'telnet-server' package installed (rpm -q telnet-server), then you can just issue the following two commands as root:&lt;BR /&gt;&lt;BR /&gt;chkconfig telnet on&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;This does the following steps:&lt;BR /&gt;  (chkconfig telnet on)&lt;BR /&gt;    modfies /etc/xinetd.d/telnet, changes the 'disabled = yes' line to 'disabled = no'.&lt;BR /&gt;  (service xinetd restart)&lt;BR /&gt;    this basically issues an '/etc/rc.d/init.d/xinetd restart', which does something similar to "kill -USR1 `cat /var/run/xinetd.pid`".&lt;BR /&gt;&lt;BR /&gt;If the package is not installed, then you'll need to grab it from your Installation media, or from your nearest RedHat mirror.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Tue, 02 Jul 2002 23:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/starting-telnet-daemon/m-p/2756556#M1879</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-07-02T23:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Starting telnet daemon</title>
      <link>https://community.hpe.com/t5/operating-system-linux/starting-telnet-daemon/m-p/2756557#M1880</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I think telnetd is kicked by xinetd. &lt;BR /&gt;&lt;BR /&gt;So that you don't need to do "chkconfig telnet on". Actually, you don't have /etc/rc.d/init.d/telnet file....&lt;BR /&gt;So that #chkconfig telnet on will fail.&lt;BR /&gt;&lt;BR /&gt;good luck &lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jul 2002 01:22:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/starting-telnet-daemon/m-p/2756557#M1880</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2002-07-03T01:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Starting telnet daemon</title>
      <link>https://community.hpe.com/t5/operating-system-linux/starting-telnet-daemon/m-p/2756558#M1881</link>
      <description>masanari,&lt;BR /&gt;&lt;BR /&gt;chkconfig on anything after RH7.0 does both services started from xinetd, as well as /etc/rc.d/init.d/, under it's command.  RH7.1 and above have the telnet service defaulting to 'off', assuming the user will use the more secure 'ssh' abilities.  It needs to be explicitly turned back on.&lt;BR /&gt;&lt;BR /&gt;bkx</description>
      <pubDate>Wed, 03 Jul 2002 06:06:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/starting-telnet-daemon/m-p/2756558#M1881</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-07-03T06:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Starting telnet daemon</title>
      <link>https://community.hpe.com/t5/operating-system-linux/starting-telnet-daemon/m-p/2756559#M1882</link>
      <description>Hi&lt;BR /&gt;  I don't have the telnet server package.&lt;BR /&gt;   Can anyone suggest the location from where I can download telnet server package of redhat 7.2 on i686.&lt;BR /&gt;&lt;BR /&gt;...BPK...</description>
      <pubDate>Wed, 03 Jul 2002 08:26:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/starting-telnet-daemon/m-p/2756559#M1882</guid>
      <dc:creator>Praveen Bezawada</dc:creator>
      <dc:date>2002-07-03T08:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Starting telnet daemon</title>
      <link>https://community.hpe.com/t5/operating-system-linux/starting-telnet-daemon/m-p/2756560#M1883</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;You may download the "telnet" and "telnet-server" rpm from&lt;BR /&gt;&lt;A href="ftp://ftp.redhat.com/pub/redhat/redhat-7.2-en/os/i386/RedHat/RPMS" target="_blank"&gt;ftp://ftp.redhat.com/pub/redhat/redhat-7.2-en/os/i386/RedHat/RPMS&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;They are binary for i386 system.&lt;BR /&gt;Of course you can use it on i686 cpu.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jul 2002 11:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/starting-telnet-daemon/m-p/2756560#M1883</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2002-07-03T11:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Starting telnet daemon</title>
      <link>https://community.hpe.com/t5/operating-system-linux/starting-telnet-daemon/m-p/2756561#M1884</link>
      <description>Just as a note, there is a web-based interface for the system administration tasks.  You can find it at &lt;A href="http://www.webmin.com." target="_blank"&gt;www.webmin.com.&lt;/A&gt;  So when you are stuck trying to figure out how certain things run in Linux, you can turn to the GUI to help.  It's free also.</description>
      <pubDate>Tue, 09 Jul 2002 18:01:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/starting-telnet-daemon/m-p/2756561#M1884</guid>
      <dc:creator>Daimian Woznick</dc:creator>
      <dc:date>2002-07-09T18:01:08Z</dc:date>
    </item>
  </channel>
</rss>

