linux_wiki:use_kerberos_to_control_access_to_nfs_network_shares

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:use_kerberos_to_control_access_to_nfs_network_shares [2018/04/15 23:42]
billdozor [NFS Client]
linux_wiki:use_kerberos_to_control_access_to_nfs_network_shares [2019/05/25 23:50] (current)
Line 37: Line 37:
  
 ====== NFS Server ====== ====== NFS Server ======
 +
 +**On server2** (NFS Server/KDC).
  
 \\ \\
Line 74: Line 76:
 exportfs -var exportfs -var
 </code> </code>
- 
-\\ 
-LinuxAcademy.com says a reboot is needed at this point for the client to work consistently. -> **TO INVESTIGATE** 
  
 ---- ----
Line 82: Line 81:
 ====== NFS Client ====== ====== NFS Client ======
  
 +**On server1** (NFS Client/Kerberos Client)
 +
 +\\
 Add NFS principal and add local copy of keytab file Add NFS principal and add local copy of keytab file
 <code bash> <code bash>
Line 103: Line 105:
  
 \\ \\
-Temporary mount +Persistent mount 
-<code bash> +<code bash>vim /etc/fstab 
-mount -t nfs4 -o sec=krb5 server2.example.com:/krbdata /mnt+ 
 +server2.example.com:/krbdata  /mnt  _netdev,nfs4  sec=krb5  0  0
 </code> </code>
  
 \\ \\
-Permanent mount +Mount the filesystem 
-<code bash>vim /etc/fstab +<code bash> 
- +mount -a
-server2.example.com:/krbdata  /mnt  nfs4  sec=krb5  0  0+
 </code> </code>
 +  * If you see this error message "mount.nfs: an incorrect mount option was specified" -> Ensure that you restarted the 'nfs-client.target' service.
  
 \\ \\
  • linux_wiki/use_kerberos_to_control_access_to_nfs_network_shares.1523850163.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)