From owner-freebsd-stable@FreeBSD.ORG Thu Jul 26 18:17:36 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EFE916A498 for ; Thu, 26 Jul 2007 18:17:36 +0000 (UTC) (envelope-from karagodov@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 08E6713C459 for ; Thu, 26 Jul 2007 18:17:35 +0000 (UTC) (envelope-from karagodov@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so1214859pye for ; Thu, 26 Jul 2007 11:17:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=f8t6eBNetHjGRNMM+k0gB2RP+BZIXLqscIvubE7pjDJl3e72UM7WDXC1ODBnuYKmUHocQccP6+enankFF4BEPSzmKOQEXLlhDcEun2xHX7CPOmqchIlQcWCLTUZv6yF/XeScPz0WmO+mRPY66gAvh44FMHPiAx6ePn/Xz3Qt3w0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=eJWhFCZJmwMPoy91TAM69RsZ1Mp3mP9VgeheyaSRNEN4VSojODFcqO3sOEo7WiNyMlILnmfX9qaCRtuuoI9VmwvH60aNOL40YtfEMzIJmbvUOzHXnYVeUqmggPuMHhZqNXvzSPem8P6M2A3pnrZk3gCEow3U4wdkqSU+W+ZJIVc= Received: by 10.65.250.11 with SMTP id c11mr3607112qbs.1185473854888; Thu, 26 Jul 2007 11:17:34 -0700 (PDT) Received: by 10.64.53.17 with HTTP; Thu, 26 Jul 2007 11:17:34 -0700 (PDT) Message-ID: Date: Thu, 26 Jul 2007 22:17:34 +0400 From: "Alexey Karagodov" To: "Andrew Thompson" In-Reply-To: <20070726004112.GD20688@heff.fud.org.nz> MIME-Version: 1.0 References: <469624D1.20108@seclark.us> <4696823B.9020107@seclark.us> <46969129.60409@seclark.us> <3C09F7E4-C15A-4B9E-94A3-C4997C73C0BD@mac.com> <20070725004402.GA13665@heff.fud.org.nz> <20070726004112.GD20688@heff.fud.org.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Stephen.Clark@seclark.us, freebsd-stable@freebsd.org Subject: Re: pmtud + ipnat RELENG_6_2 appears to be broken X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2007 18:17:36 -0000 YES. thank you! your latest patch solved my problems. going to test it tomorrow in production. 2007/7/26, Andrew Thompson : > > On Wed, Jul 25, 2007 at 10:42:21PM +0400, Alexey Karagodov wrote: > > patch did not help ... > > > > ifconfig: > > > > > > lagg0: flags=8843 mtu 1500 > > inet 10.0.0.1 netmask 0xffff0000 broadcast 10.0.255.255 > > inet 10.0.0.2 netmask 0xffff0000 broadcast 10.0.255.255 > > ether XX:XX:XX:XX:XX:XX > > media: Ethernet autoselect > > status: active > > laggproto lacp > > laggport: em1 flags=1c > > laggport: em0 flags=1c > > > > i was tried to change laggproto, it doesn't help. > > i can NOT increase MTU on lagg interface above 1500 and on vlan > interface > > above lagg's MTU -4 . > > also i've increased MTU on both ems to 9000 and after that i still can't > > increase MTU on lagg interface above 1500 > > please, HELP ... > > Please test this attached patch, note it includes the previous change > too. > > > regards, > Andrew > >