Expensive;
I have an NFS server and a Client. On the server is apparently OK as there are other mount points on it. The client that is in trouble is a new server. I installed nfs with yum install nfs *, with a netstat -an the active ports (111, 1234, 2049) appear. NFS is in active status as well. However, when I execute the command below it gives TIME OUT:
mount -t nfs -o tcp -v xxxx:/export/xxx/ /xxx/xxxx/
mount.nfs: timeout set for Mon Mar 19 13:19:07 2018
I left a TCPDUMP running on the server, and the connection arrives to the right ports. I temporarily disabled the IPTABLES from both and in the server's Hosts.allow the IP Client is released.
Any ideas?