From owner-freebsd-net@FreeBSD.ORG Mon Jul 7 20:26:17 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E337260 for ; Mon, 7 Jul 2014 20:26:17 +0000 (UTC) Received: from mp1-smtp-2.eutelia.it (mp1-smtp-2.eutelia.it [62.94.10.162]) by mx1.freebsd.org (Postfix) with ESMTP id 131DE2D91 for ; Mon, 7 Jul 2014 20:26:16 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mp1-smtp-2.eutelia.it (Eutelia) with ESMTP id B902FE206F for ; Mon, 7 Jul 2014 22:26:09 +0200 (CEST) Received: from soth.ventu (adsl-ull-14-252.41-151.net24.it [151.41.252.14]) (authenticated bits=0) by ns2.biolchim.it (8.14.9/8.14.8) with ESMTP id s67KQ5Kp009878 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Mon, 7 Jul 2014 22:26:06 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: ns2.biolchim.it: Host adsl-ull-14-252.41-151.net24.it [151.41.252.14] claimed to be soth.ventu Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.9/8.14.7) with ESMTP id s67KQ0EY095211; Mon, 7 Jul 2014 22:26:00 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <53BB0258.8080107@netfence.it> Date: Mon, 07 Jul 2014 22:26:00 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: John Hay , freebsd-net@freebsd.org Subject: Re: MTU not regrowing? References: <53A9C6D0.3090900@netfence.it> <20140624190333.GA13748@zibbi.meraka.csir.co.za> <53B2FFE9.3030906@netfence.it> <20140702025302.GI45513@funkthat.com> In-Reply-To: <20140702025302.GI45513@funkthat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (ns2.biolchim.it [192.168.2.203]); Mon, 07 Jul 2014 22:26:07 +0200 (CEST) X-Scanned-By: MIMEDefang 2.74 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 20:26:17 -0000 On 07/02/14 04:53, John-Mark Gurney wrote: >> How do I do this? >> I tried "route delete", but it doesn't help. > > route change -mtu XXX This does not work: the route is deemed as non-existent. bye & thanks av. P.S. I'm writing this more out of curiosity, than of real need; no need to solve this, really.