Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2002 13:38:56 -0400
From:      "Kliment Andreev" <klimenta@futurebit.com>
To:        <freebsd-newbies@freebsd.org>
Subject:   Re: Newbie Telnet Question
Message-ID:  <001901c1e6ff$edb67050$ca0110ac@DEVELOPER.LOCAL>
References:  <a9mufd%2Bk1a2@eGroups.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> I installed the FreeBSD standard installation.  Is there a
> permission setting somewhere denying inbound telnet from
> other IP addresses?

It is better to use ssh.

But if you don't care about security just edit

/etc/inetd.conf and you will see the line

#telnet stream tcp ....

Remove "#" from the line and also remove "#" from ftp line if you want ftp
server running. Save this file, and from cmd line type

# ps -ax | grep inetd

Get the process number and restart inetd daemon with

#  kill -1 "number"

Now you will be able to telnet to the machine.

NOTE: You still won't be able to login as a root.

http://docs.freebsd.org/mail/archive/2000/freebsd-net/20000507.freebsd-net.h
tml

Check these postings to see "How do I login as root using telnet"...





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-newbies" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001901c1e6ff$edb67050$ca0110ac>