Sorry if this in wrong area, or answered somewhere, but couldn’t find thread
/etc/exports:
/export1 -maproot=root -network 192.168.10.0 -netmask 255.255.255.0
/export2 -maproot=root -network 192.168.10.0 -netmask 255.255.255.0
V4: / -sec=sys -network 192.168.10.0 -netmask 255.255.255.0
Throws an error in /var/log/messages about /export2, but showmount -e recognizes /export1 and the subnet constraint.
If I remove -network and -netmask from both /export1 and /export2, showmount -e recognizes both /export1 and /export2 but displays ‘everybody’ for access.
Pretty sure this has something to do with ‘mount-point’ barrier (-alldirs for NFSv3, but NFSv4 exports everything down to /)
/etc/exports:
/export1 -maproot=root -network 192.168.10.0 -netmask 255.255.255.0
/export2 -maproot=root -network 192.168.10.0 -netmask 255.255.255.0
V4: / -sec=sys -network 192.168.10.0 -netmask 255.255.255.0
Throws an error in /var/log/messages about /export2, but showmount -e recognizes /export1 and the subnet constraint.
If I remove -network and -netmask from both /export1 and /export2, showmount -e recognizes both /export1 and /export2 but displays ‘everybody’ for access.
Pretty sure this has something to do with ‘mount-point’ barrier (-alldirs for NFSv3, but NFSv4 exports everything down to /)