No IPv6 forwarding rule created on exit node #6172
Unanswered
K900
asked this question in
Issue Triage
Replies: 2 comments 8 replies
|
I also did some digging here: The network map coming from management does not contain an entry for {
// ...
"routesFirewallRules": [
{
"sourceRanges": [
"0.0.0.0/0"
],
"destination": "0.0.0.0/0",
"protocol": 1,
"portInfo": {
"PortSelection": null
},
"RouteID": "..."
}
],
// ...
}And I also noticed in the dashboard code that the default network range set for Exit Nodes is only Just wanted to share this 😄 and maybe it helps resolving it faster. PS: I only have one network route set |
5 replies
|
Fixed with #6368. Try adding an access control group in the meantime |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Before posting
Affected area
Routes / Exit nodes
Deployment type
Self-hosted - advanced/custom deployment
Operating system or environment
Linux
NetBird version and upgrade status
0.71.1 / dashboard 2.38.0
Did this work before?
No, this never worked
Regression details
IPv6 support added in 0.71.0, doesn't seem to have worked ever
Summary
When using a Linux machine with nftables as an exit node, the IPv4 ruleset has
Whereas the IPv6 ruleset has
Which means no IPv6 traffic is actually allowed to be forwarded.
Current behavior
IPv6 traffic isn't forwarded by the exit node
Expected behavior
IPv6 traffic is forwarded by the exit node
Steps to reproduce
nft add rule ip6 netbird netbird-rt-fwd counter acceptEnvironment and topology
N/A
Self-hosted details, if available
Logs, status output, or debug evidence
Related issues or discussions
No response
Impact
No response
Additional context
No response
All reactions