netbird
netbird copied to clipboard
BUG Maybe: After start netbird, all Docker containers can't connect network
Describe the problem When I start netbird, No matter from netbird command or netbird docker, netbird works very well, But it leads my other docker container can't connect network. i suspect netbird conflict with docker deamon network.
Test on Linux: Ubuntu16.04 and CentOS7.
To Reproduce
Steps to reproduce the behavior:
- install docker services
- start netbird(docker or command)
- Test other docker, like below
- sudo docker run --rm --net=host -it busybox ping 123.150.76.218
- sudo docker run --rm busybox ping so.com
- both are failed
- stop netbird, try again step4 and step5, success network now.
Expected behavior
A clear and concise description of what you expected to happen.
Are you using NetBird Cloud?
Please specify whether you use NetBird Cloud or self-host NetBird's control plane.
NetBird version
netbird version
0.23.3 and 0.27.7
NetBird status -d output:
If applicable, add the `netbird status -d' command output.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.