• 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 SOLVED: IPv6 is disabled on the OS but Jellyfin thinks that's not the case

     
    • 0 Vote(s) - 0 Average

    SOLVED: IPv6 is disabled on the OS but Jellyfin thinks that's not the case

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 462
    Country:United States
    #2
    2024-08-22, 09:45 PM (This post was last modified: 2024-08-22, 09:46 PM by TheDreadPirate. Edited 2 times in total.)
    The client IP (which I censored in your post, btw) is included as a header when using a reverse proxy. This line is probably in your Nginx config.

    Code:
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

    I'm assuming Nginx is running on the same host as Jellyfin. In which case Jellyfin is already reading the X-Forwarded-For header without having to configure the "known proxies" setting. And the code that prints that warning message doesn't appear to distinguish between a forwarded and real address. So, yes, Jellyfin itself is using IPv4 to and from the proxy. And since there is no IPv6 address the proxy is also sending out via IPv4. But most ISPs will use one or more technologies to allow IPv4 and IPv6 devices to talk to each other.

    Look up "Toredo Tunnels" and "6to4".

    This message can be safely ignored as long as it isn't causing any actual problems. Which is why the log level is WRN and not ERR.
    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]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    IPv6 is disabled on the OS but Jellyfin thinks that's not the case - by kt7brwahvw - 2024-08-22, 08:59 PM
    RE: IPv6 is disabled on the OS but Jellyfin thinks that's not the case - by TheDreadPirate - 2024-08-22, 09:45 PM
    RE: IPv6 is disabled on the OS but Jellyfin thinks that's not the case - by kt7brwahvw - 2024-08-22, 10:38 PM

    • 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