From owner-freebsd-current Sat Feb 15 14: 5: 7 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC7B637B401 for ; Sat, 15 Feb 2003 14:05:05 -0800 (PST) Received: from alpha.siliconlandmark.com (alpha.siliconlandmark.com [209.69.98.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4D0A43FB1 for ; Sat, 15 Feb 2003 14:05:04 -0800 (PST) (envelope-from andy@siliconlandmark.com) Received: from alpha.siliconlandmark.com (localhost [127.0.0.1]) by alpha.siliconlandmark.com (8.12.6/8.12.6) with ESMTP id h1FM4v61061355; Sat, 15 Feb 2003 17:04:57 -0500 (EST) (envelope-from andy@siliconlandmark.com) Received: from localhost (andy@localhost) by alpha.siliconlandmark.com (8.12.6/8.12.6/Submit) with ESMTP id h1FM4vRL061352; Sat, 15 Feb 2003 17:04:57 -0500 (EST) (envelope-from andy@siliconlandmark.com) X-Authentication-Warning: alpha.siliconlandmark.com: andy owned process doing -bs Date: Sat, 15 Feb 2003 17:04:57 -0500 (EST) From: Andre Guibert de Bruet To: Erik Torres Serrano Cc: freebsd-current@FreeBSD.ORG Subject: Re: NFS server vs YO In-Reply-To: <20030215213114.SHIS23484.out001.verizon.net@kokeb.ambesa.net> Message-ID: <20030215165433.P61312@alpha.siliconlandmark.com> References: <20030215213114.SHIS23484.out001.verizon.net@kokeb.ambesa.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 15 Feb 2003, Mike Makonnen wrote: > There are several things we need: > > 1. The contents of: > /etc/exports > /etc/fstab > /etc/rc.conf > > 2. The output of the following commands: > rpcinfo -p > showmount -e > > 3. Make sure you are mounting them as the root user 4. Make sure that mountd is enabled, and that you're not firewalling it's traffic. A sockstat -4 should display the following: root mountd 434 4 udp4 *:1017 *:* root mountd 434 5 tcp4 *:1017 *:* If you don't see something along those lines, you need to add the following to your /etc/rc.conf: nfs_server_enable="YES" Regards, > Andre Guibert de Bruet | Enterprise Software Consultant > > Silicon Landmark, LLC. | http://siliconlandmark.com/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message