massa icon indicating copy to clipboard operation
massa copied to clipboard

Need ipv6 bootstrap address

Open rykcod opened this issue 2 years ago • 1 comments

It's possible to create an offical ipv6 node? Because for ipv6 only user node, its impossible to bootstrap without add a community ipv6 node in the custom config.toml

rykcod avatar May 09 '22 09:05 rykcod

We need to figure this out.

damip avatar Jul 11 '22 21:07 damip

First step here is to test if it really don't work.

AurelienFT avatar Jan 02 '23 09:01 AurelienFT

I did reproduce the issue. A client with IPv6 only interface can't connect to a bootstrap server using the IPv4 protocol (for example, see this link).

This means that we should:

  • [x] Let our bootstrap servers expose both an IPv4 and IPv6 address
  • [x] Then, we can put both addresses in the bootstrap ip list
  • [x] Finally, filter the bootstrap ip list based on the available interfaces of the node

Leo-Besancon avatar Jan 05 '23 14:01 Leo-Besancon