From owner-freebsd-questions@FreeBSD.ORG Thu Sep 1 18:56:29 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F404106564A for ; Thu, 1 Sep 2011 18:56:29 +0000 (UTC) (envelope-from tam.sergio@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 141308FC15 for ; Thu, 1 Sep 2011 18:56:28 +0000 (UTC) Received: by vws18 with SMTP id 18so2213580vws.13 for ; Thu, 01 Sep 2011 11:56:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=syu2VBsQKOV9L/9fxZF1cjzHH4h9aVLCmMs4q4LJ3yg=; b=bZAmFiML5Y+cY5azRFF2u8Zcq7ZJa9NIM1zu6TMllbSyk42TPnod3OusK9SNK66EPY vdKGwV775J7fCmCE8syYKxsH6gPDqqsVFfvhqigTYIlLxB29VmfsTuQX/wHtdlIPgf18 Rd1/+4iIFyzjM64Qum8DlLkUYhdNdjUXcGFGU= MIME-Version: 1.0 Received: by 10.52.23.225 with SMTP id p1mr177443vdf.186.1314901632410; Thu, 01 Sep 2011 11:27:12 -0700 (PDT) Received: by 10.52.166.196 with HTTP; Thu, 1 Sep 2011 11:27:12 -0700 (PDT) Date: Thu, 1 Sep 2011 13:27:12 -0500 Message-ID: From: Sergio Tam To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re:rsync connection to Windows 2008 Server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2011 18:56:29 -0000 2011/9/1 : > I have run into a problem that I cannot find the answer to using Google > and I am hoping someone has seen this before. > > I am connecting to a Windows 2008 server running cwRsync as a daemon. One > of my six sites will not connect to the server. No error messages are > seen in the cwRsync log file or the Event Viewer on the Windows 2008 > computer. > > My network configuration is as follows. > > STL --WAN-- Firewall --IPsec Tunnel -- 192.168.100.56. > > On the remote computer, using the following command line, and I receive > the following messages. > rsync -avz /home 192.168.100.56::Homes > rsync: read error: Connection reset by peer (54) > rsync error: error in rsync protocol data stream (code 12) at io.c(604) > [sender=2.6.9] > > Looking at tcpdump, I think the connection is started, but the computer on > my end is not responding after a certain time. > > 12:00:17.817759 IP [...............................................] http://www.itefix.no/i2/node/11042 http://lists.samba.org/archive/rsync/2003-December/008119.html Regards