From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 13:57:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DEAE16A41F for ; Mon, 3 Oct 2005 13:57:10 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3216143D46 for ; Mon, 3 Oct 2005 13:57:10 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 29005 invoked from network); 3 Oct 2005 13:57:09 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 3 Oct 2005 13:57:09 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id E13EB40; Mon, 3 Oct 2005 09:57:06 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Efren Bravo" References: From: Lowell Gilbert Date: 03 Oct 2005 09:57:06 -0400 In-Reply-To: Message-ID: <44ll1a3dql.fsf@be-well.ilk.org> Lines: 35 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: pppd server help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2005 13:57:10 -0000 Please don't top-post. "Efren Bravo" writes: > Hi, > > I have only one modem, my doubt is how and where ppp or pppd are started? > The Handbook make references to scripts to manage them, but who launch > those scripts? > > I don't know if I make myself understand.... > > Thanks for your time....... > > > >Are you going to be running a high-volume dialin server? > >If not, you might try using ppp(8) instead of pppd. > >It's easier to set up. > > > > I don't realize how the pppd server start when the modem answer the phone. > > > > I've followed the step of the section 21.3.3 "Using pppd as a Server" of > > the Handbook and I'm not sure what should I do because according to this > > section I've to create a script and this script will tell pppd to behave > > as a server but how this script will be executed? > > > > I hope you can help me The documentation is very extensive, so you need to be more precise about what part you are having trouble with. If you are using ppp(8), start by making sure you can get it started from the command line; once that works, you can worry about startup scripts to do so automatically.