- 摘要:NFS问题:nfs与rpcbind都正常启动了,并且已经发布共享目录/tmp。
- 在客户端查看时,出现如下错误提示:[aliyunzixun@xxx.com~]#showmounte192.168.122.10clnt_create:RPC:Portmapperfailure-Unabletoreceive:errno113(Noroutetohost)
- 解决方法:关闭被访问的NFS服务器上的防火墙和selinux(当然只适合个人测试环境),执行systemctlstopfire
-
NFS问题:
nfs与rpcbind都正常启动了,并且已经发布共享目录/tmp。
在客户端查看时,出现如下错误提示:
[aliyunzixun@xxx.com ~]# showmount -e 192.168.122.10clnt_create: RPC: Port mapper failure - Unable to receive: errno 113 (No route to host)
解决方法:
关闭被访问的NFS服务器上的防火墙和selinux(当然只适合个人测试环境),执行systemctlstopfirewalld;iptables -F ;setenforce 0,在客户端重新查看showmount -e 192.168.122.10
在客户端showmount -e 192.168.122.10遇到以下错误提示,“clnt_create: RPC: Program not registered” ,
解决方法:
服务端[aliyunzixun@xxx.com /]# rpc.mountd 即可
客户端查看
[aliyunzixun@xxx.com ~]# showmount -e 192.168.122.10
Export list for server.example.com:/tmp *(rw,sync,no_root_squash)
- 以上是NFS问题:clnt_create: RPC: Port mapper failure - Unable to receive: errno 113 (No route to host)的内容,更多 FAILURE receive unable mapper create 问题 errno route HOST clnt 的内容,请您使用右上方搜索功能获取相关信息。
NFS问题:clnt_create: RPC: Port mapper failure - Unable to receive: errno 113 (No route to host)
最新推荐文章于 2026-06-21 16:31:53 发布
本文详细解析了NFS共享中常见的clnt_create:RPC:Portmapperfailure错误,提供了关闭防火墙和SELinux的解决方案,以及如何处理RPC:Programnotregistered问题,确保NFS服务器与客户端之间的连接稳定。
2120

被折叠的 条评论
为什么被折叠?



