• 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 Access Jellyfin outside your home network (Proxmox LXC & Tailscale)

     
    • 0 Vote(s) - 0 Average

    Access Jellyfin outside your home network (Proxmox LXC & Tailscale)

    banchev
    Offline

    Junior Member

    Posts: 8
    Threads: 3
    Joined: 2023 Nov
    Reputation: 0
    #1
    2024-07-31, 02:59 PM
    Hi there,

    I'm struggling to make my Jellyfin to be accessed outside my home network. For the purpose of solving this issue I'm using Tailscale. So here is what I did:

    First of all, here is how my homelab looks: https://prnt.sc/DS_Tj0lX2IV7

    1) I've installed tailscale on ubuntu_22.04 and I have configured it following this tutorial: https://www.youtube.com/watch?v=QJzjJozAYJo

    2) My LXC of tailscale is under 192.168.0.222/24

    3) Then I added the following command in my tailscale container: 
    tailscale up --advertise-routes=192.168.0.0/24
    iptables -t nat -A POSTROUTING -s 192.168.0.222 -o tailscale0 -j MASQUERADE
    iptables -A FORWARD -i tailscale0 -o eth0 -d 192.168.0.222 -j ACCEPT

    I've tried also with 192.168.0.222/32 but didn't work.
    4) When I do tailscale status, I get this:
    https://prnt.sc/n3xpZ8tECjOJ

    5) I access Jellyfin under: http://192.168.0.222:8096/
    but when I do it with http://{tailscale-ip-here}:8096/ I run into timeout.

    Any suggestions what to do? Thanks!
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-07-31, 04:00 PM (This post was last modified: 2024-07-31, 04:00 PM by TheDreadPirate.)
    Is Jellyfin running on the same LXC as Tailscale? Did you add UFW rules to allow accesses on port 8096?
    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]
    jimmyjammy
    Offline

    Member

    Posts: 94
    Threads: 0
    Joined: 2023 Jul
    Reputation: 2
    Country:Canada
    #3
    2024-07-31, 05:53 PM
    Check your Network settings in Jellyfin. I had to disable automatic port mapping. Set "Remote Access filter mode" to "Whitelist" & add this range "100.64.0.0/10" to "Remote IP Address Filter"
    « 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