In the Lyrion Server how do I change server status from 176.16.1.2 to 192.168.1.2 in the TrueNas App info section? Even though the hosting TrueNas server is already on 192.168.1.2 I have UPDNLA devices that can’t route to that 176.16.1.2 address. As I migrate from Window Server 2016 the Lyrion app both had the same NIC address.
On your windows box the lyrion server got the same ip as your windows machine.
On truenas lyrion runs inside docker and the way docker networking works, it gets its own internal docker network to which you then connect via port mapping. So if you use http://192.168.1.2:port you should be able to access the lyrion server.
However things like dlna don’t work with port mapping and you should switch the lyrion app to host networking.
With Host networking it behaves like on your windows machine.