6 ms·
Had to buy an IPv4 address for a VPS the other day in order to clone some git repositories. Couldn't believe it. Costing their customers money when they should
by kevingadd 1y ago
Had to buy an IPv4 address for a VPS the other day in order to clone some git repositories. Couldn't believe it. Costing their customers money when they should be able to support v6 by now.
- hk1337 1y agoWhat VPS are you using that doesn't come with both IPv4 and IPv6?
- jraph 1y agoThere are options where you pay 1€/IPv4/month and IPv6s are free.
- miyuru 1y agoThere are plenty of low end providers that support IPv6 only. At that scale price of IPv4 is the highest cost of the VPS. Here is a list of providers I created back in 2022. https://blog.miyuru.lk/ipv6-hosting-2022/ https://blog.miyuru.lk/ipv6-hosting-2022/
- e3bc54b2 1y agoHetzner charges extra for IPv4 address, as I believe most of them do. I know because I went through the same crap.
- dehrmann 1y agoIt seems more like a weird Hetzner thing that they won't give you a IPv4 NAT gateway.
- drozycki 1y agoHow 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 1y agoI don't think they're saying they should support incoming connections on such a NAT, I think they're saying that servers behind the NAT would be able to make outgoing connections (e.g. to access shared resources).
- kingstnap 1y agoWell, the answer is easy. It doesn't do any forwarding, so a random 443 packet gets dropped. 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.
- jorams 1y agoThey 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.
- ta1243 1y agoAWS charges for ipv4 doesn't it?
- hk1337 1y agoIn regards to an EC2, AFAIK, not necessarily. You pay extra for an elastic IP (IPv4) which is the equivalent to a static IP but the EC2 is assigned an IPv4 address and an IPv6 when IPv6 is enabled.
- oasisbob 1y agoBeginning in early 2024, AWS began charging for every IPv4 address in-use on your resources. https://aws.amazon.com/blogs/aws/new-aws-public-ipv4-address-charge-public-ip-insights/ https://aws.amazon.com/blogs/aws/new-aws-public-ipv4-address...
- hk1337 1y agoAw, man. I forgot about that.