• 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 SOLVED: Unable to Connect from anywhere

    Pages (3): « Previous 1 2 3

     
    • 0 Vote(s) - 0 Average

    SOLVED: Unable to Connect from anywhere

    cant connect to server, even through host device
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #21
    2024-06-11, 08:44 PM (This post was last modified: 2024-06-11, 08:44 PM by TheDreadPirate.)
    WAN IP, making sure you are using your new address, not your old address.

    -->

    router with port forwarding for port 8096 to 192.168.X.X address of your Jellyfin server

    -->

    Jellyfin on Windows with jellyfin.exe allowed through Windows firewall


    I'm not sure what else we could be missing.
    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]
    LunaCooper
    Offline

    Junior Member

    Posts: 15
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #22
    2024-06-11, 09:08 PM (This post was last modified: 2024-06-11, 09:08 PM by LunaCooper.)
    Should my WAN IP and my PC's public ip be different? When I search my ip it shows a different ip than my routers WAN IP and before I switched ISP I just used the one that pulled up for my ip.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #23
    2024-06-11, 09:27 PM
    Uhhhhh.  That sounds like CGNAT.

    When you go here

    https://www.whatismyip.com/

    The IPv4 address should be the same as the WAN IP in your router.

           
    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]
    LunaCooper
    Offline

    Junior Member

    Posts: 15
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #24
    2024-06-11, 09:42 PM
    It is not the same, so I guess I'm SOL
    pcm
    Offline

    Member

    Posts: 62
    Threads: 4
    Joined: 2024 May
    Reputation: 0
    Country:Uzbekistan
    #25
    2024-06-11, 10:09 PM
    Stupid question - but are you able to access jellyfin on the same machine ? If you're not then the problem maybe this

    Code:
    [2024-06-10 15:01:26.575 -05:00] [INF] [1] Namo.Plugin.InPlayerEpisodePreview.InPlayerEpisodePreviewPlugin: Attempting to inject preview script code in "C:\Program Files\Jellyfin\Server\jellyfin-web\index.html"
    [2024-06-10 15:01:26.647 -05:00] [ERR] [1] Namo.Plugin.InPlayerEpisodePreview.InPlayerEpisodePreviewPlugin: Encountered exception while writing to "C:\Program Files\Jellyfin\Server\jellyfin-web\index.html": "System.UnauthorizedAccessException: Access to the path 'C:\Program Files\Jellyfin\Server\jellyfin-web\index.html' is denied.
       at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
       at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
       at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
       at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
       at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
       at System.IO.StreamWriter.ValidateArgsAndOpenPath(String path, Boolean append, Encoding encoding, Int32 bufferSize)
       at System.IO.File.WriteAllText(String path, String contents)


    If you are then yeah, it's a port-forwarding issue as you have been discussing with @dreadpirate ... On work around would be to put a reverse-proxy like nginx or caddy infront and have nginx/caddy serve jellyfin on port 80/443 ...

    another workaround might be to get jellyfin itself to listen on port 80/443 ... typically port 80/443 don't get blocked by any ISP.
    LunaCooper
    Offline

    Junior Member

    Posts: 15
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #26
    2024-06-11, 10:16 PM (This post was last modified: 2024-06-11, 10:18 PM by LunaCooper.)
    After wiping the network config I could access it locally on any machine, but if I turned on either or both HTTPS settings with a cert attached, it wouldn't connect on anything.

    I just had a tech come by and he confirmed they do in fact use a CGNAT, the tech over the phone just had no idea what I was talking about.

    The guy that came by said I could possibly get a static IP for free if I told them I wfh, would that be worth the trouble of doing or would that not fix the issue?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #27
    2024-06-11, 10:50 PM
    That would fix the issue. Get a static IP
    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]
    LunaCooper
    Offline

    Junior Member

    Posts: 15
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #28
    2024-06-11, 10:54 PM
    Thanks, I'll see what they'll give me
    Pages (3): « Previous 1 2 3

    « 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