From owner-freebsd-questions Sun Jan 23 10:25: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id BF2F714A08 for ; Sun, 23 Jan 2000 10:24:50 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id NAA07703; Sun, 23 Jan 2000 13:29:33 -0500 (EST) (envelope-from cjc) Date: Sun, 23 Jan 2000 13:29:32 -0500 From: "Crist J. Clark" To: Ahmed Khudre Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: NFS setup failure Message-ID: <20000123132932.A7396@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <20000123140012.39183.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000123140012.39183.qmail@hotmail.com>; from aaz_freebsd@hotmail.com on Sun, Jan 23, 2000 at 04:00:12PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 23, 2000 at 04:00:12PM +0200, Ahmed Khudre wrote: > Dear all, > > I have got the FreeBSD 3.4-stable CD. I installed it on my computer which > has the IP 11.11.11.11 I choose it to be NFS server, and client also. > I tried to install FreeBSD on another computer which has the IP 22.22.22.22 > > I did the following > > 1 - In my computer (11.11.11.11), I added the line > /cdrom -ro 22.22.22.22 I assume you are saying you added this line to /etc/exports? > 2 - On the other computer, I choose NFS as the setup media and I gave the > NFS file specs > 11.11.11.11:/cdrom > > That exactly what was written in the CD manual to install using NFS, but it > did not work. > > On my computer(11.11.11.11) I got > "mount request denied from 22.22.22.22 for /cdrom" Did you tell mountd(8) to re-read the exports(5) file? # kill -HUP `cat /var/run/mountd.pid` -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message