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/