Skip to content

Lodestar bootnode with local IPV6 address #13

@AgeManning

Description

@AgeManning

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions