pastebin - collaborative debugging tool
nrubsig.kpaste.net RSS


HowTo use NFSv4 referrals
Posted by Anonymous on Thu 2nd Nov 2023 12:17
raw | new post
modification of post by Anonymous (view diff)

  1. # testing NFSv4 referrals
  2.  
  3. #
  4. # on Linux NFSv4 server 10.49.20.110 which should send requests to /ref/<foo>
  5. # to /export/home/<foo> on 10.49.20.131
  6. #
  7. mkdir ref # dummy dir
  8. # "insecure" is required for the Windows NFSv4 client (https://github.com/kofemann/ms-nfs41-client)
  9. echo "/ref *(insecure,no_root_squash,refer=/export/home@10.49.20.131)" >>/etc/exports
  10. service nfs-server reload
  11. showmount -e # should show "/ref *"
  12. journalctl -a | tail -n 100 | egrep '(exportfs|mountd).+:'

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.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at