Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2012 18:58:47 +0100
From:      Giulio Ferro <auryn@zirakzigil.org>
To:        "freebsd-net@freebsd.org" <freebsd-net@freebsd.org>,  freebsd-stable@freebsd.org
Subject:   kerberized NFS
Message-ID:  <4F22E5D7.4000707@zirakzigil.org>

next in thread | raw e-mail | index | archive | help
I'm trying to setup a kerberized NFS system made of a server and a
client (both freebsd 9 amd64 stable)

I've tried to follow this howto:
http://code.google.com/p/macnfsv4/wiki/FreeBSD8KerberizedNFSSetup

But couldn't get much out of it.

First question : is this howto still valid or something more recent
should be followed? I've searched with Google but I've come up empty.

I've set up kerberos heimdal, created the dns entries for both
client and server, set up krb5.keytab and copied it to client, set
up nfs4 according to man nfsv4:

(server)
cat /etc/exports
V4: /usr/src -sec=krb5:krb5i:krb5p

and then tried to mount it from the client:

mount_nfs -o ntfsv4,sec=krb5i,gssname=nfs 
nfsinternal1.dcssrl.it:/usr/src /usr/src

but it failed with :
[tcp] nfsinternal1.dcssrl.it:/usr/src: Permission denied

Can you point me to something that I might have got wrong?

Thanks in advance.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F22E5D7.4000707>