Upgrade from 2.3.1 to 2.6.6 fail

Foo Donald Donald.Foo at O2.com
Wed May 10 08:23:12 GMT 2006


Hi Wayne,
Thanks for your advice, it is working now after I put int the IPV6 format.

Regards,
Donald


-----Original Message-----
From: Wayne Davison [mailto:wayned at samba.org] 
Sent: Wednesday, May 10, 2006 2:03 PM
To: Foo Donald
Cc: rsync at lists.samba.org
Subject: Re: Upgrade from 2.3.1 to 2.6.6 fail

On Tue, May 09, 2006 at 05:30:24PM +0800, Foo Donald wrote:
> 2006/05/09 16:18:40 [5332] rsync denied on module autoupdate from 
> unknown (::ffff:merlin's IP address)

I'm guessing that your getnameinfo() function is returning an IPv4 address
in IPv6 format.  The way rsync currently works, the address's "family" must
match the value in the config file, so you should add the
IPv6 version of an IP address to your "hosts allow" line to allow it to be
in either IPv4 or IPv6 format.  For instance, if the IP address is 1.2.3.4,
the line would like like this:

hosts allow = 1.2.3.4 ::ffff:1.2.3.4

..wayne..


More information about the rsync mailing list