Services such as these are enabled by editing the /etc/inetd.conf file.
Then, you must also use the to
activate inetd in the desired runlevels. Note
Telnetd is not installed by default, please install the package telnet-server
You would be better off using ssh in place of telnet.
Now services started by xinetd (inetd) use the tcp wrappers, so to get things
working you will have to do some editing to the files /etc/hosts.allow
and /etc/hosts.deny. See man 5 hosts_access for details of the format.
|