|
|
|
|
|
by nousermane
1770 days ago
|
|
NAT is ramping up on client side. Many home-internet connections are now NATted twice - in CPE, then again in CGN. On the server side, in contrast, NAT is winding down. 15 years ago, it was common to have either DMZ-style NAT, or on AWS you had to have NAT (they call it EIP). Nowadays, having a CDN or could-native load-balancer in front of your server is increasingly common. And behind those, that server just don't need a public IP (maybe only a shared outboud NAT for OS updates). That is - if you have a server at all (and not moved to lambda, S3, etc...) |
|
Luckily i had created a reverse ssh tunnel on a vps before leaving.