>Hi,
>
>Can anyone help with this problem ?
>
>I have installed Mandrake 6.5, standard installation. On reboot just after
>install I find that I cannot telnet to the box from any other unix/linux
box.
>I can however telnet to other boxes from the newly installed box.
>
>Also rsh to the the box gives an error in messages that state that access
was
>denied. My hosts.allow file has no entries, I've tried adding entries to
>allow everything but no joy.
>
>Any help appreciated
>
>Thanks
>
>Graham
>Graham Moore
>Computer Services Manager
>Solid State Logic Ltd
>Tel: 01865 842300
>Fax: 01865 841673
>
I think it´s the same problem I had with Mandrake 7.0: unlike other
distributions, there are two telnet rpm´s: "telnet-server" and "telnet-
client" and only the client is installed in an standard installation.
After you installed the server rpm, uncomment the following line in "/etc/
inetd.conf":
telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd
Then make sure you allowed access to telnet in "/etc"hosts.allow":
in.telnetd xxx.xxx.xxx.xxx
Should work then.
Ove