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/16 00:19]
billdozor [NFS Server]
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 79: 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 100: 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.1523852394.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)