Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2009 08:31:20 -0200
From:      "Luiz Otavio O Souza" <lists.br@gmail.com>
To:        "Paul Thornton" <prt@prt.org>, <freebsd-net@freebsd.org>
Subject:   Re: pppoed problem with reconnections
Message-ID:  <0E1FF7303AD34D2193A1E399643020B9@adnote989>
References:  <49723ABE.6010409@prt.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> Hi folks,
>
> I am currently doing some lab testing with 6.3-release and a pppoe setup 
> where each user has their own VLAN.  On the termination box have an em 
> interface with about 200 VLANs configured on it, and have a ppp.conf 
> looking like this:
>
> default:
>  set log Chat Command Phase
>  enable pap
>  enable chap
>  allow mode direct
>  set mru 1462
>  set mtu 1462
>  set timeout 0
>  enable lqr
>  accept dns
>  set dns 192.168.1.1 192.168.1.2
>  set radius /etc/ppp/radius.conf
>  set ifaddr 192.168.254.254/32

Change the enable lqr to:

enable lqr echo
set echoperiod 5

The ppp will check the remote peer at echoperiod  and after five consecutive 
fails the ppp link will be closed.

Luiz 




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