Jorge Bastos wrote: >> You need to specify ipv6 type addresses. Try: >> >> bindip = ::ffff:<ipv4 address> >> >> to get an ipv6 binding on an ipv4 address. >> >> I'm using getaddrinfo(3) (see rfc2553) to provide portable ipv6 support >> while maintaining ipv4 compatibility. > > Paul, > For all IPv6 addr's on the machine, can the bindip be specified like this: > > BINDIP = ::ffff:0.0.0.0
No. That specification will bind to all IPv4 addresses using IPv6 sockets. For all IPv6 addresses I think you need to use: bindip = 0:0:0:0:0:0:0:0 -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
