From owner-freebsd-net@FreeBSD.ORG Wed Dec 8 20:50:19 2004 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 7059616A4CE for ; Wed, 8 Dec 2004 20:50:19 +0000 (GMT) Received: from outbound0.sv.meer.net (outbound0.sv.meer.net [205.217.152.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE1743D5A for ; Wed, 8 Dec 2004 20:50:19 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from mail.meer.net (mail.meer.net [209.157.152.14]) iB8KoHwN067651; Wed, 8 Dec 2004 12:50:18 -0800 (PST) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (fa0-1-wlan-rtr.corp.yahoo.com [216.145.49.5]) by mail.meer.net (8.12.10/8.12.10/meer) with ESMTP id iB8Knu2X094438; Wed, 8 Dec 2004 12:49:56 -0800 (PST) (envelope-from gnn@neville-neil.com) Date: Wed, 08 Dec 2004 12:49:52 -0800 Message-ID: From: gnn@freebsd.org To: "Konstantin KABASSANOV" In-Reply-To: <003101c4dd20$8ab9f070$8748e384@ipv6.lip6.fr> References: <003101c4dd20$8ab9f070$8748e384@ipv6.lip6.fr> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.5 Emacs/21.2 (powerpc-apple-darwin) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: net@freebsd.org Subject: Re: the correct ipv6 behavior for interfaces with gif tunnel on them 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: Wed, 08 Dec 2004 20:50:19 -0000 At Wed, 8 Dec 2004 13:22:10 +0100, Konstantin KABASSANOV wrote: > > [1 ] > Hello, > > I have a freebsd box with a gif tunnel configured. I observed that even if > ifconfig displays MTU 1500 for both gif and physical interface, 1300 bytes > ipv6 packets transiting on the gif interface are systematically fragmented > while transiting on the lower physical interface to 1280 bytes. Is it the > normal behavior? The default MTU of IPv6 is 1280 bytes. From RFC 2460: It is strongly recommended that IPv6 nodes implement Path MTU Discovery [RFC-1981], in order to discover and take advantage of path MTUs greater than 1280 octets. However, a minimal IPv6 implementation (e.g., in a boot ROM) may simply restrict itself to sending packets no larger than 1280 octets, and omit implementation of Path MTU Discovery. If the connection over the tunnel is not use Path MTU Discovery then this number may not change. Later, George