Keith Roberts wrote:
I don't use NFS, can you actually reach your NFS machine from another machine on your LAN to get some sort of file listings from it, like an apache directory listing? This would tell you that the machine is actually reachable.
#showmount -e <host IP or FQDN>
will list available NFS shares.
Common problems can be version of NFS, firewalled ports and NFS server not allowing access to particular IP/subnet.
Ljubomir