My mount works with AUTH_SYS, but fails when using Kerberos 5 (-osec=krb5)?
There are many reasons this could be failing. First verify that rpc.gssd is running on the client and rpc.svcgssd is running on the server. Running these daemons with option “-vvv” will produce extra debugging output which may give more information about the problem. What to look at next depends on the messages that you see… • Verify that your hostnames are correct. The hostname command should return a fully-qualified hostname that has a correct DNS reverse-mapping (either through DNS or the /etc/hosts file). • Verify there is a keytab entry for nfs/
Related Questions
- I’m trying to export a traditional volume using NFS Server, but it fails to mount on an NFS Client even though showmount shows the export. Why ?
- I am accessing an NFSv4 mount via Kerberos and then I do a kdestroy, but I am still able to access the NFS data. Why?
- I am accessing an NFSv4 mount via Kerberos as root. Why isn it using the credentials I got via kinit?