2024-09-18, 07:16 PM
Actually the log is revealing.
It looks like you manually configured Jellyfin to only bind to the local loopback? Was that intentional?
Code:
[2024-09-18 21:51:26.902 +03:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1"]
[2024-09-18 21:51:26.902 +03:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["127.0.0.1"]
......
[2024-09-18 21:51:46.295 +03:00] [INF] [12] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.130.2" request
[2024-09-18 21:51:53.515 +03:00] [INF] [34] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "g". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-09-18 21:51:54.677 +03:00] [INF] [12] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.130.2" closed
[2024-09-18 21:52:12.345 +03:00] [WRN] [10] Jellyfin.Networking.Manager.NetworkManager: "100.64.0.7": Only loopback "127.0.0.1" returned, using that as bind address.
[2024-09-18 21:52:12.347 +03:00] [INF] [12] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "100.64.0.7" request
It looks like you manually configured Jellyfin to only bind to the local loopback? Was that intentional?