Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 1998 13:06:39 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        "Ross Potts, CON, EDS/D-SIDDOMS" <rpotts@med.osd.mil>
Cc:        FreeBSD-questions@FreeBSD.ORG
Subject:   Re: NFS serving
Message-ID:  <Pine.BSF.3.96.980416130402.7029b-100000@gdi.uoregon.edu>
In-Reply-To: <9804160858.ZM-71901@161.14.168.22>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980416130402.7029b-100000>