# Neale's Homelab 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 :)