Carrier-grade NAT: The Killer of the "Homelab"
1–10 of 16 posts
Re: Carrier-grade NAT: The Killer of the "Homelab"
#2It's a different, new calculus. The result is still that you have the same server power in your home, if that's what you want.
Re: Carrier-grade NAT: The Killer of the "Homelab"
#3Re: Carrier-grade NAT: The Killer of the "Homelab"
#4Re: Carrier-grade NAT: The Killer of the "Homelab"
#5You can create a tunnel from a cheap VM (or appropriately sized set of VMs) in a cloud. It's a different, new calculus. The result is still that you have the same server power in your home, if that's what you want.
Re: Carrier-grade NAT: The Killer of the "Homelab"
#6It's not so bad IMO. I self-host a lot but I use a mesh VPN, tailscale to get to it. It's much safer not having my stuff exposed to the whole internet, I don't need to have incoming ports open, I don't care if my IP changes etc.
Re: Carrier-grade NAT: The Killer of the "Homelab"
#7It's not so bad IMO. I self-host a lot but I use a mesh VPN, tailscale to get to it. It's much safer not having my stuff exposed to the whole internet, I don't need to have incoming ports open, I don't care if my IP changes etc.
Can tailscale connect to hosts behind CGNAT?
Re: Carrier-grade NAT: The Killer of the "Homelab"
#8You can create a tunnel from a cheap VM (or appropriately sized set of VMs) in a cloud. It's a different, new calculus. The result is still that you have the same server power in your home, if that's what you want.
Re: Carrier-grade NAT: The Killer of the "Homelab"
#9You can create a tunnel from a cheap VM (or appropriately sized set of VMs) in a cloud. It's a different, new calculus. The result is still that you have the same server power in your home, if that's what you want.
I prefer mesh vpn because it's an extra authentication layer that Cloudflare tunnels don't have. But if you need to offer services publicly it's a good option true.
For SSH/Mosh, for example, I chose a WARP tunnel. I set it up with a certificate that expires immediately after each connection. My MFA was explicitly limited to password and Duo SSO Push.
As I mentioned, though, my decision was primarily based on an Agent Mode prompt to ChatGPT, so I'm far from an expert.
Re: Carrier-grade NAT: The Killer of the "Homelab"
#10It's not so bad IMO. I self-host a lot but I use a mesh VPN, tailscale to get to it. It's much safer not having my stuff exposed to the whole internet, I don't need to have incoming ports open, I don't care if my IP changes etc.