rsync错误处理-failed to connect to 192.168.xxx.xxx: Connection refused (111)

===================================================================================================

rsync:failed to connect to 192.168.xxx.xxx: Connection refused (111)

rsync error: error in socket IO (code 10) at clientserver.c(124) [sender=3.0.6]


rsync连接失败


解决方法:

1.首先telnet 873端口是否OK?

       telnet 192.168.xxx.xxx 873

     如果telnet不通,说明873端口未开

2.登录到192.168.xxx.xxx服务器检查相关配置

   确定/etc/xinetd.d/rsync文件中disable = no

   ps -ef | grep rsync    -----rsync

   netstat -lunpt             -----防火墙

   

   

你可能感兴趣的:(rsync,rsync)