• 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: 11,852
    Threads: 10
    Joined: 2023 Jun
    Reputation: 347
    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.3 (Docker)
    Ubuntu 24.04 LTS 
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        3x WD Red Pro 6TB CMR in RAIDZ1 (JF Library)
    [Image: GitHub%20Sponsors-grey?logo=github]
    jimmyjammy
    Offline

    Member

    Posts: 78
    Threads: 0
    Joined: 2023 Jul
    Reputation: 1
    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