From owner-freebsd-questions Thu Dec 19 23:47:47 2002 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 58D8537B401 for ; Thu, 19 Dec 2002 23:47:46 -0800 (PST) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55D2543EDA for ; Thu, 19 Dec 2002 23:47:45 -0800 (PST) (envelope-from jonc@chen.org.nz) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.6/8.12.6) with ESMTP id gBK7lXXJ085512; Fri, 20 Dec 2002 20:47:33 +1300 (NZDT) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.6/8.12.6/Submit) id gBK7lXd5085511; Fri, 20 Dec 2002 20:47:33 +1300 (NZDT) (envelope-from jonc) Date: Fri, 20 Dec 2002 20:47:33 +1300 From: Jonathan Chen To: "P. U. Kruppa" <520023893678-0001@t-online.de> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: starting ppp on boot up Message-ID: <20021220074732.GA85474@grimoire.chen.org.nz> References: <20021220065414.P1812-100000@small.pukruppa.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021220065414.P1812-100000@small.pukruppa.de> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Dec 20, 2002 at 06:59:18AM +0000, P. U. Kruppa wrote: > Hi! > > I have a well working user ppp configuration, which I run > manually by > # ppp -nat -ddial adsl > What is the simpliest way to start this automatically on boot up? By adding the following lines into your /etc/rc.conf: ppp_enable="YES" ppp_mode="ddial" ppp_profiles="adsl" Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "Nyuck, nyuck, nyuck" - Curly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message