From owner-freebsd-questions Thu Apr 16 13:07:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02082 for freebsd-questions-outgoing; Thu, 16 Apr 1998 13:07:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA01976 for ; Thu, 16 Apr 1998 20:06:55 GMT (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA07176; Thu, 16 Apr 1998 13:06:39 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 16 Apr 1998 13:06:39 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Ross Potts, CON, EDS/D-SIDDOMS" cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: NFS serving In-Reply-To: <9804160858.ZM-71901@161.14.168.22> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 16 Apr 1998, Ross Potts, CON, EDS/D-SIDDOMS wrote: > I have been trying to set up NFS an can't seem to get any indication of it > running from the client side. The client is a W95 box. You have a NFS client for Win95? It doesn't come with it by default. > Is there a way for my sight's netadmin to block me from serving? They could be blocking the packets, yes. > root 99 0.0 0.4 232 100 ?? Is 4:12PM 0:00.01 nfsd: master > (nfsd) > root 103 0.0 0.3 224 92 ?? I 4:12PM 0:00.00 nfsd: server > (nfsd) > root 104 0.0 0.3 224 92 ?? I 4:12PM 0:00.00 nfsd: server > (nfsd) > root 105 0.0 0.3 224 92 ?? I 4:12PM 0:00.00 nfsd: server > (nfsd) > root 106 0.0 0.3 224 92 ?? I 4:12PM 0:00.00 nfsd: server > (nfsd) Server checks out. Try running `mount' to check that the filesystem(s) you want exported are being exported. You may have to kill -HUP mountd for it to pick up changes to /etc/exports. > /var -alldirs -network XXX.XXX.10. -maproot=0 -mask 255.255.255.0 > /var -alldirs -network XXX.XXX.168. -maproot=0 -mask 255.255.255.0 ^^^^^^^^^^ Map root to root, eh? Sure you want that? You also need to run pcnfsd or else no one but UNIX boxes will be able to grab your NFS exports. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message