From owner-freebsd-net@FreeBSD.ORG Tue Aug 21 14:17:01 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71F4A16A41B for ; Tue, 21 Aug 2007 14:17:01 +0000 (UTC) (envelope-from jacek@ipv6.jacek.it.pl) Received: from smtpauth.ipartners.pl (smtpauth3.ipartners.pl [IPv6:2001:4190:8002:1::270]) by mx1.freebsd.org (Postfix) with ESMTP id D5FEE13C46E for ; Tue, 21 Aug 2007 14:17:00 +0000 (UTC) (envelope-from jacek@ipv6.jacek.it.pl) Received: from kx.jacek.it.pl (cl-158.mbx-01.si.sixxs.net [IPv6:2001:15c0:65ff:9d::2]) (authenticated bits=0) by smtpauth.ipartners.pl with ESMTP id l7LEGqL6050548 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 21 Aug 2007 16:16:54 +0200 (CEST) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by kx.jacek.it.pl (Postfix) with ESMTP id 730375982AD; Tue, 21 Aug 2007 16:16:51 +0200 (CEST) From: Jacek Zapala To: Daniel Hartmeier In-Reply-To: <20070821135048.GA32421@insomnia.benzedrine.cx> References: <200708211010.l7LAA6V7082258@freefall.freebsd.org> <20070821121118.GF27160@insomnia.benzedrine.cx> <1187703472.22531.4.camel@localhost.localdomain> <20070821135048.GA32421@insomnia.benzedrine.cx> Content-Type: text/plain Date: Tue, 21 Aug 2007 16:16:51 +0200 Message-Id: <1187705811.30269.5.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: kern/115413: [ipv6] ipv6 pmtu not working X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 14:17:01 -0000 On Tue, 2007-08-21 at 15:50 +0200, Daniel Hartmeier wrote: > Since you're using TCP window scaling, could you try disabling that > (sysctl net.inet.tcp.rfc1323=0 on either peer), and see if it affects > things? Just to make sure that's not a part of the problem. Good guess! I have disabled this on sending side (FreeBSD) and it started to work! Btw, how can I examine the route mtu cache? In older FreeBSD netstat -ranW showed cloned routes and their mtus, but this is no longer the case with FreeBSD 6.2. Jacek