Hello, I am Running HomeAssistant as a VM on Truenas 25.04.02 with Music Assistant as a Container on it. To make it possible for HomeAssistant to talk to my Apps ive configured a bridge Network. That all worked mostly without issues except that Music assistant couldnt connect to Librespot for streaming anymore (i.e some Traffic gets blocked by the Bridge). Changing back to NAT didnt fix that issue. Is there a way to check if some settings have changed in the firewall or something? Connecting to the Spotify API still works so it doesnt block traffic alltogether.
If you need anymore info ill do my best to provide it and thanks in advance
Edit:
I also ran a Docker Container version of Music assistant which also started encountering the same issue after the bridge configuration i.e. no music streaming from spotify.
I am a little confused what you mean. The HomeAssistant VM has ist own ip adress. The Music Assistant instance works via internal portforwarding in the VM
Oh, now i understand and i think i didnt explain correctly: Librespot is a python module which tries to connect to spotify. Its acting as a spotify connect device and connecting encrypted via https. The problem is that its not responding i.e. the connection to spotify doesnt work
It should be some kind of Firewall setting or something that changed bc of the bridge configuration
Using 100.*.*.* as private addresses. While it can work, the actual public resources with such IPs can be unavailable. You should change them to the correct ones.
NIC itself don’t have to has an IP address. It should be just a part of the bridge. Bridge itself must have the IP. This IP would be an address of TrueNAS.
Well, if these are actually private addresses, then this setup is asking for trouble. If these are actually public addresses, then… your company is wealthy enough to troubleshoot your network setup .
1-4. The bridge exists and Truenas and the VM can talk to each other.
5-6 I aslo did when first setting up the bridge (did that again now)
7. The IP of the VM is inside the same Adress-Range as the Bridge
8. They use the same default gateway
9. They can talk to each other
10. both have and always hat inet access
The issue is not the bridge itself, its that it seems to break Music Assistant by blocking certain traffic
If the bridge is configured it can stream music from my Jellyfin Instance, but it cant stream from Spotify