• 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 Everything works perfectly until my IPv6 address changes

     
    • 0 Vote(s) - 0 Average

    Everything works perfectly until my IPv6 address changes

    IP binding issue?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 461
    Country:United States
    #4
    2025-02-07, 02:37 PM (This post was last modified: 2025-02-07, 02:39 PM by TheDreadPirate. Edited 4 times in total.)
    Non-server versions of Windows and Linux will rotate IPv6 addresses. As will Android and iOS. This is a privacy related function to make it harder for advertisers to track you.

    On server versions of Windows and Linux this is disabled. But you should be able to disable it in Debian desktop variants with these steps.

    Run this command.

    Code:
    sudo /sbin/sysctl -a | grep use_tempaddr

    The output will look something like this.

    Code:
    net.ipv6.conf.all.use_tempaddr = 2
    net.ipv6.conf.default.use_tempaddr = 2
    net.ipv6.conf.docker0.use_tempaddr = 2
    net.ipv6.conf.eth0.use_tempaddr = 0
    net.ipv6.conf.lo.use_tempaddr = -1
    net.ipv6.conf.wg0.use_tempaddr = -1

    We only care about the line for the actual interface connected to the Internet (eth0 in my case). This is from one of my servers, but if it were 1 or 2 we would edit /etc/sysctl.conf and add a line setting it to zero.

    Code:
    sudo vim /etc/sysctl.conf  # or whichever text editor you like

    Add this to the bottom of the file. Substitute "eth0" with your interface name, if it is different.

    Code:
    net.ipv6.conf.eth0.use_tempaddr = 0

    To apply these changes without rebooting, run this command.

    Code:
    sysctl --system
    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
    Everything works perfectly until my IPv6 address changes - by JustinH - 2025-02-07, 01:01 PM
    RE: Everything works perfectly until my IPv6 address changes - by TheDreadPirate - 2025-02-07, 01:22 PM
    RE: Everything works perfectly until my IPv6 address changes - by JustinH - 2025-02-07, 01:33 PM
    RE: Everything works perfectly until my IPv6 address changes - by TheDreadPirate - 2025-02-07, 02:37 PM
    RE: Everything works perfectly until my IPv6 address changes - by JustinH - 2025-02-08, 02:09 PM
    RE: Everything works perfectly until my IPv6 address changes - by JustinH - 2025-02-09, 04:09 AM
    RE: Everything works perfectly until my IPv6 address changes - by gnattu - 2025-02-09, 04:23 AM
    RE: Everything works perfectly until my IPv6 address changes - by JustinH - 2025-02-09, 05:49 AM
    RE: Everything works perfectly until my IPv6 address changes - by TheDreadPirate - 2025-02-10, 03:01 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