[size=large]提示:Cannot register service: RPC: Unable to receive; errno = Connection refused
这是因为你的服务器没有开启端口映射的功能。今天把这个问题的解决方法写下来,希望对有类似问题的朋友有所帮助。
开启portmap就可以了
sudo /etc/init.d/portmap restart
如果有问题呢,可能就是你的portmap没有安装
安装下portmap服务即可
apt-get install portmap[/size]
这是因为你的服务器没有开启端口映射的功能。今天把这个问题的解决方法写下来,希望对有类似问题的朋友有所帮助。
开启portmap就可以了
sudo /etc/init.d/portmap restart
如果有问题呢,可能就是你的portmap没有安装
安装下portmap服务即可
apt-get install portmap[/size]
本文介绍了当遇到RPC无法接收连接被拒绝错误时的解决办法。主要原因是服务器未开启端口映射功能,通过重启portmap服务或者安装portmap可以解决此问题。

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



