How would a server-side NAT know which Hetzner customer it should route a request to? It has an encrypted packet arriving at this shared address on port 443. You can route a shared address to the proper service based on the HTTP Host header but that can only be done by the customer using their encryption key, so no sharing an address between customers. Home LAN NAT only works because the router can change the source port used by the request so that responses are unambiguously routed to the right client.
lelandbatey|6 months ago
kingstnap|6 months ago
It would be the same as with home NAT. Your device can create TCP connections outbound but can't listen/accept.
It would solve the problem of not being able to communicate to another IPv4 server but it prevents you from hosting your own.