this post was submitted on 04 Aug 2025
76 points (97.5% liked)

Selfhosted

50502 readers
475 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 2 years ago
MODERATORS
 

hi everyone,

I was just about to self-host a Ghost blog but then was warned that my ISP might change my external IP address at any time, so I would need to pay for a static IP address.

Is that true?

(I'd not seen much about that in stuff I've looked up so far about self hosting)

you are viewing a single comment's thread
view the rest of the comments
[–] iii@mander.xyz 1 points 1 week ago (1 children)
  1. Port forwarding
  2. Yes, and there's services that do that for you
[–] Prunebutt@slrpnk.net 1 points 1 week ago (1 children)

You can't port-forward if you sit behind a nat.

[–] iii@mander.xyz 1 points 1 week ago (1 children)

Port forwarding was invented for exactly that

[–] Prunebutt@slrpnk.net 1 points 1 week ago (3 children)

Hou will you configure the ISP's NAT router to port-forward? You won't be able to reach the forwarded port if your ISP doesn't foward the port as well.

[–] Hawk@lemmynsfw.com 2 points 1 week ago

You can't, this guy doesn't know what he's taking about.

Port forward behind CGNAT won't get you out. Best bet here would be ipv6.

Tor would work. However, only over Tor obviously.

[–] Saik0Shinigami@lemmy.saik0.com 1 points 1 week ago (1 children)

ISP’s NAT

That has it's own name... CG-NAT. Thus why people are responding to you as if you're wrong. As you wrote it you are wrong though. But there's still answers like argo tunnels (if you are okay with cloudflare) and other similar solutions.

Or you can setup a vps and tunnel through that.

[–] Prunebutt@slrpnk.net 1 points 1 week ago (1 children)

Oh, I see. Sorry I was too dumb to research that term for the comment.

Or you can setup a vps and tunnel through that.

But then the VPS needs a static address.

But getting a static address for your VPS is likely much easier than getting it from certain ISPs.

For instance, Quantum Fiber doesn't support static IPs at all... But most VPSes can and do.

[–] iii@mander.xyz 1 points 1 week ago

Aah, ISP's NAT. Yes, in that context, it's correct that you can't port forward.

Perhaps you can STUN through, but unlikely to get a good port.