netbird icon indicating copy to clipboard operation
netbird copied to clipboard

BUG Maybe: After start netbird, all Docker containers can't connect network

Open johnson7788 opened this issue 9 months ago • 5 comments

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:

  1. install docker services
  2. start netbird(docker or command)
  3. Test other docker, like below
  4. sudo docker run --rm --net=host -it busybox ping 123.150.76.218
  5. sudo docker run --rm busybox ping so.com
  6. both are failed
  7. 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.

johnson7788 avatar May 20 '24 06:05 johnson7788