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:44]
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> +
-mount -t nfs4 -o sec=krb5 server2.example.com:/krbdata /mnt +
-</code> +
- +
-\\ +
-Permanent mount+
 <code bash>vim /etc/fstab <code bash>vim /etc/fstab
  
-server2.example.com:/krbdata  /mnt  nfs4  sec=krb5  0  0+server2.example.com:/krbdata  /mnt  _netdev,nfs4  sec=krb5  0  0
 </code> </code>
  
  • linux_wiki/use_kerberos_to_control_access_to_nfs_network_shares.1523850242.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)