• 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 Can't connect to the Local server via Ethernet on the local network

     
    • 0 Vote(s) - 0 Average

    Can't connect to the Local server via Ethernet on the local network

    hazerOW
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2023 Sep
    Reputation: 0
    Country:Spain
    #1
    2023-09-04, 08:56 AM
    Hi,
    I'm unable to connect to my local server (Windows 11/Ethernet) via my Android TV which is using an Ethernet cable.
    I have opened ports both on the router and Firewall, binded my IP to 0.0.0.0.
    The funny thing is if I restart the router, I'm able to connect perfectly, but I lose the ability to connect locally with time.
    I don't have CGNAT either.
    I have tried and searched, and I can't find a solution to fix the problem  Upside-down-face
    bitmap
    Offline

    Community Moderator

    Posts: 867
    Threads: 9
    Joined: 2023 Jul
    Reputation: 29
    #2
    2023-09-04, 09:06 AM
    Sounds like you're using DHCP, losing your lease, getting a new IP address, and then you can't connect. Also, 0.0.0.0 is...not a valid IP (it's a range...all addresses). Wild guess incoming.

    So you need to make sure that your server -- whatever computer you're running it on -- has a static IP address. Then it won't change over time.

    Also, if you're not accessing outside your home (and even if you are, really) don't forward/open your ports. Find a different remote access strategy that doesn't just open your internal network to the world. Reverse proxy isn't that terribly hard to figure out, Tailscale is a really easy solution, and VPN is always a good solution (which Tailscale is a user-friendly implementation of).
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AIL4fc84QG6uSnTDEZiCCtosg7uAA8x9j1myFaFs...qL0Q=w2400]
    hazerOW
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2023 Sep
    Reputation: 0
    Country:Spain
    #3
    2023-09-04, 09:13 AM
    (2023-09-04, 09:06 AM)bitmap Wrote: Sounds like you're using DHCP, losing your lease, getting a new IP address, and then you can't connect. Also, 0.0.0.0 is...not a valid IP (it's a range...all addresses). Wild guess incoming.

    So you need to make sure that your server -- whatever computer you're running it on -- has a static IP address. Then it won't change over time.

    Also, if you're not accessing outside your home (and even if you are, really) don't forward/open your ports. Find a different remote access strategy that doesn't just open your internal network to the world. Reverse proxy isn't that terribly hard to figure out, Tailscale is a really easy solution, and VPN is always a good solution (which Tailscale is a user-friendly implementation of).

    I have my IP address on static, but I cannot even see my server on the Android TV.

    Also, I guess ill just disable remote access since I'm not using it at all hahaha.
    bitmap
    Offline

    Community Moderator

    Posts: 867
    Threads: 9
    Joined: 2023 Jul
    Reputation: 29
    #4
    2023-09-04, 08:32 PM
    Let's back up -- how did you install Jellyfin and what hardware and operating system is your server running on? Is your *server* set to a static IP address?

    You said you bound your IP to 0.0.0.0 -- this only makes sense if you're running Jellyfin in Docker. Otherwise, that's a problem.
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AIL4fc84QG6uSnTDEZiCCtosg7uAA8x9j1myFaFs...qL0Q=w2400]
    hazerOW
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2023 Sep
    Reputation: 0
    Country:Spain
    #5
    2023-09-05, 09:28 AM
    (2023-09-04, 08:32 PM)bitmap Wrote: Let's back up -- how did you install Jellyfin and what hardware and operating system is your server running on? Is your *server* set to a static IP address?

    You said you bound your IP to 0.0.0.0 -- this only makes sense if you're running Jellyfin in Docker. Otherwise, that's a problem.

    I have it installed on Windows 11, the server is set to a static IP address both DHCP and in my network settings.
    I tried the 0.0.0.0 trick but it didn't change, so I have it set as default now.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2023-09-05, 01:01 PM
    The binding address field should be blank, unless you have a specific reason for defining a particular interface. Try manually opening ports 8096 instead of allowing jellyfin the application.
    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]
    hazerOW
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2023 Sep
    Reputation: 0
    Country:Spain
    #7
    2023-09-05, 06:13 PM
    (2023-09-05, 09:28 AM)hazerOW Wrote:
    (2023-09-04, 08:32 PM)bitmap Wrote: Let's back up -- how did you install Jellyfin and what hardware and operating system is your server running on? Is your *server* set to a static IP address?

    You said you bound your IP to 0.0.0.0 -- this only makes sense if you're running Jellyfin in Docker. Otherwise, that's a problem.

    I have it installed on Windows 11, the server is set to a static IP address both DHCP and in my network settings.
    I tried the 0.0.0.0 trick but it didn't change, so I have it set as default now.

    I have already done that, both the server and client i set to static IP, the client cant connect to the server if i restart the router or plug it in to a different ethernet port, but after a few hours it cant communicate with the server.
    crespo465
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2024 Apr
    Reputation: 0
    Country:Barbados
    #8
    2024-04-07, 10:38 PM
    (2023-09-05, 06:13 PM)hazerOW Wrote:
    (2023-09-05, 09:28 AM)hazerOW Wrote:
    (2023-09-04, 08:32 PM)bitmap Wrote: Let's back up -- how did you install Jellyfin and what hardware and operating system is your server running on? Is your *server* set to a static IP address?

    You said you bound your IP to 0.0.0.0 -- this only makes sense if you're running Jellyfin in Docker. Otherwise, that's a problem.

    I have it installed on Windows 11, the server is set to a static IP address both DHCP and in my network settings.
    I tried the 0.0.0.0 trick but it didn't change, so I have it set as default now.

    I have already done that, both the server and client i set to static IP, the client cant connect to the server if i restart the router or plug it in to a different ethernet port, but after a few hours it cant communicate with the server.

    Yeah, I have the same problem. Any solutions?
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 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