From owner-freebsd-isp@FreeBSD.ORG Tue May 15 16:44:40 2007 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 CE1D316A406 for ; Tue, 15 May 2007 16:44:40 +0000 (UTC) (envelope-from jtregunna@blurgle.ca) Received: from picard.blurgle.ca (picard.blurgle.ca [64.187.9.69]) by mx1.freebsd.org (Postfix) with ESMTP id 83C0613C44B for ; Tue, 15 May 2007 16:44:40 +0000 (UTC) (envelope-from jtregunna@blurgle.ca) Received: from [192.168.7.2] (office.highspeedfx.net [64.187.18.74]) (authenticated bits=0) by picard.blurgle.ca (8.13.8/8.13.8) with ESMTP id l4FGdfnu043650 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Tue, 15 May 2007 12:39:41 -0400 (EDT) (envelope-from jtregunna@blurgle.ca) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.3) Message-Id: From: Jeremy Tregunna Date: Tue, 15 May 2007 12:43:00 -0400 To: Tears ! X-Mailer: Apple Mail (2.752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-isp@freebsd.org Subject: Re: help regarding PPPOE Server 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, 15 May 2007 16:44:40 -0000 I'm assuming you're using userland ppp, so try adding these two lines to your config in the appropriate section: enable lqr echo set lqrperiod 10 It's been a while since I done this, but this enabled me on a test pppoe server to have those clients time out after a period of time (1 every 10 seconds, killing the connection if it misses 5). -- Jeremy Tregunna jtregunna@blurgle.ca On 15-May-07, at 6:38 AM, Tears ! wrote: > Dear Members! > > I have configured PPPoE server with FreeRadius on my FreeBSD 6.2 > machine > and client side i am using RASPPPOE on windows machine. Its working > fine but > a issue has been occurred. > > Some time if my client shutdown there PC without properly > disconnecting > pppoe session then my PPPOE server didn't close the session. > > --------------------------------------------- > tun1: flags=8051 mtu 1492 > inet 192.168.1.1 --> 192.168.1.196 netmask 0xffffffff > Opened by PID 1024 > tun2: flags=8051 mtu 1492 > inet 192.168.1.1 --> 192.168.1.227 netmask 0xffffffff > Opened by PID 1100 > tun3: flags=8051 mtu 1492 > inet 192.168.1.1 --> 192.168.1.27 netmask 0xffffffff > Opened by PID 1180 > tun4: flags=8051 mtu 1492 > inet 192.168.1.1 --> 192.168.1.59 netmask 0xffffffff > Opened by PID 1204 > > -------------------------------------------- > > Then i manually killed the PID of (tun1, tun2, tun3 , tun4) because > if my > any client trying connect my PPPOE server they will get tun5 with > new IP. so > previous 4 session will be there until i manually kill that. > > So please help me what should i do ? > > Regards, > > ----- > Umar Draz > _______________________________________________ > 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" > > !DSPAM:4649922d367335209328925! >