From owner-freebsd-net@FreeBSD.ORG Sun Jan 18 16:13:51 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 540B9106566B for ; Sun, 18 Jan 2009 16:13:51 +0000 (UTC) (envelope-from prt@prt.org) Received: from smtp5.uk.umis.net (smtp5.uk.umis.net [217.65.166.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1E5718FC17 for ; Sun, 18 Jan 2009 16:13:50 +0000 (UTC) (envelope-from prt@prt.org) Received: from emma.prt.org ([217.65.165.38]) by smtp5.uk.umis.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1LOaHT-000IIT-HO; Sun, 18 Jan 2009 16:13:47 +0000 Message-ID: <4973553B.6070301@prt.org> Date: Sun, 18 Jan 2009 16:13:47 +0000 From: Paul Thornton User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Luiz Otavio O Souza References: <49723ABE.6010409@prt.org> <0E1FF7303AD34D2193A1E399643020B9@adnote989> In-Reply-To: <0E1FF7303AD34D2193A1E399643020B9@adnote989> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: pppoed problem with reconnections X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2009 16:13:51 -0000 Hi Luiz, Luiz Otavio O Souza wrote: > 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. That does exactly what I want, thank you. Paul.