From owner-freebsd-net Fri Oct 22 11:27:24 1999 Delivered-To: freebsd-net@freebsd.org Received: from issrv01.co.shasta.ca.us (209-76-70-20.co.shasta.ca.us [209.76.70.20]) by hub.freebsd.org (Postfix) with SMTP id 97D6614BCE for ; Fri, 22 Oct 1999 11:27:22 -0700 (PDT) (envelope-from djewett@snowcrest.net) Received: from ws2983 ([192.168.21.75]) by issrv01.co.shasta.ca.us; Fri, 22 Oct 1999 11:26:54 -0700 Message-ID: <000701bf1cba$9456bb30$4b15a8c0@co.shasta.ca.us> From: "Derek Jewett" To: Subject: More NFS ignorance... Date: Fri, 22 Oct 1999 11:23:46 -0700 Organization: Shasta County MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am running 3.0-R and I need to NFS mount it from a handfull of PC's running NT. So following the man page and some tips, in a hurry I ran the following at the server (FBSD box): nfsd -u -t -n 4 ....and mountd -r I created an exports file (/etc/exports) and entered in my host as a test like so; /usr/home/ftp45/files -alldirs 192.168.21.75 Problem: i am unable to mount this export from anywhere, I even tried mounting it from the BSD box itself, and it just hung. I ran the following: nfsiod -n 4 mount bsdserver:/usr/home/ftp45/files /mnt I get a bunch of goofy authentication errors from the NT client machines. Anyone got any ideas as to what I am doing wrong? I looked in the inetd.conf and saw an entry in there for the pcnfsd, but it stated I must be running PORTMAPPER and I found no man page for portmapper.. please help! thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message