From owner-freebsd-isp@FreeBSD.ORG Tue May 15 16:46:53 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 0F30716A407 for ; Tue, 15 May 2007 16:46:53 +0000 (UTC) (envelope-from nikola@vlaeonline.com) Received: from hostsrv.it-box.org (hostsrv.it-box.org [85.17.154.31]) by mx1.freebsd.org (Postfix) with ESMTP id 2FEB413C480 for ; Tue, 15 May 2007 16:46:50 +0000 (UTC) (envelope-from nikola@vlaeonline.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by hostsrv.it-box.org (Postfix) with ESMTP id 63A5813C3CA; Tue, 15 May 2007 18:29:02 +0200 (CEST) Received: from hostsrv.it-box.org ([127.0.0.1]) by localhost (hostsrv.it-box.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26418-03; Tue, 15 May 2007 18:28:45 +0200 (CEST) Received: from [192.168.98.50] (unknown [85.30.84.236]) by hostsrv.it-box.org (Postfix) with ESMTP id 6996F13C359; Tue, 15 May 2007 18:28:44 +0200 (CEST) Message-ID: <4649DFBB.8020600@vlaeonline.com> Date: Tue, 15 May 2007 18:28:43 +0200 From: Nikola Stojanoski User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: "Tears !" References: In-Reply-To: Content-Type: multipart/mixed; boundary="------------070303070502010606050008" X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at it-box.org X-Spam-Status: No, hits=0.0 tagged_above=-0.1 required=4.0 tests= X-Spam-Level: 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:46:53 -0000 This is a multi-part message in MIME format. --------------070303070502010606050008 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello, make sure that in your ppp.conf you have: enable echo enable lqr "man ppp" for more information. Regards 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" > --------------070303070502010606050008--