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.
Latest posts by Don Davies (see all)
- Strain Gauge Basics – Part 2 – Shunt Calibration - February 26, 2024
- Bearing & Gearbox Vibration Analysis Using Demodulation Techniques (Part 1) - February 23, 2024
- Strain Gauge Basics – Part 1 - February 9, 2024