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
标签:redirects,rpcbind,linux,报错,conf,ipv6,net From: https://www.cnblogs.com/libin-linux/p/17696813.html