2022-02-28 17:27:13 -07:00
|
|
|
# Neale's Homelab
|
2021-12-17 09:38:07 -07:00
|
|
|
|
2022-02-28 17:27:13 -07:00
|
|
|
This is the stuff I run on my little Raspberry Pi.
|
2021-12-17 09:38:07 -07:00
|
|
|
|
2022-02-28 17:27:13 -07:00
|
|
|
I guess I fiddle around with it pretty frequently.
|
2022-11-10 21:22:15 -07:00
|
|
|
|
|
|
|
## 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 :)
|