2024-05-30, 08:38 PM
(2024-05-30, 07:38 PM)TheDreadPirate Wrote:Code:[2024-05-28 20:51:44.707 -04:00] [INF] Filtered interface addresses: ["127.0.0.1", "192.168.86.243", "10.7.7.9", "::1", "fd63:28be:f200:4a42:d0fd:1050:caea:425e", "fe80::3a0f:6153:4500:a318%2", "fe80::6a9a:c3ab:5018:ee64%4"]
There are quite a few interfaces on here and it keeps restarting due to some configuration that needs to be applied. On most startups it says it is listening on all interfaces, but with so many interfaces that might not be a good thing. Especially if you are depending on service discovery. The local loopbacks are fine (one IPv4 and one IPv6), but you have two private addresses (the 192. and 10. addresses). Is one the VPN? If so, which one?
The "network is unreachable" message does not appear to be DLNA, but is probably from service discovery since DLNA and service discovery use the same port. Is the 10. address the VPN address? And it looks like that is what the service discovery protocol is trying to broadcast on that subnet.
The 192. IP is the one for the Pi that Jellyfin is running on. The 10. is the VPN.