From owner-freebsd-questions@FreeBSD.ORG Wed Oct 19 12:47:23 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 3D9AB16A41F for ; Wed, 19 Oct 2005 12:47:23 +0000 (GMT) (envelope-from chowse@charter.net) Received: from mxsf20.cluster1.charter.net (mxsf20.cluster1.charter.net [209.225.28.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8754643D45 for ; Wed, 19 Oct 2005 12:47:22 +0000 (GMT) (envelope-from chowse@charter.net) Received: from mxip16a.cluster1.charter.net (mxip16a.cluster1.charter.net [209.225.28.146]) by mxsf20.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j9JClL6e024057 for ; Wed, 19 Oct 2005 08:47:21 -0400 Received: from 24-176-115-34.dhcp.jcsn.tn.charter.com (HELO [192.168.254.3]) (24.176.115.34) by mxip16a.cluster1.charter.net with ESMTP; 19 Oct 2005 08:47:21 -0400 X-IronPort-AV: i="3.97,231,1125892800"; d="scan'208"; a="1707644051:sNHT14675680" User-Agent: Microsoft-Entourage/11.2.0.050811 Date: Wed, 19 Oct 2005 07:47:20 -0500 From: Charles Howse To: "freebsd-questions@freebsd.org" Message-ID: Thread-Topic: Can't see FreeBSD machine in Mac's Finder - Solved Thread-Index: AcXUqz5SfRwR9ECeEdqptQARJH5tYg== In-Reply-To: <4353CF21.1040009@FreeBSD.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: Re: Can't see FreeBSD machine in Mac's Finder - Solved 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: Wed, 19 Oct 2005 12:47:23 -0000 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > David Kelly wrote: > | On Mon, Oct 17, 2005 at 09:54:15AM -0500, Charles Howse wrote: > | > |>Hello List, > |> > |>I have a PowerMac G5, named "larry", which the 'Sharing' tab in System > |>Preferences tells me that other machines on the network can access as > |>'larry.local'. > |> > |>I have a FreeBSD 4.11 machine on the same subnet, named "moe" (no > |>domain name), with NFS enabled. > |> > |>I can connect to the FreeBSD machine's share by using "Connect to > |>Server" in OS X, but the machine doesn't show up in the Network pane > |>of Finder. > |> > |>Can anyone point me to some resources where I can find a resolution to > |>this? -- > | > | > | I think others are pointing you in the wrong direction. MacOS uses > | Bonjour to discover local net resources. Believe this may have been > | previously called Rendezvous. > | http://developer.apple.com/networking/bonjour/ > | > | net/howl and net/mDNSResponder mention Bonjour specifically. > > Correct. You can use howl to advertise an NFS service that MacOS X will > auto-discover. For example: > > mDNSPublish NFS _nfs._tcp 2049 "NFS Share" > > Joe I finally got it working. My error was not including "path=" when loading mDNSPublish. Also customized this rc script to start publishing on boot. http://tinyurl.com/4j8ze Works fine on both computers, now.