Re: IPv4/v6 socket problem on BSD

2002-07-28 Thread Christophe Prevotaux
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

Re: IPv4/v6 socket problem on BSD

2002-07-28 Thread Christophe Prevotaux
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

IPv4/v6 socket problem on BSD

2002-07-28 Thread Christian Weisgerber
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