On Tue, 12 Oct 1999, Ruediger Bub wrote:
> > "F�lix J. S�nchez" wrote:
> >
> > > Hello:
> > >
> > > I have installing Kernel 2.2.9 of linux and the daemon of telnet is listen.
> > > But when I try telnet in this computer it connects well but the login and
> > > password of my root account is wrong always.
> > > �why is it like this?
> >
> > Nothing to do with networking, you just can't telnet as root. If you
> > don't care about security (:P) then telnet as a normal user and then
> > use the su command.
> >
what message do you get when you try to login?
is it: Login incorrect
or is it: Root login refused on this terminal
check /etc/securetty
this file lists ttys from which root can log in.
in order for you to telnet as root, it should contain the line
ttyp0
also, check /etc/inetd.conf and make sure that indeed the original telnet
daemon is listening. check for similar line:
telnet stream tcp nowait root /usr/sbin/in.telnetd
finally, if all else fails, make sure that CapsLock isn't lit on your
keyboard ;)
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]