Skip to content

Problem: IPv6 forwarding on v0.3.0 makes node unresponsive to ping #441

@odesenfans

Description

@odesenfans

Describe the bug
A node operator (TacoMatte) updated their CRN to v0.3.0-rc1 and reported that the version stopped appearing on the account page. Upon investigation, it turns out that their node was not responding to IPv6 ping requests. IPv4 ping requests work fine.

Reverting to 0.2.8 fixes the issue. We tried the following solutions:

  • Disable automatic interface detection (set ALEPH_VM_NETWORK_INTERFACE to the correct interface)
  • Disable the NDP proxy (set ALEPH_VM_USE_NDP_PROXY to false)
  • Disable IPv6 forwarding (set ALEPH_VM_IPV6_FORWARDING_ENABLED to false).

The two first attempts did not help, but disabling IPv6 forwarding fixes the issue. This is a good workaround for now but limits the features available on such nodes.

Server configuration

  • Debian 11

Additional context
The node operator had to customize their network configuration to enable IPv6:

msg515813166-26246

I will update this issue with additional details on the cloud provider once I receive them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions