From owner-freebsd-www Tue Oct 21 06:57:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA13698 for www-outgoing; Tue, 21 Oct 1997 06:57:05 -0700 (PDT) (envelope-from owner-freebsd-www) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA13689 for ; Tue, 21 Oct 1997 06:57:02 -0700 (PDT) (envelope-from jfieber@indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.7/8.8.7) with SMTP id IAA26070; Tue, 21 Oct 1997 08:56:48 -0500 (EST) Date: Tue, 21 Oct 1997 08:56:48 -0500 (EST) From: John Fieber To: Jane Ranola cc: www@FreeBSD.ORG Subject: Re: Integrating MAC Workstations In-Reply-To: <199710210659.OAA10482@mozcom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In the future, please direct this sort of question to questions@freebsd.org. On Tue, 14 Oct 1997, Jane Ranola wrote: > with no hassle but my primary concern is that I cannot MAP the shared > folders and I cannot CAPTURE the server's line printer. If you don't mind What you want is netatalk. There are two parts to this. First, you need to build a custom FreeBSD kernel that has the line options NETATALK in the config file. See the FreeBSD handbook for information on building and installing new kernels. Then you need to install the "netatalk" port from the ports collection. This includes appletalk file and print server software. You can also print from FreeBSD to appletalk printers using it. -john