SOLVED: Local Connection Issue - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Local Connection Issue (/t-solved-local-connection-issue) |
RE: Local Connection Issue - sammyg2005 - 2024-07-24 Okay so an update. I can connect to the server. My route tables were jacked up. Wiped them out and setup them up again. All devices connect. Of course now qbt doesnt want to connect through gluetun, but that is another issue. I appreciate all of your help. I did notice this line in the log is still empty even when connecting. Code: [2024-07-24 14:40:01.464 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: [] RE: Local Connection Issue - axute - 2024-11-14 Same issue here, no access from LAN: [23:37:09] [INF] [26] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] [23:37:09] [INF] [26] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] [23:37:09] [INF] [26] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] [23:37:09] [INF] [26] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: [] [23:37:09] [INF] [26] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["::"] [23:37:09] [INF] [26] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist [23:37:09] [INF] [26] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: ["100.100.205.235/32"] bind address is 0.0.0.0 I could only access over the Remote IP-Address (public ip > traefik), but this is not the way to see movies localy! Unraid UI: 172.18.0.18:8096/TCP <=> 192.168.2.62:8096 <<< not working 172.18.0.18:8020/TCP <=> 192.168.2.62:8920 <<< not working RE: Local Connection Issue - TheDreadPirate - 2024-11-14 I'd need to see your docker compose. I'm assuming you are using bridge networking. Are you using "ports" or "expose" for port 8096? RE: Local Connection Issue - axute - 2024-11-15 Code: docker run docker inspect Jellyfin Code: ... RE: Local Connection Issue - TheDreadPirate - 2024-11-15 Can you remove the filtered subnet? You may need to manually remove it from /config/config/network.xml. |