From owner-freebsd-questions Mon Dec 6 4:13:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 8E0C614F99 for ; Mon, 6 Dec 1999 04:13:08 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 11ux0d-0007Tp-00; Mon, 06 Dec 1999 14:12:51 +0200 From: Sheldon Hearn To: UnderbaT Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Little help with access changes. In-reply-to: Your message of "Mon, 06 Dec 1999 00:40:00 CST." <199912060640.AAA01918@sell103-125.resnet.wisc.edu> Date: Mon, 06 Dec 1999 14:12:51 +0200 Message-ID: <28756.944482371@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 06 Dec 1999 00:40:00 CST, UnderbaT wrote: > I was wondering what file i have to change so that I can log in as > root from a remote console. Right now I am trying to connect to my > computer at 146.151.1 03.125 from 146.151.104.67. Could you give me > any info as to which file i need to modify?? Not until you tell us _how_ you are trying to connect? Are you using telnet, ssh, rlogin, what? :-) If you're using telnet: 1) Don't. Investigate ssh. :-) 2) You need allow telnet connections from 146.151.104.67 with TCP Wrappers. I'm guessing here, of course, because you haven't told us which version of FreeBSD you are using. Look for an /etc/hosts.allow file. 3) Inetd needs to be running. Make sure you _don't_ have a line that looks like this in /etc/rc.conf: inetd_enable="NO" Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message