linux NFS报错 无法重启rpcbind

Failed to register (statd, 1, tcp6/udp): svc_reg() err: RPC: Remote system error - No route to host

 

解决方案:

net.ipv6.conf.all.disable_ipv6=0
net.ipv4.conf.all.accept_redirects = 0

vi /etc/sysctl.conf

==>net.ipv6.conf.all.disable_ipv6=0
==>net.ipv4.conf.all.accept_redirects = 0

 systemctl daemon-reload

 systemctl restart rpcbind.service

 

posted @ 2023-09-12 16:29  LB_运维技术  阅读(173)  评论(0编辑  收藏  举报