From owner-svn-src-all@FreeBSD.ORG Mon Sep 21 04:02:37 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CE7E106566C; Mon, 21 Sep 2009 04:02:37 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id C174A8FC25; Mon, 21 Sep 2009 04:02:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id n8L41uUZ070296; Sun, 20 Sep 2009 22:01:59 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 20 Sep 2009 22:03:43 -0600 (MDT) Message-Id: <20090920.220343.-737556392.imp@bsdimp.com> To: doconnor@gsoft.com.au From: "M. Warner Losh" In-Reply-To: <200909211216.07249.doconnor@gsoft.com.au> References: <20090919.230053.58383965.imp@bsdimp.com> <200909211216.07249.doconnor@gsoft.com.au> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: rmacklem@uoguelph.ca, jhb@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-head@freebsd.org, rmacklem@freebsd.org Subject: Re: svn commit: r197298 - head/sbin/mount_nfs X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2009 04:02:37 -0000 In message: <200909211216.07249.doconnor@gsoft.com.au> "Daniel O'Connor" writes: : On Mon, 21 Sep 2009, Rick Macklem wrote: : > And what about going through NAT gateways? (I'm not familiar with how : > typical NAT gateways are set up, but do they all forward UDP ok?) : : The thought of doing NFS over the internet boggles my mind :) One of the early net meltdowns was caused by this, no? : However all consumer grade routers will NAT UDP properly otherwise : people wouldn't be able to play games. The issue most likely is one of internal firewalls, not external... Warner