User Tools

Site Tools


unix:freebsd:system_builds:nfsserver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
unix:freebsd:system_builds:nfsserver [2019/09/17 01:19] rodolicounix:freebsd:system_builds:nfsserver [2019/11/08 17:52] – [Configure and start NFS] rodolico
Line 37: Line 37:
  
 <code bash exports> <code bash exports>
-/media/nfsroot/dom0  -alldirs  10.81.210.37 10.81.210.32 +/media/nfs_root/dom0  -alldirs  10.81.210.37 10.81.210.32 
-/media/nfsroot/simon  -maproot=root  192.168.150.68 +/media/nfs_root/simon  -maproot=root  192.168.150.68 
-/media/nfsroot/strax  -maproot=root  strax.example.com+/media/nfs_root/strax  -maproot=root  strax.example.com
 </code> </code>
  
Line 61: Line 61:
 rpcbind_enable="YES" rpcbind_enable="YES"
 nfs_server_enable="YES" nfs_server_enable="YES"
-mountd_flags="-r"+# the -h below binds nfsd to a specific IP, so a machine with 
 +# multiple IP's will only respond if this one is used for the 
 +# request 
 +mountd_flags="-r -h 192.168.0.1"
 # uncomment the following lines if server side file locks are # uncomment the following lines if server side file locks are
 # needed. Note you must replicate this on the clients # needed. Note you must replicate this on the clients
unix/freebsd/system_builds/nfsserver.txt · Last modified: 2023/01/17 20:40 by rodolico