From owner-freebsd-isp@FreeBSD.ORG Wed Jan 12 11:45:09 2005 Return-Path: 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 1447316A4CE for ; Wed, 12 Jan 2005 11:45:09 +0000 (GMT) Received: from smtp4.wlink.com.np (smtp4.wlink.com.np [202.79.32.87]) by mx1.FreeBSD.org (Postfix) with SMTP id 3AA6943D45 for ; Wed, 12 Jan 2005 11:45:05 +0000 (GMT) (envelope-from bikrant_ml@wlink.com.np) Received: (qmail 15141 invoked from network); 12 Jan 2005 11:45:02 -0000 Received: from unknown (HELO qmail-scanner.wlink.com.np) (202.79.32.74) by 0 with SMTP; 12 Jan 2005 11:45:02 -0000 Received: (qmail 32686 invoked by uid 1008); 12 Jan 2005 11:45:01 -0000 Received: from bikrant_ml@wlink.com.np by qmail-scanner.wlink.com.np by uid 1002 with qmail-scanner-1.20 (clamscan: 0.70. Clear:RC:1(202.79.32.76):. Processed in 0.309227 secs); 12 Jan 2005 11:45:01 -0000 Received: from smtp1.wlink.com.np (202.79.32.76) by qmail-scanner.wlink.com.np with SMTP; 12 Jan 2005 11:45:00 -0000 Received: (qmail 12104 invoked by uid 508); 12 Jan 2005 11:45:00 -0000 Received: from [202.79.36.168] (HELO bikrant.org.np) by smtp1.wlink.com.np (qmail-smtpd) with SMTP; 12 Jan 2005 11:44:59 -0000 (Wed, 12 Jan 2005 17:29:59 +0545) From: Bikrant Neupane To: freebsd-isp@freebsd.org User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Disposition: inline Date: Wed, 12 Jan 2005 17:29:57 +0545 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200501121729.57530.bikrant_ml@wlink.com.np> X-Spam-Check-By: smtp1.wlink.com.np Spam: No ; -4.9 / 5.0 X-Spam-Status-WL: No, hits=-4.9 required=5.0 Subject: Default LQR timeout period X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 11:45:09 -0000 Hi We have pppoe server running on FreeBSD 4.9 and 90% of our wireless clients are using MS Windows OS to access the service. I have noticed that when ever there is some problem in the link ( due to AP or SM reboot, switch reboot etc etc ) the pppoe connection closes. I have also noticed that the MS Windows client closes connection at 40-45 seconds after the link is down. I tried to increase default LQR timeout period at Server by using set lqrtimeout to some higher values. That did affected the serverside ppp process but the MS client still disconnected at 40-45 seconds. :( I prefer to set the timeout period somewhere between 120-150 seconds so that even if there is problem in the link the client doesn't get the disconnect notice and have to reconnect again and the client and servers are able to continue same session. Is there any way to control the default LQR timeout period of the Client from the Server end?? My question is more related with ms windows still I am asking this question to freebsd group so that I can solve the problem from the server end ;) regards, Bikrant