From owner-freebsd-questions@FreeBSD.ORG Mon Dec 8 00:14:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10B391065670 for ; Mon, 8 Dec 2008 00:14:54 +0000 (UTC) (envelope-from darwinskernel@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id B46FC8FC0C for ; Mon, 8 Dec 2008 00:14:53 +0000 (UTC) (envelope-from darwinskernel@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so357463yxb.13 for ; Sun, 07 Dec 2008 16:14:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:to:content-type :content-transfer-encoding:mime-version:subject:date:x-mailer:from; bh=yu4PJ11aCZrMwuyNPUMNAoDoKSFFHNYembnkOkXKsuo=; b=gV1JUXbKzb9LCbenNkncrC1EVrrJwy13oco9kGbR+GIQbPixQrfJZyZ+gT7wxq1hYO /gQHK8ZLWDIxLSKukTu8sAFwY51ClQ1W1TW64OC3yE8AA569Itd3yNkC3VLJ50gCEKGM a++uP3ZpnhyKLe7oAFqLtiuPLTjvLyaIq/SD8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:to:content-type:content-transfer-encoding:mime-version :subject:date:x-mailer:from; b=XpvmRtQR5UfFO8ww8tpY3S5yE4cjOsmdV7V83PQZ2I0bnsBsUvtxNp57ZnFLcSV/ja y5dmPH9qRbLix7O372O2VrsqO9tAojKbbazcrTkc25mVxKbwHqnR1GgQnc47fWxMXjor EZ2rus6IwW2Eyak6EK8WDvkL/shhfniODD23g= Received: by 10.65.218.13 with SMTP id v13mr2246097qbq.69.1228693439768; Sun, 07 Dec 2008 15:43:59 -0800 (PST) Received: from bas2-montreal45-1279781945.dsl.bell.ca (bas2-montreal45-1279781945.dsl.bell.ca [76.71.236.57]) by mx.google.com with ESMTPS id k29sm6922578qba.7.2008.12.07.15.43.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 07 Dec 2008 15:43:58 -0800 (PST) Message-Id: <534160AF-246B-4FF1-8032-A68BA65B73C8@gmail.com> To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Date: Sun, 7 Dec 2008 18:43:56 -0500 X-Mailer: Apple Mail (2.929.2) From: Charles Darwin Subject: NFS UDP MTU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2008 00:14:54 -0000 Hello to you all, I have a question about sharing a directory over my subnet. I have users downloading up to 3-4 G per session and obviously speed is crucial. I am thinking of going with UDP (accuracy is not an issue here). What is the best way to go about this? Is NFS the right pick? If so should I use mount_nfs, ar there better utilities available? How about MTU; do I need to tweak the value for MTU on client machines? and if so what is the magic number? Thanks,