From owner-freebsd-questions@FreeBSD.ORG Mon Sep 19 13:39:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 72BC616A41F for ; Mon, 19 Sep 2005 13:39:08 +0000 (GMT) (envelope-from aj@siegel-tech.net) Received: from rwcrmhc12.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2120A43D45 for ; Mon, 19 Sep 2005 13:39:07 +0000 (GMT) (envelope-from aj@siegel-tech.net) Received: from [192.168.0.4] (siegel-tech.org[70.58.29.136]) by comcast.net (rwcrmhc13) with ESMTP id <2005091913390701500nc2k1e>; Mon, 19 Sep 2005 13:39:07 +0000 From: Aaron Siegel To: freebsd-questions@freebsd.org Date: Mon, 19 Sep 2005 07:38:16 -0600 User-Agent: KMail/1.8.2 References: <20050918133614.1ff2e168.dick@nagual.st> <20050918121542.GB29351@slackbox.xs4all.nl> <20050918160820.GA96310@lothlorien.nagual.st> In-Reply-To: <20050918160820.GA96310@lothlorien.nagual.st> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509190738.16988.aj@siegel-tech.net> Subject: Re: osx-fbsd-winxp 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, 19 Sep 2005 13:39:08 -0000 On Sunday 18 September 2005 10:08 am, Dick Hoogendijk wrote: > On 18 Sep Roland Smith wrote: > > On Sun, Sep 18, 2005 at 01:36:14PM +0200, dick hoogendijk wrote: > > > What is the best way to let the winxp machine communicate with the > > > mac/osx? And what about the fbsd machine. Is there a protocol I can > > > use for all three of them? > > > > Depends on when you mean with "communicate". > > > > For exchanging files, all three support SMB/CIFS. Install > > /usr/ports/net/samba on FreeBSD. You can then publish a 'share' from > > the FreeBSD that the others can connect to. > > Right. ;-) That one is easy.. But the share needs to be on the fbsd > machine then. Can I also share parts of the XP / OSX to each other or > will this be hard to do. My daughter is on osx, her brother on xp and > they do not always want me (fbsd) in the middle ;-) SMB/CIFS is a peer to peer protocol so you will be able to share files between any of your computers. So your son and daughter will be able to share files between themself directly.