From owner-freebsd-questions Wed Sep 5 7:11:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lila.inti.gov.ar (lila.inti.gov.ar [200.10.161.32]) by hub.freebsd.org (Postfix) with ESMTP id C220937B407 for ; Wed, 5 Sep 2001 07:11:03 -0700 (PDT) Received: from nav.inti.gov.ar ([200.10.161.45]) by lila.inti.gov.ar with smtp (Exim 3.02 #1) id 15dzpv-00059M-00 for freebsd-questions@freebsd.org; Mon, 03 Sep 2001 16:56:47 -0300 Received: from iib005.iib.unsam.edu.ar ([200.3.113.15]) by NAV.inti.gov.ar (NAVGW 2.5.1.12) with SMTP id M2001090317002203694 for ; Mon, 03 Sep 2001 17:00:22 -0300 Received: (from fernan@localhost) by iib005.iib.unsam.edu.ar (8.11.3/8.11.3) id f83Ju3d01362 for freebsd-questions@freebsd.org; Mon, 3 Sep 2001 16:56:03 -0300 (ART) (envelope-from fernan) Date: Mon, 3 Sep 2001 16:56:01 -0300 From: Fernan Aguero To: FreeBSD Questions Subject: nfs troubles Message-ID: <20010903165601.B1169@iib005.iib.unsam.edu.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-PGP-Key: http://genoma.unsam.edu.ar/~fernan/pubkey.asc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear all, I have set up two machines (A & B) with FreeBSD and I want to share certain parts of each filsystem between the two. So following the notes on the handbook I've set up the two machines like this: in /etc/rc.conf portmap_enable="YES" nfs_server_enable="YES" nfs_server_flags="-u -t -n 4" mountd_flags="-r" nfs_client_enable="YES" nfs_client_flags="-n 4" in /etc/exports (A) /usr/ports machineB.my.domain in /etc/exports (B) /usr/local/webDevel/ machineA.my.domain However, when i go to A and do a (as root): mount machineB.my.domain:/usr/local/webDevel /mnt I get the following error on A: 'nfs: can't access /usr/local/webDevel: Permission denied' and the following message to B's console: 'mountd[pid]: mount request denied from machineA.my.domain for /usr/local/webDevel' I can go to B and do a mount machineA.my.domain:/usr/ports /mnt without problems. /etc/hosts.allow is the same on both machines /etc/rc.conf is (quite) similar on both machines (i would say that they are functinally the same, except for the sysinstall deltas which confuse everything). Where should I look to debug/solve this? Thanks in advance for any ideas. Fernan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message