From owner-freebsd-questions@FreeBSD.ORG Sat May 19 06:09:59 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 A1C9016A402 for ; Sat, 19 May 2007 06:09:59 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-2.EUnet.yu (smtpclu-2.eunet.yu [194.247.192.227]) by mx1.freebsd.org (Postfix) with ESMTP id E192D13C455 for ; Sat, 19 May 2007 06:09:58 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-229-48.eunet.yu [213.198.229.48]) by smtpclu-2.EUnet.yu (8.13.6/8.13.6) with ESMTP id l4J5nleS018599; Sat, 19 May 2007 07:49:47 +0200 Message-Id: <200705190549.l4J5nleS018599@smtpclu-2.EUnet.yu> Date: Sat, 19 May 2007 07:49:46 +0200 From: Nikola Lecic To: freebsd-questions@freebsd.org In-Reply-To: <464E57BB.8060803@careytech.com.au> References: <464E57BB.8060803@careytech.com.au> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_20,UNPARSEABLE_RELAY X-AVAS-Spam-Score: -0.7 Cc: ivan@careytech.com.au 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 06:09:59 -0000 On Sat, 19 May 2007 11:49:47 +1000 Ivan Carey wrote: > Hello, > I would like to be able to access my network remotely via modem > access. >=20 > 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. You need getty(8) or /usr/ports/comms/mgetty+sendfax. Please read http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dialup.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html Nikola Le=C4=8Di=C4=87