From af2a86c28e76ef4e69454d3c02b5324bcfe8017b Mon Sep 17 00:00:00 2001 From: neale Date: Sat, 7 Jan 2023 18:41:57 -0700 Subject: [PATCH] No more SSH idiocy --- homelab/README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/homelab/README.md b/homelab/README.md index f1ae4f2..1114396 100644 --- a/homelab/README.md +++ b/homelab/README.md @@ -3,15 +3,3 @@ This is the stuff I run on my little Raspberry Pi. I guess I fiddle around with it pretty frequently. - -## Routing - -My ISP uses Carrier-Grade NAT, -which I would have called IP Masquerading. - -This means I can't bind ports on a routeable IP. -So instead what I do is run this SSH connection off to my cloud server, -listens for incoming connections on port 5800, -and then have my cloud server proxy stuff to port 5800. - -It's a gross kludge but it works well :)