From owner-freebsd-questions@FreeBSD.ORG Thu Aug 16 20:41:40 2007 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 E144D16A419 for ; Thu, 16 Aug 2007 20:41:40 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from viefep31-int.chello.at (viefep18-int.chello.at [213.46.255.22]) by mx1.freebsd.org (Postfix) with ESMTP id 2C98B13C491 for ; Thu, 16 Aug 2007 20:41:39 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from [192.168.1.99] (really [80.99.119.201]) by viefep31-int.chello.at (InterMail vM.7.08.02.02 201-2186-121-104-20070414) with ESMTP id <20070816204138.CXXH24785.viefep31-int.chello.at@[192.168.1.99]>; Thu, 16 Aug 2007 22:41:38 +0200 Message-ID: <46C4B601.1050509@shopzeus.com> Date: Thu, 16 Aug 2007 22:39:29 +0200 From: Laszlo Nagy User-Agent: Thunderbird 1.5.0.12 (X11/20070604) MIME-Version: 1.0 To: Bob Johnson , freebsd-questions@freebsd.org References: <46C4905A.1020202@shopzeus.com> <54db43990708161333g5713fc0an7af4f3b4cf32623f@mail.gmail.com> In-Reply-To: <54db43990708161333g5713fc0an7af4f3b4cf32623f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Share folder over internet 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: Thu, 16 Aug 2007 20:41:41 -0000 > Unless I'm very confused, BSD NFS can export directories and directory > trees in addition to filesystems. See export(5). Internet security > should be attainable with an appropriate firewall configuration that > allows the servers to only talk to each other. > IMHO you can export directory trees (-alldirs option), but if you do that then you can list each file system in /etc/exports only once. So it is impossible to export some (different) directories from a filesystem, but not others. But again, this is not a big problem when I use a VPN connection between the two file servers only. Coda is looks VERY interesting! :-) Two key features: "high performance through client side persistent caching" continued operation during partial network failures in server network Promising. I'm going to try it and let you know how it goes. Best, Laszlo