Home » Infrastructure » Linux » configuring telnet on redhat linux 9
configuring telnet on redhat linux 9 [message #99157] Thu, 02 September 2004 17:42 Go to next message
chetna
Messages: 21
Registered: July 2004
Junior Member
friends,

after installing redhat linux 9, how do we configure "telnet","ftp" etc.

thanks 
Re: configuring telnet on redhat linux 9 [message #99160 is a reply to message #99157] Wed, 08 September 2004 22:10 Go to previous messageGo to next message
Daljit Singh
Messages: 290
Registered: October 2003
Location: Texas
Senior Member
Hi,

login as root goto /etc/xinetd.d

There you will find different files for different services. To enable telnet open a file named telnet using

vi telnet

and just change the value of parameter "disable" to no. Similarly for ftp make changes in tftp file.

Daljit Singh.
Re: configuring telnet on redhat linux 9 [message #99173 is a reply to message #99160] Mon, 13 September 2004 17:44 Go to previous messageGo to next message
chetna
Messages: 21
Registered: July 2004
Junior Member
thanks a bunch.

I was able to telnet.
but did not find tftp.

there is another similar file --- vsftpd.conf ---- is there any parameter that can be changed here to be able to ftp ?

thanks again
Re: configuring telnet on redhat linux 9 [message #99181 is a reply to message #99160] Mon, 20 September 2004 03:54 Go to previous messageGo to next message
A.Rayes
Messages: 3
Registered: July 2004
Junior Member
Install your ftp software and you will find the file under /etc/xinetd.d

it is better if you restart xinetd deamon
Re: configuring telnet on redhat linux 9 [message #99214 is a reply to message #99160] Mon, 01 November 2004 13:55 Go to previous messageGo to next message
David
Messages: 110
Registered: November 1998
Senior Member
cool thanks
Re: configuring telnet on redhat linux 9 [message #99225 is a reply to message #99160] Wed, 10 November 2004 03:43 Go to previous messageGo to next message
Agenol Medina
Messages: 1
Registered: November 2004
Junior Member
Hi Daljit,

As root I went to /etc/xinetd.d but there is no telnet file in it. But I saw it on another system.

I did ntsysv --level 345 and telnet does not appear as an option. Did I mis-install Redhat?

Thanks and sorry to be a bother

Agenol Medina
Re: configuring telnet on redhat linux 9 [message #99226 is a reply to message #99225] Wed, 10 November 2004 04:08 Go to previous messageGo to next message
Dan Kingshott
Messages: 1
Registered: November 2004
Junior Member
No you havn't installed RedHat incorrectly, it's most likely they havn't included the xinetd file for telnet or it has been removed as telnet is deprecated and insecure.

Consider using SSH (which will almost certainly be running by default) There's a free windows client available called putty, you should be able to google for it and find a download.

To enable telnet however, create a textfile /etc/xinetd.d/telnet and populate it with the following:

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

HTH,

dan.
Re: configuring telnet on redhat linux 9 [message #99244 is a reply to message #99226] Tue, 14 December 2004 10:39 Go to previous messageGo to next message
Rodney
Messages: 1
Registered: December 2004
Junior Member
Dan,

I did what you recommended above and I am still not able to telnet into my server. Any ideas?

I'm running Linux AS 3

I tried restarting telnet and i also reboot to try to ensure that telnet would be reset but I'm still unable to telnet into the server.

Rod
Re: configuring telnet on redhat linux 9 [message #99271 is a reply to message #99157] Tue, 11 January 2005 23:11 Go to previous message
rathipriya
Messages: 1
Registered: January 2005
Junior Member
hi if you are unable to access via ftp use the sftp command.
Previous Topic: Installation Oracle 10g - Io exception
Next Topic: Installation of oracle 11i application on red hat 3(entrprise edition)
Goto Forum:
  


Current Time: Thu Apr 25 15:27:25 CDT 2024