this post was submitted on 09 Jul 2023
10 points (91.7% liked)

Selfhosted

40008 readers
774 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 1 year ago* (last edited 1 year ago) (1 children)

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.

[–] [email protected] 1 points 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!