From owner-freebsd-questions@FreeBSD.ORG Tue Sep 7 11:47:50 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 BAE6716A4CE for ; Tue, 7 Sep 2004 11:47:50 +0000 (GMT) Received: from frontend1.messagingengine.com (frontend1.messagingengine.com [66.111.4.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F28543D2D for ; Tue, 7 Sep 2004 11:47:50 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) X-Sasl-enc: b6u5qIa2sTh0XQYCnciMog 1094557661 Received: from modem-2087.rhino.dialup.pol.co.uk (modem-2087.rhino.dialup.pol.co.uk [62.137.104.39]) by frontend1.messagingengine.com (Postfix) with ESMTP id DE4D9C15323 for ; Tue, 7 Sep 2004 07:47:41 -0400 (EDT) From: "R. W." To: freebsd-questions@freebsd.org Date: Tue, 7 Sep 2004 12:46:38 +0100 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200409071246.38674.list-freebsd-2004@morbius.sent.com> Subject: 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 11:47:50 -0000 I'm using FreeBSD 5.21 with a dialup modem, and I'm having problem uploading files and sending emails with attachments through the Fastmail.fm mail service - the connections just time-out. Ordinary web browsing and short text emails work normally with Fastmail. File uploads to other sites work and file uploads to Fastmail works from Windows 98. 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?