Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am having connection issues with my new box. When I use IE, I can get the apache test page no problem. When I try and telnet in, port 23 is tried and the connection is failed. My only conclusion is that the http protocol goes through but something isn't configured correctly to allow the telnet connection to go through. Can anyone help with this?
Tinkster's right. You might want to check your inetd.conf file also which has all your services that are available to run. Make sure that your telnet service isn't commented out (doesn't have a # at the beginning of the line). I don't know where your inetd.conf is located as I don't use RedHat, but you can do a "whereis inetd.conf" or "locate inetd.conf" and that might produce better results for you. Another one to check is /etc/services which will list all your ports and the services connected to them (telnet is typically port 23). Make sure that the port isn't commented out there as well.
I do, however, have to agree with Tinkster in that you should probably look into ssh instead of telnet, but it's your system so you can do what you want. Hope this helps.
FYI: Redhat doesnt use the older inetd but the newer xinetd.
u should check in /etc/xinetd.d the telnet file. (vi /etc/xinetd.d/telnet)
see if it isnt set to "disable = yes"
Originally posted by KayJay FYI: Redhat doesnt use the older inetd but the newer xinetd.
u should check in /etc/xinetd.d the telnet file. (vi /etc/xinetd.d/telnet)
see if it isnt set to "disable = yes"
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.