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)
Care to explain what I got wrong?
Static IP is helpfull but not necessary. Even with NAT and a changeing IP there’s options, such as:
You can’t port-forward if you sit behind a nat.
Port forwarding was invented for exactly that
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.
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.
Oh, I see. Sorry I was too dumb to research that term for the comment.
But then the VPS needs a static address.
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.