From owner-freebsd-current@FreeBSD.ORG Sun Jun 17 23:20:27 2007 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBD2816A468 for ; Sun, 17 Jun 2007 23:20:27 +0000 (UTC) (envelope-from craig@xfoil.gank.org) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.freebsd.org (Postfix) with ESMTP id 8C64F13C447 for ; Sun, 17 Jun 2007 23:20:25 +0000 (UTC) (envelope-from craig@xfoil.gank.org) Received: by ion.gank.org (Postfix, from userid 1001) id 4DC6B110B2; Sun, 17 Jun 2007 18:20:25 -0500 (CDT) Date: Sun, 17 Jun 2007 18:20:23 -0500 From: Craig Boston To: Jeremie Le Hen Message-ID: <20070617232006.GA19566@nowhere> Mail-Followup-To: Craig Boston , Jeremie Le Hen , andre@FreeBSD.org, Rui Paulo , freebsd-current@FreeBSD.org References: <20070616204955.GB63387@obiwan.tataz.chchile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070616204955.GB63387@obiwan.tataz.chchile.org> User-Agent: Mutt/1.4.2.3i Cc: Rui Paulo , freebsd-current@FreeBSD.org, andre@FreeBSD.org Subject: Re: Broken RFC1323 slightly broken. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2007 23:20:27 -0000 On Sat, Jun 16, 2007 at 10:49:55PM +0200, Jeremie Le Hen wrote: > When net.inet.tcp.rfc1323 is set to 1, I can't access to my > Linksys WAG354G web interface. FWIW this router is running > Linux. I've captured a TCP session with and without the sysctl, > in case you'd need them to track down the problem. In this case > let me know. FWIW, I have rfc1323 disabled on all my -current boxes because pf stateful filtering (running on 6.2-STABLE) drops packets and won't allow connections through if it's on. Craig