ethpandaops / ethereum-package

A Kurtosis package that deploys a private, portable, and modular Ethereum devnet
MIT License
237 stars 133 forks source link

create docker bridge network conflicts with host network #680

Closed garyng2000 closed 1 week ago

garyng2000 commented 3 months ago

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.

barnabasbusa commented 3 months ago

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