PROTOR Redhat : Installing TELNET server on Redhat

  • Post author:
  • Reading time:1 mins read
  • Post comments:0 Comments

By default the RedHat 7.2 installation will not allow a remote user to connect to the system using TELNET for security reasons. It is probably safest to leave the system like this and use an encrypted connect facility such as SSH. However if you do wish to allow TELNET access then you need to do the following.

Install the telnet-server RPM from the RedHat installation disk #1 either using a suitable package manager to use the following command line:

rpm --install --replacefiles --nodeps
/mnt/cdrom/RedHat/RPMS/telnet-server-*.i386.rpm

This installation creates a file telnet in the directory /etc/xinetd.d . Edit this file and change the line

disable = yes

to

disable = no

Restart xinetd by the command

xinetd restart
The following two tabs change content below.

Don Davies

Applications Group Manager at Prosig
Don Davies graduated from the Institute of Sound and Vibration Research (ISVR) at Southampton University in 1979. Don specialises in the capture and analysis of vibration data from rotating machines such as power station turbine generators. He created and developed the PROTOR system and is Applications Group Manager at Prosig. Don is a member of the British Computer Society.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.