On Thu, 2008-05-29 at 15:34 +0200, Sebastian Marten wrote: > Hi list, > Is it possible to set up an NFSv4/Kerberos environment on CentOS 5.1? > I set up Kerberos and NFS but get several erros > > "Warning: rpc.gssd appears not to be running. > mount.nfs4: Permission denied" Yes, NFS4 works with Kerberos on Centos5. But the kernel only supports es-cbc-crc:normal, so when you add the key for NFS to the keytab, use: ktadd -e des-cbc-crc:normal -k /tmp/keytab nfs/myclient.mydomain > > Is this an CentOS oder an config problem? > config....