From owner-freebsd-questions Mon Jan 14 15:32:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blount.mail.mindspring.net (blount.mail.mindspring.net [207.69.200.226]) by hub.freebsd.org (Postfix) with ESMTP id 62E1837B416 for ; Mon, 14 Jan 2002 15:32:46 -0800 (PST) Received: from user-vcauneo.dsl.mindspring.com ([216.175.93.216] helo=timothyr.net) by blount.mail.mindspring.net with esmtp (Exim 3.33 #1) id 16QGan-0002f2-00 for freebsd-questions@freebsd.org; Mon, 14 Jan 2002 18:32:42 -0500 Received: from [128.32.212.233] (scarlet [10.0.0.2]) by timothyr.net (8.11.6/8.11.6) with ESMTP id g0ENWbr34369 for ; Mon, 14 Jan 2002 15:32:38 -0800 (PST) (envelope-from timothyr@timothyr.com) User-Agent: Microsoft-Entourage/10.0.0.1309 Date: Mon, 14 Jan 2002 15:32:35 -0800 Subject: Wan File Sharing: FBSD<==>OSX? From: "Timothy L. Robertson" To: FreeBSD Questions Message-ID: In-Reply-To: <20020114231618.76D9C5D1A@ptavv.es.net> Mime-version: 1.0 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Everyone, What is a good solution for sharing files between my FreeBSD server at home and my OS X Powebook on the road. When I ran Windows I had no choice but t= o tunnel ports 137 and 139 over SSH and run Samba. It worked OK, but because of the UDP requirement of SMB it would often hang waiting for some timeout. Now that I've got a full Unix layer under my laptop, I figure there must be a better way. Requirements are: Secure - both authentication and data should be protected by strong encryption Transparent - Should look just like a local filesystem It would be great if it could also do Cacheing - don=B9t have to copy over a large file to make small changes Mirroring - Keep syncronized copies of data on both server and client I suspect that if I can find a way to do the first two I can use vinum to d= o the second two. The three solutions I'm aware of are SMB, NFS, and AppleShare. The first two use UDP so are not suitable for SSH tunneling. = I suppose I could set up a more robust VPN which would handle this. AppleShare runs over TCP to the best of my understanding, and so might be a good solution, but netatalk did not work for me right away and I'd like to consider other options before I put any more effort into it. What do other people do? Thanks, -Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message