top | item 44878408

(no title)

e3bc54b2 | 6 months ago

Hetzner charges extra for IPv4 address, as I believe most of them do. I know because I went through the same crap.

discuss

order

dehrmann|6 months ago

It seems more like a weird Hetzner thing that they won't give you a IPv4 NAT gateway.

jorams|6 months ago

They charge €0.50 per month to add an IPv4 address. A shared IPv4 NAT gateway introduces a whole lot of problems for them just to support customers who need IPv4 but don't want to pay a tiny amount for it.

drozycki|6 months ago

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.