No more SSH idiocy
This commit is contained in:
parent
47e40fbe41
commit
af2a86c28e
|
@ -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 :)
|
||||
|
|
Loading…
Reference in New Issue