Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2007 13:03:50 +0100
From:      RW <fbsd06@mlists.homeunix.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: PPPoE equivalent?
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 21 May 2007 14:39:06 +0800
"Brian Walker" <bfwalker@gmail.com> 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. 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070521130350.63b7d239>