Hi,

1. #rpm -qa | grep telnet
      Just see whether telnet-server package is installed.

2. Check xinetd is installed or not
        #rpm -qa | grep xinetd

3.   /etc/xinet.d/telnet  should contain the following entries

service telnet
{
    disable = no
    flags       = REUSE
    socket_type = stream
    wait        = no
    user        = root
    server      = /usr/sbin/in.telnetd
    log_on_failure  += USERID
}

4. And finally restart the xinetd
/etc/rc.d/init.d/xinetd restart


regards

sudheesh

--
--------------------------------------------------------------------------------
This e-mail message and any files transmitted with it are intended solely for
the use of the individual or entity to which they are addressed. It may contain
confidential, proprietary or legally privileged information. If you are not the
intended  recipient please be advised that  you have  received this message in
error and any use is strictly prohibited. Please immediately delete it and all
copies of it from your system, destroy any hard copies of it and notify the
sender by return mail. You must not, directly or indirectly, use, disclose,
distribute, print, or copy any part of this message if you are not the intended
recipient.
------------------------------------------------------------------------------
Sudheesh K Pisharody
Software Engineer
SoftJin Infotech Pvt. Ltd.
Marathahalli,
Airport Road,
BANGALORE - 560 037
INDIA

TEL: 91-80-5234641 Ext 206
     91-80-5234642 Ext 206

FAX: 91-80-5234643

EMAIL: ksudheesh@red




_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to