Containers unable to access network resources with Macvlan driver and vice versa

If you are still interested in it, here may be the key for solving your problem:

In my setup the docker host runs in a VM and I had to allow “promiscuous mode” on the vSwitch, otherwise the docker host net interface is not allowed to have more than one MAC address.

2 Likes