• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Networking & Access DDNS/Reverse Proxy issue

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    DDNS/Reverse Proxy issue

    Randomly unable to connect to jellyfin via external network.
    saiyogi2k
    Offline

    Junior Member

    Posts: 14
    Threads: 2
    Joined: 2024 Feb
    Reputation: 0
    #1
    2024-08-29, 03:24 PM (This post was last modified: 2024-08-29, 05:05 PM by saiyogi2k. Edited 3 times in total.)
    Hi, i use DuckDNS and nginxproxymanager to connect to jellyfin externally. it works most of the time but sometimes randomly it says unable to connect, while it still works via local networks. I try other services such as jellyseer at the same time and they seem to work with the same configuration. Only jellyfin acts up randomly and seems to get fixed in a while. Anything help would be appreciated on the issue.

    Recent logs when i wasn't able to connect to jellyfin: https://pastebin.com/WtJ3jM9v
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-08-29, 04:35 PM
    What client is having issues? An Android phone?

    And what version of Jellyfin are you running? Looks like 10.9.6.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    saiyogi2k
    Offline

    Junior Member

    Posts: 14
    Threads: 2
    Joined: 2024 Feb
    Reputation: 0
    #3
    2024-08-29, 04:37 PM (This post was last modified: 2024-08-29, 05:12 PM by saiyogi2k. Edited 3 times in total.)
    (2024-08-29, 04:35 PM)TheDreadPirate Wrote: What client is having issues?  An Android phone?

    And what version of Jellyfin are you running?  Looks like 10.9.6.

    I am using 10.9.10 on debian 12. When its not working, its all clients. My browser and phone and jellyfin media player.

    Edit: accidently marked the your reply as solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-08-29, 07:08 PM
    Is this a docker install or just a plain apt package install? Not including the docker IPs, I see serveral 192.168.###.### IPs. How many active interfaces do you have? Or VPNs.

    Unrelated, it looks like you had a client that has an expired token that is constantly pinging the server. Though it looks like you logged them out and back in near the end of the log.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    saiyogi2k
    Offline

    Junior Member

    Posts: 14
    Threads: 2
    Joined: 2024 Feb
    Reputation: 0
    #5
    2024-08-29, 07:37 PM (This post was last modified: 2024-08-29, 07:42 PM by saiyogi2k. Edited 2 times in total.)
    (2024-08-29, 07:08 PM)TheDreadPirate Wrote: Is this a docker install or just a plain apt package install?  Not including the docker IPs, I see serveral 192.168.###.### IPs.  How many active interfaces do you have?  Or VPNs.

    Unrelated, it looks like you had a client that has an expired token that is constantly pinging the server.  Though it looks like you logged them out and back in near the end of the log.

    its a plain install. I dont have any vpn's running. Idk about others. i try to log in via the reverse proxy dns via local network and my mobile data both didnt work but it worked when i entered the ip:8096. Domain started working again now. What i dont understand is other services work even when jellyfin dosent. i have jellyfin and jellyseer exposed via 2 different DuckDNS domains and both behing nginxproxy manager. the jellyseer domain works even when jellyfin's is not working.
    Also can you please explain what an expired token is?

    Edit: i dont know if its relevant but i have npm, duckdns ipupdate and jellyseer all in docker. I had this issue even when jellyfin was in docker but i did a plain install now since i ran into some issues with transcoding with NVIDIA GPU in docker.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-08-29, 07:54 PM (This post was last modified: 2024-08-29, 07:54 PM by TheDreadPirate.)
    In Jellyfin, can you go to Dashboard > Network and enter a specific address for Jellyfin to bind to. You will need to restart Jellyfin to apply this change.

    By default Jellyfin binds to all available interfaces and I'm wondering if sometimes Jellyfin is sending traffic on a different interface than it was received on.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    saiyogi2k
    Offline

    Junior Member

    Posts: 14
    Threads: 2
    Joined: 2024 Feb
    Reputation: 0
    #7
    2024-08-30, 10:30 AM (This post was last modified: 2024-08-30, 10:31 AM by saiyogi2k. Edited 1 time in total.)
    (2024-08-29, 07:54 PM)TheDreadPirate Wrote: In Jellyfin, can you go to Dashboard > Network and enter a specific address for Jellyfin to bind to.  You will need to restart Jellyfin to apply this change.

    By default Jellyfin binds to all available interfaces and I'm wondering if sometimes Jellyfin is sending traffic on a different interface than it was received on.

    You mean something like this? I have already done this. I did this since i had the same issue before. tried it but didn't change anything.


    Attached Files Thumbnail(s)
       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-08-30, 09:26 PM
    Negative.  This field.

       

    Since Jellyfin seems to think there are a bunch of interfaces, I'm wondering if it isn't consistently sending responses on the same interface they were received on.  By setting this interface, Jellyfin will only use the interface(s) you've defined.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    saiyogi2k
    Offline

    Junior Member

    Posts: 14
    Threads: 2
    Joined: 2024 Feb
    Reputation: 0
    #9
    2024-08-30, 11:26 PM (This post was last modified: 2024-08-30, 11:31 PM by saiyogi2k. Edited 3 times in total.)
    (2024-08-30, 09:26 PM)TheDreadPirate Wrote: Negative.  This field.



    Since Jellyfin seems to think there are a bunch of interfaces, I'm wondering if it isn't consistently sending responses on the same interface they were received on.  By setting this interface, Jellyfin will only use the interface(s) you've defined.

    I have addded my local ip (192.168.100.108 ) to that field. Will update this thread if the issue persists. Thanks a ton.
    saiyogi2k
    Offline

    Junior Member

    Posts: 14
    Threads: 2
    Joined: 2024 Feb
    Reputation: 0
    #10
    2024-09-09, 02:30 PM (This post was last modified: 2024-09-09, 02:30 PM by saiyogi2k. Edited 1 time in total.)
    Hey, i am again getting the same issue. Able to access it locally but not via reverse proxy. other services working.

    https://pastebin.com/bYkPnAsP
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode