I’m running HomeAssistant in a qemu VM on a linux server. On the same server I’m running OpenCCU (docker). HomeAssistant uses a virtual subnet and OpenCCU has an additional IP address in the subnet of the server that is also reachable from external devices.
The problem is that from Home Assistant I cannot reach OpenCCU. Checking the network traffic I can see that when the add on tries to access the OpenCCU this access cannot be routet to its (virtual) destination. Strangely other (real) devices on the same subnet can be reached and OpenCCU can also be reached directly from the server and even from external devices.
Any help or tips how to analyze this further would be appreciated.