(E-Mail Removed) (RAFA) wrote in message news:<(E-Mail Removed). com>...
> Hi all,
>
> I'm getting a timeout message when I try to mount one directory from
> my desktop on my laptop, in the following way:
>
> # mount -t nfs falcon:/home/user1 /mnt/falcon
> mount: RPC: Timed out
> #
>
> Desktop - RH 9.0 (I flushed IPtables on this one)
>
> Laptop - FC1
>
> I can ping both of them, and the name resolution works ok, i.e., I
> ping them both through their IP and their names.
>
> How can I solve this problem??
The following may be the reasons:
1. The service NFS may not be properly configured. Look for whether
portmapper, nfs, mounted are running on the server. (use "rpcinfo -p'
command on a terminal window.)
2. The /home/user1 may not be properly exported. Check the content of
the /etc/exports file. (use "exportfs -a" command on a terminal window
on the sever)
3. The client i.e., your laptop may be blocking the packets from the
server. Check the security level to determine whether the NIC is a
trusted device.
Regards,
Raju
> Thanks for any help
> rafa