I’ve got a bunch of apps running on truenas scale 25.04. They’re all reachable using the nas ip on individual ports. I recently set up a custom container using a macvlan nic, but for some reason the apps can’t reach it. I’m using a static ip in the container and the container can reach internet just fine. I can also connect to the container from anywhere on my local lan using the same subnet. None of the apps can reach the container however. It would be great if all the apps could use macvlan interfaces too, but I guess that’s only on the roadmap for now. How do I work around my issue in the meantime?
The other apps propably communicate via a shared internal docker network. If your custom app is not part of that network it’s isolated from them and therefore can’t communicate with them.