Helo Krishnan, inetd folder as well as inetd.conf file is not there. I am using version 7.1 Thanks ======================= Darshan S. Wakchaure =======================
"S. Krishnan" <sri_krishnan@yahoo.com To: linuxers@mm.ilug-bom.org.in > cc: Sent by: Subject: Re: [ILUG-BOM] (no subject) linuxers-admin@mm.ilug- bom.org.in
19-07-2001 01:36 PM Please respond to linuxers
--- Darshan.wakchaure@lntinfotech.com wrote:
Hi, Having problem telnetting to Linux machine. I have installed PCQ7.1 RHL7.1 based Linux on my server. But unable to get thru the telnet issue. Getting "connection refused" error, for which i checked telnetting from server and found that the service itself is not up, how do i start it ??
su to root, edit /etc/inetd.conf, and uncomment the telnet entry (and the entries for any other service that you may want to enable that is listed in inetd.conf). Also, be sure to read the documentation (man pages) for inetd and inetd.conf.
Rgds,
Krishnan
__________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ _______________________________________________ Richard Stallman's Public Lecture 5pm 17th July, at TIFR. Linuxers mailing list Linuxers@mm.ilug-bom.org.in http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
--- Darshan.wakchaure@lntinfotech.com wrote:
Helo Krishnan, inetd folder as well as inetd.conf file is not there. I am using version 7.1
check /etc/xinetd/(whatever)
cheerio, - sagar.
__________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/
On Thu, 19 Jul 2001 Darshan.wakchaure@lntinfotech.com wrote:
inetd folder as well as inetd.conf file is not there. I am using version 7.1
Redhat 7.1 uses xinetd - a version of inetd that gives you much more access control. Check /etc/xinetd.d/telnet
There will be a line that says disable = yes. Change that to no. Then do /etc/rc.d/initd/xinetd restart
You're through.
Read the man page on xinetd for more info.
Philip