From owner-freebsd-isp@FreeBSD.ORG Tue May 9 14:08:23 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 0E80416A401 for ; Tue, 9 May 2006 14:08:23 +0000 (UTC) (envelope-from lists@yazzy.org) Received: from mx1.yazzy.org (mx1.yazzy.org [84.247.145.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0B5A43D6E for ; Tue, 9 May 2006 14:08:22 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from mail.witelcom.com ([84.247.144.144] helo=marcin) by mx1.yazzy.org with esmtps (TLSv1:AES256-SHA:256) (YazzY.org) id 1FdSsc-0004lg-Ka; Tue, 09 May 2006 16:08:03 +0200 Date: Tue, 9 May 2006 16:08:18 +0200 From: Marcin Jessa To: sajjad khan Message-Id: <20060509160818.74b349bd.lists@yazzy.org> In-Reply-To: <20060509131643.34378.qmail@web36509.mail.mud.yahoo.com> References: <20060509131643.34378.qmail@web36509.mail.mud.yahoo.com> Organization: YazzY.org X-Mailer: Sylpheed version 2.2.0 (GTK+ 2.8.12; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -2.5 (--) Cc: freebsd-isp@freebsd.org Subject: Re: 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: Tue, 09 May 2006 14:08:27 -0000 On Wed, 10 May 2006 01:16:43 +1200 (NZST) sajjad khan wrote: > hi > i have pppoe with radius these two services are > running in seprate systems. > i have a problem the the radius have a hang session > means the user are DC from pppoe but online in radius. > the 2nd problem is how to DC user from pppoe what > can i do. Your PPPoE needs to send interim updates to your radius. When a user gets disconnected the PPPoE server notices it and sends info about it back to the radius server. What you need to do is: 1. Run radius in debugging mode and see what happens when your users get stalled sessions. 2. Describe your radius setup (what kind of radius, what version, config, backend type, etc.) 3. Write some more about version of FreeBSD you're using. 4. Show your PPPoE setup. Cheers, Marcin. P.S Consider usage of commas, dots and capitol letters in your emails.