I’m trying to configure HASS and Docker to use a different network than it’s default, because here in my work we have some equips using 172.17.x.x network and my default installation of docker and hassio are pointing to 172.30.32.1/23 (hassio) and 172.17.0.1/16 (docker), that way, i can’t find printers on this ip range to add to HASS.
Im using debian 11 and installed hass using this guide:
i followed this, but after restarting, everything goes back to default again:
I posted recommendation from post but maybe look at docs link i posted. When I just check I don’t see “default-address-pools” in example but so not sure it apply or is correct format. Error code would help figure out if format is cause or what error it see.
Job for docker.service failed because the control process exited with error code.
See “systemctl status docker.service” and “journalctl -xe” for details.
Thank you very much, that was it.
You have to enter the BIP command in the first line, just as showed in docker documentation.
Changing the ip did the trick, now i can acess the whole network again as before installing docker.