From owner-freebsd-questions@FreeBSD.ORG Sat May 19 20:56:53 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 AE67516A400 for ; Sat, 19 May 2007 20:56:53 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-5.eunet.yu (smtpclu-5.eunet.yu [194.247.192.230]) by mx1.freebsd.org (Postfix) with ESMTP id 3DC6C13C4B0 for ; Sat, 19 May 2007 20:56:53 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-229-48.eunet.yu [213.198.229.48]) by smtpclu-5.eunet.yu (8.13.6/8.13.6) with ESMTP id l4JKumF3011352 for ; Sat, 19 May 2007 22:56:49 +0200 Message-Id: <200705192056.l4JKumF3011352@smtpclu-5.eunet.yu> Date: Sat, 19 May 2007 22:56:54 +0200 From: Nikola Lecic To: freebsd-questions@freebsd.org In-Reply-To: <20070519194535.GA66818@metron.com> References: <464E57BB.8060803@careytech.com.au> <200705190549.l4J5nleS018599@smtpclu-2.EUnet.yu> <20070519194535.GA66818@metron.com> 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_50,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.0 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 20:56:53 -0000 On Sat, 19 May 2007 12:45:35 -0700 Lou Katz wrote: > On Sat, May 19, 2007 at 07:49:46AM +0200, Nikola Lecic wrote: > > On Sat, 19 May 2007 11:49:47 +1000 > > Ivan Carey wrote: > >=20 > > > 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. > >=20 > > You need getty(8) or /usr/ports/comms/mgetty+sendfax. Please read > >=20 > > 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 > >=20 >=20 > This shows how to connect to some other ISP with ppp. I need to setup > MY machine to accept INCOMING PPP, and can't find any doc (though I > could have overlooked it). Pointers to setup of incoming ppp dialin > greatly appreciated. They point you to the right direction. To accept incoming calls via phone line, install mgetty+sendfax, and edit config files in /usr/local/etc/mgetty+sendfax, especially dialin.conf and login.conf. Besides that, read pppd(8) thoroughly. Nikola Le=C4=8Di=C4=87