Jorge Bastos wrote: >>> 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 > > I believe it's correct. > But for a bind on both IPv4 & IPv6? Will it result on: > > Bindip = 0:0:0:0:0:0:0:0:0.0.0.0 ?
The code should be fixed to allow bindip = or bindip = * to mean: bind any address in any protocol family -- ________________________________________________________________ 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
