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.
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.
I had no idea I could do that but totally makes sense, thanks!