From owner-freebsd-ppc Tue Feb 25 8:45:42 2003 Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2FA037B401; Tue, 25 Feb 2003 08:45:40 -0800 (PST) Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27CA843F93; Tue, 25 Feb 2003 08:45:40 -0800 (PST) (envelope-from welchsm@earthlink.net) Received: from misspiggy.psp.pas.earthlink.net ([207.217.78.246]) by avocet.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18niD5-0000rh-00; Tue, 25 Feb 2003 08:45:39 -0800 Received: from [207.217.78.11] by EarthlinkWAM via HTTP; Tue Feb 25 08:45:39 PST 2003 Message-ID: <2690894.1046191539212.JavaMail.nobody@misspiggy.psp.pas.earthlink.net> Date: Tue, 25 Feb 2003 08:45:38 -0600 (GMT) From: Sean Welch Reply-To: Sean_Welch@alum.wofford.org To: Andrew Gallatin Subject: Re: Re: Re: ATA patch and others Cc: Peter Grehan , freebsd-ppc@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Web Access Mail version 3.0 Sender: owner-freebsd-ppc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sounds good. I'll have to dig into the dhcp docs so I can understand it a bit better. I'll have to wait until I get home to try it, but right now I have a dhcpd.conf containing only a section like what Peter outlined (with the MAC, ip addresses, and directories changed). I've put the loader into a /tftpboot directory. I've turned on tftp in inetd.conf by uncommenting the the line with udp (not udp6). I've also turned on nfs serving with nfs_server_enable="YES" in rc.conf and put the following into exports: /data/ppc -maproot=root:wheel macbsd Where /data/ppc is the root level of the compiled system and macbsd is the name of the client. I've touched /var/db/dhcpd.leases and I still need to install iscdhcpd. Did I miss anything? I've set this up under 5.0-RELEASE and it is currently not running... Sean -------Original Message------- From: Andrew Gallatin Sent: 02/25/03 10:02 AM To: Sean_Welch@alum.wofford.org Subject: Re: Re: ATA patch and others > > Sean Welch writes: > Okay -- I won't worry too much about that then. > > I haven't finished trying to set up the Dell as a server to the > apple yet. Are you bypassing setting up rarpd somehow? The <..> You don't need rarpd, all you need is dhcpd. > > Is the MAC in the sample dhcpd.conf you attached the one for > the server (to limit serving to that interface)? > No, its for the macintosh client. Be warned that DHCP doesn't work right on some newer macs... For a description of what I mean, see: http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=20664+0+archive/2002/freebsd-ppc/20020811.freebsd-ppc Drew > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ppc" in the body of the message