• 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 Unable to connect to server with Local Clients

    Pages (3): « Previous 1 2 3 Next »

     
    • 0 Vote(s) - 0 Average

    Unable to connect to server with Local Clients

    Unable to connect to server with Local Clients
    RandomGuyBert124
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #11
    2024-10-05, 09:07 PM
    I believe that is the general vpn I use to connect to the internet. When I checked with ifconfig in my terminal it said it was utun420 and I believe that is setup by the VPN I use. I have tried disconnecting from it to connect to the server to see if that was causing the issue but I am still unable to connect when I do that.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #12
    2024-10-05, 10:31 PM
    Try configuring Jellyfin to bind to your LAN address.
    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]
    RandomGuyBert124
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #13
    2024-10-06, 02:48 AM (This post was last modified: 2024-10-06, 02:50 AM by RandomGuyBert124.)
    I just configured it to bind to my LAN address and restarted the server. I am still unable to connect with other devices on my network.

    I just read the most recent errors in my log file and it's showing this:

    [2024-10-05 22:47:48.265 -04:00] [ERR] Error sending socket message from "192.168.1.125" to "239.255.255.250:1900"
    System.Net.Sockets.SocketException (13): Permission denied
    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.SendToAsync(Socket socket, CancellationToken cancellationToken)
    at Rssdp.Infrastructure.SsdpCommunicationsServer.SendFromSocket(Socket socket, Byte[] messageData, IPEndPoint destination, CancellationToken cancellationToken)
    at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
    at Rssdp.Infrastructure.SsdpCommunicationsServer.SendFromSocket(Socket socket, Byte[] messageData, IPEndPoint destination, CancellationToken cancellationToken)
    at System.Threading.Tasks.Task.WhenAll(IEnumerable1 tasks)
    at Rssdp.Infrastructure.SsdpCommunicationsServer.SendMulticastMessage(String message, Int32 sendCount, IPAddress fromlocalIPAddress, CancellationToken cancellationToken)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
    1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread)
    at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining)
    at System.Threading.Tasks.Task.RunContinuations(Object continuationObject)
    at System.Threading.Tasks.Task.DelayPromise.CompleteTimedOut()
    at System.Threading.TimerQueueTimer.Fire(Boolean isThreadPool)
    at System.Threading.TimerQueue.FireNextTimers()
    at System.Threading.ThreadPoolWorkQueue.Dispatch()
    at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()

    I looked into it and it says it has to do with the DLNA plugin. Could that being configured wrong be what's causing me to be unable to connect?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #14
    2024-10-06, 05:00 PM
    DLNA only matters if you are using DLNA clients. From your opening post, it sounds like you are NOT.

    You'd have to open port 1900 UDP in UFW for DLNA to work. And UDP port 7359 for service discovery.

    But neither of those are necessary if you are manually entering the address and port into actual jellyfin clients.

    Can you tell me what power line ethernet adapter you are using? I want find the documentation to rule out any weirdness with that.
    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]
    RandomGuyBert124
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #15
    2024-10-06, 06:30 PM
    I am using the Netgear Powerline Adapter 2000 w/ Wall Plug:

    https://www.netgear.com/home/wired/powerline/plp2000/
    RandomGuyBert124
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #16
    2024-10-06, 07:08 PM
    I do have the DLNA plug in installed, could that be causing an issue? Should I uninstall it?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #17
    2024-10-06, 08:27 PM (This post was last modified: 2024-10-06, 08:28 PM by TheDreadPirate. Edited 1 time in total.)
    If you don't use DLNA, uninstall it. It isn't necessary for actual Jellyfin clients.

    You're able to connect to the Internet from your Jellyfin server, correct? What is the output of this command?

    Code:
    netplan status
    nslookup google.com
    ping -c 1 google.com

    Sensor any public IPv6 addresses, if there are any. "fe80" IPv6 addresses are local only and not sensitive.
    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]
    RandomGuyBert124
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #18
    2024-10-06, 08:57 PM
    Yes I am able to connect to the internet from my jellyfin server. Which are the public ipv6 addresses? Are they any addresses that have anything other than fe80 between 26xx and the next number?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #19
    2024-10-06, 09:56 PM
    fe80 is local link, equivalent to 192.168 for IPv4. Anything else is a public address. 2600 and 2601 are common for the first octet for US ISPs. You only need to censor the octets after 2600 or 2601 since the first octet is not enough to narrow down your address.
    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]
    RandomGuyBert124
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #20
    2024-10-07, 12:25 AM
    Online state: offline
    DNS Addresses: 127.0.0.53 (stub)
    DNS Search: .

    ● 1: lo ethernet UNKNOWN/UP (unmanaged)
    Addresses: 127.0.0.1/8
    ::1/128
    ::1 metric 256

    ● 2: enp0s25 ethernet UP (unmanaged)
    Addresses: 192.168.1.126/24
    Routes: default via 192.168.1.254 metric 20100 (dhcp)
    154.47.28.131 via 192.168.1.254 (boot)
    169.254.0.0/16 metric 1000 (boot, link)
    192.168.1.0/24 from 192.168.1.126 metric 100 (link)

    ● 8: utun420 tunnel/wireguard UNKNOWN/UP (unmanaged)
    Addresses: 100.112.133.126/32
    DNS Addresses: 10.255.255.3
    DNS Search: .
    10.255.255.0/24 (boot, link)
    10.255.255.3 (boot, link)

    Name: google.com
    Address: 172.217.215.138
    Name: google.com
    Address: 172.217.215.101
    Name: google.com
    Address: 172.217.215.100
    Name: google.com
    Address: 172.217.215.102
    Name: google.com
    Address: 172.217.215.113
    Name: google.com
    Address: 172.217.215.139

    PING google.com (172.217.215.100) 56(84) bytes of data.
    64 bytes from yo-in-f100.1e100.net (172.217.215.100): icmp_seq=1 ttl=59 time=10.5 ms

    --- google.com ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 0ms
    rtt min/avg/max/mdev = 10.466/10.466/10.466/0.000 ms
    Pages (3): « Previous 1 2 3 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