|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Configuring client for NFSI want to set up NFS for kerberos authentication.
I have created all the required principals and keytabs correctly and made an entry in etc/exports as /mount 17.224.21.59 -sec=krb5 -ro Now on client side after successful kinit i get the initial krbtgt ticket . after that when i am trying to run the command mount 17.201.112.127:/mount /home/mount I am getting permission denied and not getting the ticket for nfs . Is there any step to enable nfs for kerberos at client side. Any pointer will be very helpful. ![]() |
|
|
|
|
|
Re: Configuring client for NFS
|
|
|
Re: Configuring client for NFSyou need to export NFS4 with fsid=0 option (this becomes your NFS"root")
and export everything else underneeth that directory. just read the quide I sent you carefully, everything is there. don't forget about the options for NFS daemon NEED_IDMAPD,etc... M. On Thu, 2008-08-21 at 05:23 -0700, Abhishek Chowdhury wrote: > > > > when i am trying mount -t nfs4 -o sec=krb5 17.201.112.127:/mount > > /home/mount > > i am getting /home/mount no such directory > > earlier the error was authentication error when i am not writin -t nfs4 > > > > my exports look like > > /home/mount/ 17.224.114.139 -sec=krb5 -ro > > > > nothing extra then this. > > what changes i need to do in the exports > > > ________________________________________________ Kerberos mailing list Kerberos@... https://mailman.mit.edu/mailman/listinfo/kerberos |
|
|
Re: Configuring client for NFS
|
|
|
Re: Configuring client for NFSOn Thu, 2008-08-21 at 06:29 -0700, Abhishek Chowdhury wrote: > > > > > According to the guide > > https://help.ubuntu.com/community/NFSv4Howto#Create%20and%20distribute%20credentials > > I have to create /etc/default/nfs-kernel-server > > and /etc/default/nfs-common on the server and /etc/default/nfs-common in > > the client. > > But these files are not available on my mac. > > Are the configurations given in the link above are for mac. > > > > I followed this link http://docs.info.apple.com/article.html?artnum=306694 > > for the configuration of kerberized nfs > > ah,.... thought you are connecting mac client to a linux NFS server..... no idea how to set up NFS server on MAC :( > > ________________________________________________ Kerberos mailing list Kerberos@... https://mailman.mit.edu/mailman/listinfo/kerberos |
| Free embeddable forum powered by Nabble | Forum Help |