From owner-freebsd-questions@FreeBSD.ORG Sat Apr 26 08:48:40 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1691537B401 for ; Sat, 26 Apr 2003 08:48:40 -0700 (PDT) Received: from mx1.lphp.org (APastourelles-107-1-7-10.abo.wanadoo.fr [217.128.208.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 426CF43FA3 for ; Sat, 26 Apr 2003 08:48:38 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.8p1/8.12.8) with ESMTP id h3QFmZKd031816; Sat, 26 Apr 2003 17:48:35 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: jfm@blueyonder.co.uk Date: Sat, 26 Apr 2003 17:48:35 +0200 User-Agent: KMail/1.5.1 References: <200304261621.44416.ajacoutot@lphp.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304261748.35556.ajacoutot@lphp.org> cc: questions@FreeBSD.ORG Subject: Re: ipfw dynamic rule timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 15:48:40 -0000 On Saturday 26 April 2003 17:26, John Murphy wrote: > >So I tried to following command and got this error: > ># sysctl net.inet.ip.fw.dyn_keepalive=1 > >sysctl: unknown oid 'net.inet.ip.fw.dyn_keepalive' > >Anyone has an idea how to increase the default timeout value. > > Probably not much help to you, but you could try: > sysctl -a | grep keepalive > to see what is available. The only one I see on 4.8 is: > net.inet.tcp.always_keepalive: 1 > I'm not actually using ipfw though. I'm having the exact same output as you... which means I can't set net.inet.ip.fw.dyn_keepalive. Thanks anyway for the answer. I hope I could find a solution for this. Antoine