I don’t know if this is the right place, I don’t even know if this will post but I had a Jellyfin server setup with a router and static IPs however with my ISP supplied router I have to use my router as an AP or I’m double natted, no IPV6, the dumb thing is that I can’t set IPs static on ISP router. There’s got to be a way around this but I can’t seem to figure it out.

  • Max-P@lemmy.max-p.me
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    1 year ago

    Do you mean static IP for locally, or static IP for the Internet?

    Because if it’s just local, you can configure the static IP directly on the server/VM/whatever and bypass the router’s DHCP entirely. Just make sure to assign it an IP that’s outside of the range the router will assign and you’ll be golden.

    As for the Internet IP, the best solution for that is usually some sort of DDNS service to make sure your domain always tracks your public IP.

    Also, Cloudflare tunnels, cheap VPSes.

    • n0clue@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Because if it’s just local, you can configure the static IP directly on the server/VM/whatever and bypass the router’s DHCP entirely. Just make sure to assign it an IP that’s outside of the range the router will assign and you’ll be golden.

      I had no idea I could do that but totally makes sense, thanks!

  • bootyberrypancakes@lemmywinks.xyz
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    You could use Tailscale funnel, cloudflare tunnel (I don’t know if cloudflare ToS allows video streaming) or setup a VPN/Tailscale and reverse proxy on a cloud VPS.

    • lemmy@lemmy.143420.xyz
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 year ago

      Yep, it’s against Cloudflare’s ToS. It’s a gray area as it seems you’ll only get flagged for heavy use. Either way I would advise against it and use the alternative options you mentioned.

      Edit: Revised ToS

  • Meow.tar.gz@lemmy.goblackcat.com
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    2
    ·
    1 year ago

    Are you hosting Jellyfin publicly? Or is this just an internal static IP. I would strongly advise against hosting your Jellyfin server publicly because you could run afoul of copyright and usage laws. If you want to host Jellyfin for a few friends, consider using something like ZeroTier or Tailscale to construct a private overlay network.

    • core@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      Tailscale has been excellent for me who is in the same situation as OP.

      • Meow.tar.gz@lemmy.goblackcat.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        Yes, that is the way to do it privately. Remember though that these constructed VPNs can still leak meta data. They’re not perfect but for a few friends, I don’t think anyone is going to bat an eyelash. I’ve been trying to get Nebula to work because I really want to use a system that is completely open source. I know somebody reverse-engineered the server component and calls it Headscale but I am hesitant to use it.