-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix clab ipv6 forwarding on bridges #1800
Conversation
We're not going to start playing the security whack-a-mole just because you don't find it convenient to wait for the containerlab fix, particularly considering that: A) the problem depends on the security setup of the server (considering the same setup works on my server and on a fresh Ubuntu 24.04 Vagrant box) We should document the potential issue in the clab documentation though. |
That’s fine, I agree and I figured you might feel that way - changing security settings is risky. But I wanted to give you that choice |
I will definitely polish the clab caveats you wrote and merge them. I the meantime, please check:
|
FWIW, on my server br_netfilter definitely caused #1669. After loading it, IPv6 connectivity immediately stopped working. Setting |
It's loaded on mine by the Docker snap:
Setting it to '0' indeed allows IPv6 test validation to succeed However, there's also individual bridges:
but these are already |
FYI - In summary: We could detect the presence of the 'br_netfilter' module and issue a warning about possible ipv6 interference, and we could recommend to try reinstalling Docker using |
👍 Now we know what the issue is ;)
I tried setting those variables, but it seems like they have no effect whatsoever. |
Fixes #1669
Temporary fix until Containerlab catches up
Note: Verbose debug prints don't work upon 'down' - see other issue