Date: Fri, 20 Dec 2002 20:47:33 +1300 From: Jonathan Chen <jonc@chen.org.nz> 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> In-Reply-To: <20021220065414.P1812-100000@small.pukruppa.de> References: <20021220065414.P1812-100000@small.pukruppa.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jonc@chen.org.nz> ---------------------------------------------------------------------- "Nyuck, nyuck, nyuck" - Curly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021220074732.GA85474>