Date: Sat, 15 Feb 2003 17:04:57 -0500 (EST) From: Andre Guibert de Bruet <andy@siliconlandmark.com> To: Erik Torres Serrano <erik.torres@cigb.edu.cu> Cc: freebsd-current@FreeBSD.ORG Subject: Re: NFS server vs YO Message-ID: <20030215165433.P61312@alpha.siliconlandmark.com> In-Reply-To: <20030215213114.SHIS23484.out001.verizon.net@kokeb.ambesa.net> References: <E78E51BB7B45C749B11C8B5BA64107E104635C0E@mercurio.cigb.edu.cu> <20030215213114.SHIS23484.out001.verizon.net@kokeb.ambesa.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <hostname> > showmount -e <hostname> > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030215165433.P61312>