I’ve activated recently multiple NICs on my ubuntu docker box and activate different table for each NICs to be able to answer to each packet it receives.
But since then, it seems that the docker daemon has no good connectivity anymore for its container and internet.
For example if I try to run a ubuntu container with bash, and then I try to run apt command, it doesn’t get any dns answer so it can’t access it.
My other container are barely reachable either.
What should I do?