linux NFS报错 无法重启rpcbind

发布时间 2023-09-12 16:32:20作者: LB_运维技术

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 restart rpcbind.service