From owner-freebsd-questions@FreeBSD.ORG Mon Dec 1 19:46:56 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6CEA16A4CE for ; Mon, 1 Dec 2003 19:46:56 -0800 (PST) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48AB043FE0 for ; Mon, 1 Dec 2003 19:46:54 -0800 (PST) (envelope-from nil000@cse.unsw.edu.au) Received: from nn.lam.net.au (ppp125-70.lns1.syd2.internode.on.net [150.101.125.70])hB23kpEq041469 for ; Tue, 2 Dec 2003 14:16:52 +1030 (CST) Received: from cse.unsw.edu.au (localhost [127.0.0.1]) by nn.lam.net.au (Postfix) with ESMTP id F018815E57B for ; Tue, 2 Dec 2003 14:46:50 +1100 (EST) Message-ID: <3FCC0B2A.5040708@cse.unsw.edu.au> Date: Tue, 02 Dec 2003 14:46:50 +1100 From: nil000@cse.unsw.edu.au User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031020 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: userland PPPoE LQM/LQR alternative X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 03:46:56 -0000 The monopoly ADSL provider in australia recently began migrating users to new hardware which has been configured to ignore LQR packets (RFC1989). This was a simple way for the FreeBSD box to decide if the link is down or not. So now I cant use "enable lqr" in my ppp.conf, otherwise the session gets dropped every 3 minutes or so from lack of a LQR response from the provider. I'd like to have some way for the box to detect link failure and to try connecting again, but would rather not implement a "custom" solution such as scripting regular pings etc. I have had someone suggest trying LCP echo to detect link failure, however from what I have read so far this seems only to be an option in kernel-mode pppd, not user-mode ppp. Can anyone point me in the direction of a PPPoE solution that makes use of an established protocol? thanks, nik