Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jan 2002 10:15:46 +0100
From:      Alain Thivillon <at@rominet.net>
To:        Tim <tim@futuresouth.com>
Cc:        freebsd-net@FreeBSD.ORG
Subject:   Re: PPPoE and "carrier" lost?
Message-ID:  <20020104091546.GD67729@roadrunner.rominet.net>
In-Reply-To: <20020104012836.A65890@futuresouth.com>
References:  <20020104012836.A65890@futuresouth.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> back in where the remote ppp connection is lost, ppp doesn't recognize
> this and still associates the old IP address with tun0.  Isn't PPPoE
> supposed to recognize a "carrier" lost?  It seems to never notice when I

	No.

> DSL:
>  set device PPPoE:xl0
>  # set MRU 1490
>  # set MTU 1490
>  set authname ...
>  set authkey ...
>  set dial
>  set ifaddr 10.0.0.1/0 10.0.0.2/0
>  add default HISADDR
>  nat enable yes

Add:
   set lqrperiod 5
   set reconnect 5 10000
   set redial 5 10000

To enable lqr (lcp echo) on link and reconnect automagically.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




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