From owner-freebsd-questions@FreeBSD.ORG Sat Oct 1 19:31:24 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 6382B16A41F for ; Sat, 1 Oct 2005 19:31:24 +0000 (GMT) (envelope-from efrenba@dhl.co.cu) Received: from dhl.co.cu (DHLMAIL.dhl.co.cu [200.55.156.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id C056043D46 for ; Sat, 1 Oct 2005 19:31:18 +0000 (GMT) (envelope-from efrenba@dhl.co.cu) Received: from WorldClient by dhl.co.cu (MDaemon.PRO.v8.0.2.R) with ESMTP id md50000047115.msg for ; Sat, 01 Oct 2005 15:32:31 -0500 Received: from [7.96.160.4] via WorldClient with HTTP; Sat, 01 Oct 2005 15:32:28 -0500 Date: Sat, 01 Oct 2005 15:32:28 -0500 From: "Efren Bravo" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain Message-ID: X-Mailer: WorldClient 8.0.2 X-Authenticated-Sender: efrenba@dhl.co.cu X-Spam-Processed: dhl.co.cu, Sat, 01 Oct 2005 15:32:31 -0500 (not processed: message from valid local sender) X-Return-Path: efrenba@dhl.co.cu X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-MDAV-Processed: dhl.co.cu, Sat, 01 Oct 2005 15:32:32 -0500 Subject: 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 19:31:24 -0000 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