Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2010 17:34:08 -0500 (EST)
From:      Rick Macklem <rmacklem@uoguelph.ca>
To:        George Mamalakis <mamalos@eng.auth.gr>
Cc:        freebsd-current@freebsd.org, freebsd-stable <freebsd-stable@freebsd.org>
Subject:   Re: Kerberized NFSv3 incorrect behavior
Message-ID:  <Pine.GSO.4.63.1002071722390.5826@muncher.cs.uoguelph.ca>
In-Reply-To: <4B6D3A18.2030304@eng.auth.gr>
References:  <4B6BE7A2.6000402@eng.auth.gr> <Pine.GSO.4.63.1002051224510.27442@muncher.cs.uoguelph.ca> <4B6D3A18.2030304@eng.auth.gr>

next in thread | previous in thread | raw e-mail | index | archive | help


On Sat, 6 Feb 2010, George Mamalakis wrote:

>
> thank you for all your answers. I am planning on setting up the computer labs 
> of my department using kerberized nfsv3 (since v4 seems to be "more" 
> experimental) with a FreeBSD nfs server and Linux nfs clients. I was 
> wondering "how stable" such an implementation would be; meaning that I 
> wouldn't want to end up with an unstsable setup when receiving requests from 
> 50-60 simultaneous clients, because that would be my everyday scenario.
>

I believe that the above should be stable, but your mileage may vary, as
they say. The main issue will be what your TGT lifetime will be, since
client access to the server will normally stop when the TGT expires. Some
systems (Mac OS X) will automagically renew the TGT before it expires,
if your KDC allows that. I don't think most/all Linux systems do this
by default, but there are some utilities out there (try a search for 
krenew) that will do so.

Basically, I think you'll want to avoid TGTs expiring before the user
logs out. You also need a unique uid<->user principal mapping for all
users logging in.

You definitely want to do some testing with whatever Linux system you
are using for the client.

Good luck with it, rick
ps: Choosing nfsv3 vs nfsv4 is basically independent of using RPCSEC_GSS
     except for the host based initiator credential needed by some clients
     (Linux and Solaris10 are among those) for NFSv4.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.63.1002071722390.5826>