From owner-freebsd-questions Thu Oct 14 9:28:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from voyager.bxscience.edu (voyager.bxscience.edu [167.206.32.174]) by hub.freebsd.org (Postfix) with ESMTP id 563DF15069 for ; Thu, 14 Oct 1999 09:28:11 -0700 (PDT) (envelope-from stuyman@euphoria.confusion.net) Received: from euphoria.confusion.net ([208.219.25.75]) by voyager.bxscience.edu (8.9.3/8.9.1) with SMTP id MAA30595; Thu, 14 Oct 1999 12:33:24 -0400 (EDT) Date: Thu, 14 Oct 1999 09:27:49 -0700 (PDT) From: Larry Berland Reply-To: Larry Berland To: Brian Somers Cc: "D.Schneider" , freebsd-questions@FreeBSD.ORG, brian@hak.lan.Awfulhak.org Subject: Re: PPP dialup problems In-Reply-To: <199910130644.HAA00560@hak.lan.Awfulhak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 13 Oct 1999, Brian Somers wrote: > > Your rc.conf should contain an entry for tun0 > > so with your rc that'd be > > network_interfaces="xl0 lo0 tun0" > > then ifconfig_tun0="ppp -auto provider" > > This will not work :-/ > > > or better yet instead of the second line could be replaced by making the > > file start_if.tun0 which contains just > > > > ppp -auto provider > > But this will :-) > > There are hooks to enable ppp in rc.conf in 3.3 and above. Oooops, haven't setup ppp on a 3.3 system, and the first part worked fine on that, perhaps things have changed...someone should probably update the handbook. Will the ifconfig_tun0 line work or is all of that wrong? > > [.....] > -- > Brian > > Don't _EVER_ lose your sense of humour ! > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message