-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
ChainSafe/lodestar
#8705Description
This bootnode: https://github.com/eth-clients/mainnet/blob/main/metadata/bootstrap_nodes.yaml#L34
Has set a local IPv6 address. This address is not contactable and Ipv6 comptaibles nodes shouldn't attempt to dial this address. Lighthouse throws an error and does not load this bootnode because of this. I think we should modify this ENR to remove the IPv6 fields, or if replace them with a globally routable address if it exists.
cc @philknows
This is the ENR fields for reference:
Sequence No:1
NodeId: cb94b71cf44cce82a7109d8482bba73239dbbad5aeeaa844ab2ed53b9447268b
EnodeId: enode://cb94b71cf44cce82a7109d8482bba73239dbbad5aeeaa844ab2ed53b9447268b@83.229.71.210?discport=9000
Libp2p PeerId: 16Uiu2HAmAKdV3S9y5bDkyGyeAWC2hQWoXL6LbNCAPRqs11QMGDsW
ipv4:83.229.71.210
ipv6:fe80::250:56ff:fe26:cb98
v4_udp:9000
v6_udp:9000
Known multiaddrs:
/ip4/83.229.71.210/udp/9000
/ip6/fe80::250:56ff:fe26:cb98/udp/9000
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels