rsync同步提示host no route错误

2024-10-13 16:43:38

1、rsync命令同步,rsync -avz -e ssh 本地路径 远程路径。提示no route

rsync同步提示host no route错误

2、网络参数检查检测目标服务器的IP配置是否正常,ifconfig查看

rsync同步提示host no route错误

3、出现这个问题要先确认一下网络情况,ping命令检查

rsync同步提示host no route错误

4、路由测试如果是不同网段,还需要检测route路由

rsync同步提示host no route错误

5、防火墙影响以上都正常的话,检测防火墙状态设置

rsync同步提示host no route错误

6、如果太多规则,建议直接关闭防火墙测试一下

rsync同步提示host no route错误

7、都排除之后,再次执行没有host no route错误了。然后根据对应的错误检查

rsync同步提示host no route错误

8、特别注意一下,如果是远程rsync 客户端服务器也要安装ssh-client包

rsync同步提示host no route错误
猜你喜欢