X-Spam-Check-By: sourceware.org From: Alan Chandler To: rsync AT lists DOT samba DOT org, cygwin AT cygwin DOT com Subject: Re: Behaviour that I don't understand Date: Thu, 3 Aug 2006 07:55:39 +0100 User-Agent: KMail/1.9.3 References: <200608022328 DOT 10503 DOT alan AT chandlerfamily DOT org DOT uk> In-Reply-To: <200608022328.10503.alan@chandlerfamily.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608030755.40034.alan@chandlerfamily.org.uk> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Wednesday 02 August 2006 23:28, Alan Chandler wrote: > I am trying to set up rsync as a daemon under WindowsXP (professional) in > order to be able to backup this machine on to a linux server. I am > struggling with an issue I don't understand. I don't know whether it is an > Rsync issue or a Cygwin issue, so I am asking both mailing lists. > > My WindowsXP machine has ip address 192.168.0.25 and name rabbit.home > > My Linux machine has ip address 192.168.0.20 and the name roo.home > > The /etc/rsyncd.conf file has the following in it > > chroot = false > strict modes = false > hosts allow = 192.168.0.0/24 127.0.0.1 ... I have been playing with the hosts allow line If I put in hosts allow =192.168.0.20 192.168.0.21 127.0.0.1 It works from those IP addresses. if I limit this to (ie remove the specific localhost ip address) hosts allow = 192.168.0.0/24 It doesn't work (although the exact same configuration line is working on my linux server, where I am accessing it from yet another linux machine) Still puzzled:-( -- Alan Chandler http://www.chandlerfamily.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/