I already posted about this ,but nobody seemesd to care
On Sun, 28 Jul 2002 17:36:07 + (UTC)
[EMAIL PROTECTED] (Christian Weisgerber) wrote:
> Currently, if IPv6-enabled rsync is run as --daemon, it will perform
> a wildcard bind(2) on an AF_INET6 socket and expect that IPv4 traffic
> will
NetBSD has the same problem
On Sun, 28 Jul 2002 17:36:07 + (UTC)
[EMAIL PROTECTED] (Christian Weisgerber) wrote:
> Currently, if IPv6-enabled rsync is run as --daemon, it will perform
> a wildcard bind(2) on an AF_INET6 socket and expect that IPv4 traffic
> will be forwarded to the v6 socke
Currently, if IPv6-enabled rsync is run as --daemon, it will perform
a wildcard bind(2) on an AF_INET6 socket and expect that IPv4 traffic
will be forwarded to the v6 socket (IPv4 mapped address, RFC2553).
This has never worked on OpenBSD which disallows IPv4 mapped addresses
for security reasons