From owner-freebsd-net@FreeBSD.ORG Wed Jan 28 17:49:26 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 BC99916A4CE; Wed, 28 Jan 2004 17:49:26 -0800 (PST) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DE8743D2D; Wed, 28 Jan 2004 17:49:25 -0800 (PST) (envelope-from mi+mx@aldan.algebra.com) Received: from 250-217.customer.cloud9.net (195-11.customer.cloud9.net [168.100.195.11])i0T1nMaT063685 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 28 Jan 2004 20:49:23 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Received: from localhost (mteterin@localhost [127.0.0.1]) i0T1n2w3009775; Wed, 28 Jan 2004 20:49:09 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) From: mi+mx@aldan.algebra.com Organization: Murex N.A. To: net@FreeBSD.org Date: Wed, 28 Jan 2004 20:49:02 -0500 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401282049.02320@misha-mx.virtual-estates.net> X-Scanned-By: MIMEDefang 2.39 cc: isp@FreeBSD.org Subject: jumbo-frames on the network 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, 29 Jan 2004 01:49:26 -0000 Hello! Some newer machines on our FreeBSD/Linux/Windows network have 1000BaseT network cards capable of jumbo frames up to 16K (mostly em(4)). They are plugged into a big switch, which supports jumbo frames up to 9K on each port. However, when I try to crank the MTU up on this machines (up to the switch's limitation), weird things start happening -- mostly NFS problems. I can login to a remote host (wich has MTU of 1500), but it will not be able to access the NFS partitions exported by a jumbo-frames enhanced box. Can different MTUs be mixed on the same wire -- in theory (who is to do the fragmentation?) and in practice -- or do we need to isolate these machines on a subnet of their own (so that they can keep fast-talking to each other) and put something dual-homed between them and the rest of the network? Do the logins just work because no packet exceeds 1500 anyway? Thanks for any advice! -mi