Telnet, rlogin and other network services

This sectino discusses:

Configuring network services

Internet Network Services are enabled and disabled by changing files in the directory: /etc/xinetd.d.

If you don't have a file named /etc/xinetd.d/echo on your system, then download xinetd and install it:

rpm -iv xinetd*rpm
You can configure which services are enabled one of two ways:

Troubleshooting Network Services

Problem Solution
The /etc/xinetd.d directory doesn't exist. Get the xinetd package and install it.
The /etc/xinetd.d/telnet file doesn't exist. Get the telnet-server package and install it.
The /etc/xinetd.d/rsh (for rlogin) file doesn't exist. Get the rsh-server package and install it.
I can't telnet or rlogin as root. edit /etc/pam.d/login
Insert a # at the beginning of the following line:
auth required /lib/security/pam_securetty.so

Where to get more information

Linux Quick Reference Home
Linux Migration Home