From owner-freebsd-isp@FreeBSD.ORG Fri Apr 21 03:51:22 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90F5916A403 for ; Fri, 21 Apr 2006 03:51:22 +0000 (UTC) (envelope-from fooler@skyinet.net) Received: from smtp2.skyinet.net (smtp2.skyinet.net [202.78.97.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DBBF43D45 for ; Fri, 21 Apr 2006 03:51:21 +0000 (GMT) (envelope-from fooler@skyinet.net) Received: from fooler (fooler.ilo.skyinet.net [202.78.118.66]) by smtp2.skyinet.net (Postfix) with SMTP id 1D3D45BA56; Fri, 21 Apr 2006 11:51:19 +0800 (PHT) Message-ID: <02ea01c664f6$d864b990$42764eca@ilo.skyinet.net> From: "fooler" To: "Mr. Siumafua Moala" References: <432EC4FF.4030706@lvdx.com><20050919205757.GI62233@complx.LF.net> <432F3013.7090001@keystreams.com> <20050919214618.GJ62233@complx.LF.net><20050919215605.GK62233@complx.LF.net> <44484E02.9000005@tcc.to> Date: Fri, 21 Apr 2006 11:51:17 +0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 1 X-MSMail-Priority: High X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Cc: freebsd-isp@freebsd.org Subject: Re: Freebsd + pppoe + radius X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 03:51:22 -0000 ----- Original Message ----- From: "Mr. Siumafua Moala" Cc: Sent: Friday, April 21, 2006 11:14 AM Subject: Freebsd + pppoe + radius > Hello, > > I am running freebsd with pppoe to authenticate our adsl customers. > Everything is working ok but > it seems adsl customers disconnect quite often. Some stay online longer > than others, etc. did you enable lqr and echo? > The connect-disconnect process is quite fast and therefore customers > hardly notice. However > this has cause problem with our radius server as it seems the server > doesn't send a stop packet > when a user disconnect. > > This results in many stale sessions on our radius server. when a user disconnects and the ppp doesnt know about it... you have to enable lqr and echo for link monitoring... fooler.