From owner-freebsd-isp@FreeBSD.ORG Thu Dec 21 13:03:18 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ECE7616A57E for ; Thu, 21 Dec 2006 13:03:18 +0000 (UTC) (envelope-from nikola@vlaeonline.com) Received: from munem.it-box.org (munem.it-box.org [67.159.30.92]) by mx1.freebsd.org (Postfix) with ESMTP id BD5F313C68A for ; Thu, 21 Dec 2006 13:02:58 +0000 (UTC) (envelope-from nikola@vlaeonline.com) Received: from Nikola (unknown [85.30.84.134]) by munem.it-box.org (Postfix) with ESMTP id 0C65D1B24064 for ; Wed, 20 Dec 2006 16:21:51 -0500 (EST) Message-ID: <001a01c7247c$dfd6a800$02170a0a@Nikola> From: "Nikola Stojanoski" To: References: <2004672F-664F-4331-A09F-D09A0C9DD99E@blurgle.ca> Date: Wed, 20 Dec 2006 22:21:46 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Subject: Re: RADIUS/PPPoE Dead Connections 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: Thu, 21 Dec 2006 13:03:19 -0000 Hello, add this lines in your ppp.conf and it should be okay for more informations man ppp enable echo set echoperiod 5 enable lqr set lqrperiod 10 Regards ----- Original Message ----- From: "Jeremy Tregunna" To: Sent: Wednesday, December 20, 2006 4:14 PM Subject: RADIUS/PPPoE Dead Connections > > I've got a FreeBSD NAS and a FreeBSD RADIUS server (both running 6.1) > serving up access to a wireless network. In any event, everything seems > to work peachy when a user logs in and disconnects manually. But if for > instance, someone closes the lid on their laptop and their wireless card > powers off due to standby mode, the connection to the NAS is broken and > the disconnect request never makes it from the NAS to the RADIUS server > to inform it that the client went offline. > > Now then, I'm not so much worried about that stale entry staying on the > RADIUS server until the user tries to log in again (I don't care much > about time used, only bandwidth numbers); but ultimately it would be nice > to have one of two solutions: > > (1) A user tries to log in when he's already logged in, have it > disconnect that user and then log in; or > (2) Have the NAS send a Disconnect-Request to the RADIUS server when-- > as in the above example--someone closes the lid on their laptop. > > An idle timeout isn't a workable solution for me, neither is a session > timeout; I need both to have no fixed limit for all clients. > > My ppp.conf file is basically defined as: > > ### ppp.conf begin > > default: > set log Chat Command Phase > enable pap > allow mode direct > enable proxy > disable ipv6cp > set radius /etc/radius.conf > set mru 1492 > set mtu 1492 > accept dns > > ### end ppp.conf > > The relevant users portion is like: > > DEFAULT Auth-Type := System > Service-Type := Framed-User, > Framed-Protocol := PPP, > Framed-IP-Address := 192.168.8.50, > Framed-IP-Netmask := 255.255.255.0, > Framed-Routing := Broadcast-Listen, > Framed-MTU := 1492 > > And the relevant portions of attrs is like: > > DEFAULT > Service-Type == Framed-User, > Framed-Protocol == PPP, > Framed-MTU == 1492, > Framed-Filter-ID =* ANY, > Reply-Message =* ANY, > Session-Timeout == 0, > Idle-Timeout == 0, > Port-Limit <= 2 > > Any assistance would be greatly appreciated. > > Regards, > > Jeremy Tregunna > > > > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"