I ended up giving up on this because it was a waste of my time, but I'll respond to your questions anyway.
Quote:
Originally Posted by bartonski
My initial reaction was to have you check the version of nfs, but you just updated this. Do check version of mount.nfs.
|
CentOS 5 (the distro I was using on the client) has a very old version of nfs-utils (1.0.9, compared to the current version, 1.2.1), so I thought I might have been hitting this (or something similar to it):
http://cve.mitre.org/cgi-bin/cvename...=CVE-2008-4552
I ended up trying Fedora Core 11 on the client and I got a bit further (no more "Invalid argument" message), but I was still unable to mount the NFS export.
Quote:
Originally Posted by bartonski
I would try leaving off arguments on the command line, and see what changes.
|
I couldn't do this as Kerberos was the only security flavor supported by the server.
Quote:
Originally Posted by bartonski
Also, just on the assumption that the diagnostic might be bogus, check firewall, directory permissions and make sure that the directory is correctly exported on 10.11.25.52.
|
It's not a networking/routing issue; it's a Kerberos issue. If I changed the options of the NFS export to use standard Unix authentication, I could mount the share without any problems.
In the end, I just took the advice from the fine folks at the Linux NFS FAQ (
http://nfs.sourceforge.net/):
"Because of bugs and missing features, for now support for Linux NFS with Kerberos is appropriate only for early adopters, and not for production use."