LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Telnet Server Install/Config on Red Hat 9 (https://www.linuxquestions.org/questions/linux-software-2/telnet-server-install-config-on-red-hat-9-a-102694/)

pldobs 10-11-2003 02:01 AM

Telnet Server Install/Config on Red Hat 9
 
I need to set up a telnet server on a Red Hat Linux 9 box. I've gotten it working great several times with 7.x series fine but 9 seems to be a different beast. Is it because the rpm does not install by default? I have spent many hours with no luck.

I have heard the warnings about using telnet. This box will be behind a hafrdware firewall and only about 3 trusted IP's will ever be able to see the box. I am in a beggers can't be choosers situation so I don't have any choice of using SSH instead.

Is there an A-Z fool proof tutorial somewhere on how to get it to work? Thanks in advance for any help!

frieza 10-11-2003 02:04 AM

emacs /etc/xinetd.d/wu-ftpd
set disable to no
/etc/init.d/xinetd restart
doesn't work?

pldobs 10-11-2003 02:10 AM

Isn't wu-ftpd for an FTP server? I do not have that file in etc/xinetd.d.
Here is a listing of the contents:

-rw-r--r-- 1 root root 563 Feb 24 2003 chargen
-rw-r--r-- 1 root root 580 Feb 24 2003 chargen-udp
-rwxr-xr-x 1 root root 239 Feb 12 2003 cups-lpd
-rw-r--r-- 1 root root 419 Feb 24 2003 daytime
-rw-r--r-- 1 root root 438 Feb 24 2003 daytime-udp
-rw-r--r-- 1 root root 341 Feb 24 2003 echo
-rw-r--r-- 1 root root 360 Feb 24 2003 echo-udp
-rw-r--r-- 1 root root 267 Feb 24 2003 ktalk
-rw-r--r-- 1 root root 317 Jan 25 2003 rsync
-rw-r--r-- 1 root root 312 Oct 10 23:35 servers
-rw-r--r-- 1 root root 313 May 4 19:56 services
-rw-r--r-- 1 root root 392 Jan 31 2003 sgi_fam
-rw-r--r-- 1 root root 497 Feb 24 2003 time
-rw-r--r-- 1 root root 518 Feb 24 2003 time-udp

frieza 10-11-2003 02:14 AM

well, you can get proftpd here
http://proftpd.linux.co.uk/
good luck setting it up

frieza 10-11-2003 02:15 AM

oops my bad (slaps forehead)
http://telnetd.sourceforge.net/

pldobs 10-11-2003 02:16 AM

FTP works fine. It is telnet that I am having trouble with.

megaspaz 10-11-2003 02:22 AM

maybe see if you did everything in the second reply.

http://www.computing.net/linux/wwwbo...rum/21899.html

basically make sure telnetd is set to run at boot and that you've configured your firewall (if you use one).

pldobs 10-11-2003 02:35 AM

I do not find telnetd on my system anywhere. the command "find / -name telnetd" turns up nothing. "rpm -qa|grep telnetd" also turns up no results. Should I assume I need to install an rpm to even begin? If so, does anyone know the name of the telnetd rpm that will work with Red Hat 9?

megaspaz 10-11-2003 02:47 AM

well the easiest way in red hat, is to open up your service configuration and see if telnet is in there. if i remember correctly, installing telnet-server puts telnet-server in the service configuration to run at boot, but is disabled by default. plus, you can't start/restart telnet-server like you can for something like smb (at least those buttons for me were disabled) so it looks like you need to reboot to activate the daemon. if you go to rpmfind.net, and do an index by name, look for telnet-server maybe instead of telnetd since telnet-server is contributed by red hat themselves. the version is an older version though. i'm sure using telnet-server would be easy to get working.

pldobs 10-11-2003 03:01 AM

I found the RPM at rpmfind.net. Thanks a million. Cool site. I'll have to add it to my links!

pldobs 10-11-2003 03:10 AM

It works! Life is Beautiful! Thanks again!

megaspaz 10-11-2003 03:28 AM

Quote:

Originally posted by pldobs
It works! Life is Beautiful! Thanks again!
cool. now that's up and running, you really should see if you can swing using a fully patched sshd instead. :p :D

zcc 10-27-2003 09:15 PM

Telnet server
 
how configure Telnet server in linux and what use this server and telnet commands
thx......


All times are GMT -5. The time now is 09:23 AM.