ethereum-package icon indicating copy to clipboard operation
ethereum-package copied to clipboard

create docker bridge network conflicts with host network

Open garyng2000 opened this issue 1 year ago • 1 comments

I have a machine(docker host) that is under 172.16.0.x and when I run the package, the created bridge network used the same range causing issue when trying to access from the hosting machine.

I have tried to run the kurtosis quickstart package and it runs fine. So somewhere the network setup for the docker network creating is wrong in this package.

and just FYI, the docker daemon is configured to use 10.10.0.0/16 for its own network.

garyng2000 avatar Jun 18 '24 20:06 garyng2000

Your home network should avoid using 172.16.0.x network. As this is reserved for docker networking.

barnabasbusa avatar Jun 19 '24 09:06 barnabasbusa