If the host is a virtual machine, there may be some MAC filtering going on at the VM layer
Check with tcpdump that your traffic is properly headed out of your host to your other machines
The other machines likely won’t have your host (10.0.0.10 ) as their gateway for the containers and will instead go through 10.0.0.1 so you should make sure that 10.0.0.1 can reach your containers properly.
Hi Stéphane. The container host is running is a VM running on a Hyper-V host. I have checked with tcpdump on the host and already confirmed that there was traffic going out and coming in. I have already also checked that GW (10.0.0.1) are not able to reach containers, but only the host.
Hi Maniaxx. My resolv.conf is being generated by network interfaces on the container and already have those nameservers added. What is really weird is when I do a trace to 8.8.8.8 it goes through the gateway(10.0.0.1) , but I am unable to ping my gateway (10.0.0.1).