RedHat Enterprise Linux
Problem:
Enable Telnet Service in RHEL
Solution:
1) Install the telnet RPMs
#yum install telnet-server
2) Enable the telnet service from the /etc/xinetd.d/telnet file
# vi /etc/xinetd.d/telnet
3) Restart the service
# service xinetd restart
4) Check the connection from the client side
No comments:
Post a Comment