From owner-freebsd-net@freebsd.org Wed May 4 19:45:25 2016 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A33AB2D8A4 for ; Wed, 4 May 2016 19:45:25 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from hz.grosbein.net (hz.grosbein.net [78.47.246.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "hz.grosbein.net", Issuer "hz.grosbein.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0412A1515 for ; Wed, 4 May 2016 19:45:24 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from eg.sd.rdtc.ru (root@eg.sd.rdtc.ru [62.231.161.221]) by hz.grosbein.net (8.14.9/8.14.9) with ESMTP id u44JjELJ061140 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 4 May 2016 21:45:15 +0200 (CEST) (envelope-from eugen@grosbein.net) X-Envelope-From: eugen@grosbein.net X-Envelope-To: freebsd-net@freebsd.org Received: from [10.58.0.10] (dadvw [10.58.0.10]) by eg.sd.rdtc.ru (8.15.2/8.15.2) with ESMTPS id u44Jj58U087937 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 5 May 2016 02:45:06 +0700 (KRAT) (envelope-from eugen@grosbein.net) Subject: Re: Not able to raise the MTU on FreeBSD 10.3 To: Wayne H , "freebsd-net@freebsd.org" References: From: Eugene Grosbein Message-ID: <572A513D.5080904@grosbein.net> Date: Thu, 5 May 2016 02:45:01 +0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=0.3 required=5.0 tests=BAYES_00,LOCAL_FROM autolearn=no version=3.3.2 X-Spam-Report: * -2.3 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 2.6 LOCAL_FROM From my domains X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hz.grosbein.net X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.22 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, 04 May 2016 19:45:25 -0000 05.05.2016 2:33, Wayne H пишет: > I have two new servers connected together with 10 gig Intel and 1 gig Nic cards. It doesn't matter if I have them connected via a switch or directly connected to each other. I am unable to pass ping packets above 1472. If I set the MTU to anything up to 9000 I till can't pass anything above 1472. I have the 10 gig connected via an Intel SFP+ Cable between the servers. I also tried connecting the 1 gig Nics between the servers. > > I would like to use jumbo frames to mount these servers to a NFS server. If I set the MTU to 9000 in rc.conf on boot up I can mount the NFS but as soon as I try to write to it the NFS hangs. If I umount and reset the MTU to 1500 it works fine. > > Anyone know what I am doing wrong? First increase MTU, then assign IP address. Or delete it and reassign after increase of MTU to recreate "interface route" having its own MTU inherited by interface MTU. This MTU of the "interface route" limits you and it is not changed automatically with interface MTU in your version of FreeBSD.