From owner-freebsd-net@FreeBSD.ORG Thu Jan 13 17:03:49 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E436316A4CE for ; Thu, 13 Jan 2005 17:03:49 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8366C43D55 for ; Thu, 13 Jan 2005 17:03:49 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] (pool-68-160-208-232.ny325.east.verizon.net [68.160.208.232]) by pi.codefab.com (8.12.11/8.12.11) with ESMTP id j0DH3Xc5089810 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 13 Jan 2005 12:03:34 -0500 (EST) Message-ID: <41E6A9BC.9000406@mac.com> Date: Thu, 13 Jan 2005 12:02:52 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Oberman References: <20050113153018.D2B4B5D07@ptavv.es.net> In-Reply-To: <20050113153018.D2B4B5D07@ptavv.es.net> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.8 required=5.5 tests=AWL,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=disabled version=3.0.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on pi.codefab.com cc: freebsd-net@freebsd.org Subject: Re: IPv6 TCP transfers are hanging X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2005 17:03:50 -0000 Kevin Oberman wrote: > What I don't understand is how this is happening. tcp.mssdflt is set to > 1400 bytes and tcp.v6mssdflt is only 1024. If PMTU discovery was > working, this should not be a problem. If PMTU discovery is not used, > the MSS defaults should keep the packets small enough to work over the > tunnel. Doesn't IPv6 require a minimum MTU of 1280 bytes? Try setting the IPv6 TCP MSS to 1350 or so, bigger than IPv6 code requires, but small enough to fit into the ~1400+ byte MTU effectively available when you tunnel the traffic. -- -Chuck