<div style="font-family:Arial, Helvetica, sans-serif; font-size:12px;">Hello,<br> <br> I apologize first of all for my broken English.<br> <br> I use BackupPC 4.4.0 and Rsyncd 3.1.2 with Cygwin on Windows 10 client.<br> <br> I have a problem for use Rsyncd through the WAN with VPN connection<br> The networks flow seem open between the server and the client and a vpn connection.<br> >From the server to the client the command ping is ok and the command netcat « >nc -v -z IP PORT » returns « connexion succeeded » . The >firewall logs do not show any communication blocking<br> The backup works when the client is on the same network that the server.<br> <br> Here is the rsync error message :<br> rsync_bpc: safe_read failed to read 1 bytes [Receiver]: Connection reset by peer (104)<br> Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 filesTotal, 0 sizeTotal, 0 filesNew, 0 sizeNew, 0 sizeNewComp, 2 inode<br> rsync error: error in rsync protocol data stream (code 12) at io.c(276) [Receiver=3.1.3.0]<br> rsync_bpc exited with fatal status 12 (3072) (rsync error: error in rsync protocol data stream (code 12) at io.c(276) [Receiver=3.1.3.0])<br> <br> And the rsyncd.conf:<br> <br> use chroot = false<br> max connections = 2<br> log file = c:/rsyncd/rsyncd.log<br> lock file = c:/rsyncd/rsyncd.lock<br> <br> [docs]<br> path = /cygdrive/c/temp<br> comment = temp<br> strict modes = false<br> auth users = xxxx<br> secrets file = c:/rsyncd/rsyncd.secrets<br> hosts allow = SERVER IP , SERVER PUBLIC IP<br> read only = true<br> list = true<br> charset=utf-8<br> <br> Do you have any idea what is causing this problem?<br> I can give you more information if needed.<br> Regards<br> Pierre</div>
_______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: https://github.com/backuppc/backuppc/wiki Project: https://backuppc.github.io/backuppc/