From owner-freebsd-isp@FreeBSD.ORG Tue May 15 11:02:36 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 4123A16A400 for ; Tue, 15 May 2007 11:02:36 +0000 (UTC) (envelope-from unix.co@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.231]) by mx1.freebsd.org (Postfix) with ESMTP id E39B113C459 for ; Tue, 15 May 2007 11:02:35 +0000 (UTC) (envelope-from unix.co@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so101122nze for ; Tue, 15 May 2007 04:02:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=PvL5O9tn8OMRNz79uTvpcj1x0CVk89rBpOIQ4OAdFv9YXBPDwr0z6qdPAha0E3VfoVmD8ytfEBz7eh4nkG7K9LWtzla0gHZOTDPFNdUDl72i5eNTfypKnmGaEXRtkch3oht6aiEscFxEEvofYNOkmc06I0S44z1akCsFUfd4K+s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=jHB0UQZHURxudzRa4+VUC5ULRUXCFIpJnm+56k6dEO/B4FJX1W0MKVV7hWrMHTqHYd2jbMmSR8EjiMCrzB3ylpE19Hey6Jvqlh3TBkuOXUkBort8RkpBBX5WC2ruy9m2Kv2IxVQm+BeUV/RPb68c90VfV0HyJflAY+H1hZb0OAw= Received: by 10.114.52.1 with SMTP id z1mr1485791waz.1179225498969; Tue, 15 May 2007 03:38:18 -0700 (PDT) Received: by 10.114.81.2 with HTTP; Tue, 15 May 2007 03:38:18 -0700 (PDT) Message-ID: Date: Tue, 15 May 2007 15:38:18 +0500 From: "Tears !" To: freebsd-isp@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 11:02:36 -0000 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