-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
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:
I will update this issue with additional details on the cloud provider once I receive them.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed