You are not logged in.
Hello,
I am desperately trying to mount my NFS directory on my client with the use of Keberos. I think I managed to set up Keberos correctly, I am able to access the kadmin interface from the client on the server and create a ticket.
But, I when I execute:
mount -v -o vers=4 myserver:/my/mount/point /my/local/mount/point
I get:
mount.nfs: timeout set for <date>
mount.nfs: trying text-based options 'vers=4.2,addr=<addr>%<interface>,clientaddr=<addr>'
mount.nfs: mount(2): Operation not permitted
mount.nfs: Operation not permitted
My /etc/exports looks like this:
/my/mount/point *(rw,async,no_subtree_check,no_root_squash,sec=krb5p)
As the wiki suggested, I am using systemd-timesyncd on both the server and the client.
Unfortunately, I wasn't able to find any log (server and client).
Thank you very much for any help.
Last edited by Scriptor (2020-07-05 10:30:15)
Offline
Did you manage to solve this?
There was another thread with NFS timeout some time ago, not sure if this could help.
Just to understand the setup, is the server hosting both the NFS directories and Kerberos? If that is the case, would it not be easier to use SSHFS?
Offline