![]() |
SOLVED: Unable to connect through WAN from firestick only - 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: Unable to connect through WAN from firestick only (/t-solved-unable-to-connect-through-wan-from-firestick-only) |
Unable to connect through WAN from firestick only - drd - 2023-11-30 Describe the bug
The server has both A and AAAA resource records for both IPv4 and IPv6. It's dockerized, reachable via a docker-swag reverse proxy that handles the renewal of the Let's Encrypt SSL certs and is configured for both TLSv1.2 and TLSv1.3 (default settings). Here is an ouput of curl -v on my domain: Code: $ curl -v https://jellyfin.mydomain.tld The Qualys SSL Labs test gives me an A. A couple of weeks ago the server was only exposed on its IPv6 address, and on a different port, without reverse proxy in front of him. At that time the firestick was able to connect. I've tried uninstalling and reinstalling the app, clearing the cache, clearing all local files, changing DNS, but nothing helps. I've tested if it's a LAN problem, but every other device on the same LAN is able to connect properly. I've tried connecting to demo.jellyfin.org and that works flawlessly. I'm unable to collect logs right now due to being far away from the device. Any suggestions? androidtv client version - 0.15.12 Installed from the Amazon Appstore Fire TV Stick (3rd Gen) Fire OS 7.6.6.4 (PS7664/3772) server version - 10.8.13 RE: Unable to connect through WAN from firestick only - drd - 2023-11-30 Solved. The problem was that my ISP had changed my IPv6 prefix without notice. This denotes a small problem, the DNS resolver that the androidtv client uses doesn't try to use multiple RRs when querying the DNS server. It defaults to IPv6 if it finds the RRs, and if the connections fails with it stops altogether. Maybe the behaviour should try to fallback to IPv4 if IPv6 fails. RE: Unable to connect through WAN from firestick only - tmsrxzar - 2023-11-30 need to test from the android side; open the jellyfin address in the silk browser and see how it behaves, if it cannot connect then it is *android, if it can then it is the app from there, an adb shell would be useful for diagnosing *android; ping jellyfin.mydomain.tld to see if it resolves if it resolves properly then it's possible there are ssl issues; adb logcat would be useful for further diagnosing while using the android app to trigger errors if it is only the app then the 2nd step above with logcat would still be able to show information |