- # testing NFSv4 referrals
- #
- # on Linux NFSv4 server 10.49.20.110 which should send requests to /ref/<foo>
- # to /export/home/<foo> on 10.49.20.131
- #
- mkdir ref # dummy dir
- # "insecure" is required for the Windows NFSv4 client (https://github.com/kofemann/ms-nfs41-client)
- echo "/ref *(insecure,no_root_squash,refer=/export/home@10.49.20.131)" >>/etc/exports
- service nfs-server reload
- showmount -e # should show "/ref *"
- journalctl -a | tail -n 100 | egrep '(exportfs|mountd).+:'
HowTo use NFSv4 referrals
Posted by Anonymous on Thu 2nd Nov 2023 12:17
raw | new post
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.