I am trying to link a remote RHEL machine to our network. I can now ssh between the machines using fixed NAT addresses. I have copied the /etc/auto.misc, /etc/auto.master and /etc/exports files from the local machine (called "cougar") to the remote machine (called "forth"), and restarted NFS and AUTOFS services on both. All ports are open on forth.
sample of auto_misc:
forth_data -soft forth:/export/data
sample of /etc/exports on "forth"
/export/data cougar(rw)
Here's the command line error on cougar:
nm@cougar:/home/nm{119} cd /misc/forth_data
/misc/forth_data: No such file or directory.
nm@cougar:/home/nm{120}
Any thoughts?