Skip to content
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

bootstrap issue with docker bridge #2

Open
josefwells opened this issue Oct 26, 2023 · 0 comments
Open

bootstrap issue with docker bridge #2

josefwells opened this issue Oct 26, 2023 · 0 comments
Assignees

Comments

@josefwells
Copy link
Owner

Problem: when using a self-defined docker bridge as I suggest here, if that bridge is in your initial nftables rules, nftables will fail because that bridge device doesnt exist.

Solutions:
Get good at systemd and start a docker service to initialize the bridge device BEFORE nftables tries to come up.
or
Create the interface outside of docker and point docker to that interface. Research indicates this is less likely to work, I'll dig up the docker ticket# if i run into too much trouble with solution 1.

@josefwells josefwells self-assigned this Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant