From owner-freebsd-questions@FreeBSD.ORG Tue Sep 7 17:13:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E93C016A4CE for ; Tue, 7 Sep 2004 17:13:42 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id D347D43D41 for ; Tue, 7 Sep 2004 17:13:42 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i87HDgro001887; Tue, 7 Sep 2004 10:13:42 -0700 (PDT) Received: from [10.1.1.245] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0)i87HDej5017562; Tue, 7 Sep 2004 10:13:41 -0700 (PDT) In-Reply-To: <200409071246.38674.list-freebsd-2004@morbius.sent.com> References: <200409071246.38674.list-freebsd-2004@morbius.sent.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <435CA6EA-00F1-11D9-A3E8-003065ABFD92@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Tue, 7 Sep 2004 13:13:40 -0400 To: "R. W." X-Mailer: Apple Mail (2.619) cc: freebsd-questions@freebsd.org Subject: Re: MTU Blackhole problem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 17:13:43 -0000 On Sep 7, 2004, at 7:46 AM, R. W. wrote: > I'm guessing that this is a path MTU discovery blackhole, since if I > set > sysctl net.inet.tcp.sendspace=400 the problem goes away. (I presume > that net.inet.tcp.path_mtu_discovery: 1 means that path MTU discovery > is already turned-on by default.) > > What the correct way to deal with this? Should I just play around with > net.inet.tcp.sendspace? Try "ifconfig en0 mtu 512"; replace en0 with the name of your NIC. [ Try different MTUs, too. ] -- -Chuck