December 8, 2025Dec 8 I have two Docker containers that have their network set as br0. I'm running them like this with different MAC addresses "Extra Parameters": --cap-add NET_ADMIN --mac-address 02:42:ac:11:00:02 --dns xx.xx.xx.13 --dns xx.xx.xx.23They also have "Fixed IP address" set.It works just fine until a restart. When Unraid restarts, you cannot ping outside of those two containers. For example, ping 8.8.8.8 is failing. What I need to do is remove the "Fixed IP address", start the container, set "Fixed IP address" back to the same IP that was there initially, and then everything works again.Does anyone have any clue why this happens?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.