Cannot access local network

Hi,

I cannot access a machine on my local network from a docker container. It was working fine, didn’t change anything to my network or docker config but suddenly it doesn’t work anymore. The ip of the container is 172.17.0.2 while the machine I try to reach has 192.168.0.149.

wget times out in the container. The same command from the host machine works fine. wget to google.com works fine from the container.
I also tested using a clean ubuntu:18.04 image; no success either.
My host is a MacOs machine.