NFS hanging on RHEL5

This is something I've noticed a few times lately on Red Hat Enterprise Linux 5 and I figured I'd post for future reference.

When mounting an nfs mount on a clean build of RHEL5, eg:

[code]sudo mount nfsserver:/home /nfsimports/nfsserver/home[/code]

You might notice that the client …

more ...