Auf meinem RB-4 läuft home-assiant in einem podman-Container im network_mode host.
Ich würde das gerne umstellen auf macvlan, um noch andere Container laufen zu lassen.
Der HA-Container scheitert beim Start dann allerdings an:
Code
ERROR (SyncWorker_3) [fritzconnection] Unable to get a connection: HTTPConnectionPool(host='192.168.178.1', port=49000): Max retries exceeded with url: /igddesc.xml (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f8ae62f90>: Failed to establish a new connection: [Errno 113] Host is unreachable'))
ERROR (MainThread) [homeassistant.components.mqtt.client] Failed to connect to MQTT server due to exception: [Errno 113] Host is unreachable
Hat jemand damit Erfahrung, so etwas schon zum Laufen gebracht und mir Tipps geben?