From owner-freebsd-questions@FreeBSD.ORG Sat May 19 08:55:06 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C99B16A403 for ; Sat, 19 May 2007 08:55:06 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (chylonia.3miasto.net [83.12.228.78]) by mx1.freebsd.org (Postfix) with ESMTP id 8173A13C45D for ; Sat, 19 May 2007 08:55:02 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l4J8smZ5055278; Sat, 19 May 2007 10:54:48 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l4J8smhB055275; Sat, 19 May 2007 10:54:48 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 19 May 2007 10:54:47 +0200 (CEST) From: Wojciech Puchar To: Ivan Carey In-Reply-To: <464E57BB.8060803@careytech.com.au> Message-ID: <20070519104744.B55208@wojtek.tensor.gdynia.pl> References: <464E57BB.8060803@careytech.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Remote login via modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2007 08:55:06 -0000 > > What I am trying to achieve is this. At the office I have a server, this > server is Not connected to the Internet, I need to be able to Administer it > from my Home office, so I am thinking that I need to access it via a serial > modem. > What do I need to do to achieve this. > man getty, put the right line in inittab and gettytab, and configure your modem to answer calls - you will get terminal access. other metod - use ppp to make IP connection to modem on password. second might me less efficient in case of slow modem, remote work will be slower