centOS nfs问题 192.168.1.3上共享了一个文件夹/usr/shareDir

在192.168.1.4上运行showmount -e 192.168.1.3输出结果为
Export list for 192.168.1.3:
/usr/shareDir 192.168.1.4
但是执行:mount -t nfs 192.168.1.3:/usr/shareDir /usr/tttt
时会出现:mount.nfs: Connection timed out错误,
所有防火墙都关闭了,这是怎么回事啊

http://bbs.chinaunix.net/thread-4121859-1-1.html

selinux关了吗?

你用的CentOS是什么版本的?如果是7,默认防火墙是firewall,而不是iptables,那么关闭防火墙使用systemctl stop firewalld