Matty wrote: >> In your /etc/default/nfs file, is this changed? > > This turned out to be the issue. I was experimenting with NFS version > 3 and 4, and forgot to put the ALL back in the following item: > > NFSD_PROTOCOL=ALL
Ah, that would do it. This is for the transport protocol, so you could use this to limit NFS to the use of TCP, for example. You'd want to use the VERSMIN/MAX to influence the NFS version numbers. Rob T