From owner-freebsd-questions@FreeBSD.ORG Sat Oct 1 12:40:16 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 7424316A424 for ; Sat, 1 Oct 2005 12:40:16 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13EDE43D58 for ; Sat, 1 Oct 2005 12:40:09 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 16672 invoked from network); 1 Oct 2005 12:40:09 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 1 Oct 2005 12:40:09 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id D545940; Sat, 1 Oct 2005 08:40:08 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Efren Bravo" References: From: Lowell Gilbert Date: 01 Oct 2005 08:40:08 -0400 In-Reply-To: Message-ID: <44hdc1fm1j.fsf@be-well.ilk.org> Lines: 14 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 Subject: Re: pppd server help 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, 01 Oct 2005 12:40:16 -0000 "Efren Bravo" writes: > 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 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.