From owner-freebsd-questions@FreeBSD.ORG Mon May 21 12:03:55 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D71C16A477 for ; Mon, 21 May 2007 12:03:55 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 44D1113C4BD for ; Mon, 21 May 2007 12:03:55 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 1438C5193C for ; Mon, 21 May 2007 08:03:53 -0400 (EDT) Date: Mon, 21 May 2007 13:03:50 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070521130350.63b7d239@gumby.homeunix.com.> In-Reply-To: <54f1b6eb0705202339o6c4ca5acp31e87efa93bcfbdd@mail.gmail.com> References: <54f1b6eb0705201954r5d66a8b6y5871492a31c2a2ee@mail.gmail.com> <200705210407.l4L47alU000752@smtpclu-4.eunet.yu> <3a386af20705202251v10636696hfc75f17f17f13c42@mail.gmail.com> <70f41ba20705202320r58e3e7a7j95d3136c16bbc7df@mail.gmail.com> <54f1b6eb0705202339o6c4ca5acp31e87efa93bcfbdd@mail.gmail.com> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: PPPoE equivalent? 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: Mon, 21 May 2007 12:03:55 -0000 On Mon, 21 May 2007 14:39:06 +0800 "Brian Walker" wrote: > Here is my /etc/ppp/ppp.conf .... it has been "worked on" but so far > seems to have been OK. As for regularly: it basically means several > times a day for no reason that is apparent to me. > I'd try simplifing first. I have just have: default: set log Phase tun command adsl: set device PPPoE:vr0 set authname ... set authkey ... add default HISADDR and in rc.conf: ppp_enable="YES" ppp_mode="ddial" ppp_profile="adsl" PPP connects at start-up and, for me, reconnects without any problems when the connection is interrupted from either end.