Score:0

What are use cases for getting an ipv6 /64 subnet per server

mx flag

I am somewhat new to the whole networking topic and am trying to understand why certain things are the way they are.

Right now I am struggling to understand why you get a whole /64 ipv6 subnet for each server when renting one. Is it because the are just enough addresses anyway and we might as well assign them? Or are there actual use cases? I find it hard to imagine that a single server could make use of that many addresses anyway. Would it then not be better to allow for more subets in the first place?

I know that there is an absurd amount of ipv6 addresses available, so wasting them is not really a concern. But on the other hand I think giving a /64 to each server is effectively cutting the total amount in half, which seems strange considering that ipv4 has been thought to be enough as well.

Thanks!

Ron Trunk avatar
in flag
The least significant 64 bits are the interface identifier, usually in the [EUI-64](http://standards.ieee.org/regauth/oui/tutorials/EUI64.html) format. As to the reasons for a particular hosting company's policies, you'll have to ask them. We could only speculate, which is off topic here.
ng flag
64 bit is actually the smallest usable. It's more convenient if they give you a /48 and then you can subnet yourself. But, that really depends on how these VMs are provisioned and how this particular provider manages subnets.
Score:1
cn flag

Even the upper 64 bits of the address is enormous. IANA started with 2000::/3 which is enough for thousands of /48s for every human on the planet. Each of these /48s have 64 thousand /64s. Not IPs, subnets. I do not consider this likely to run out, but if it did, IANA could start another /3.

Stop counting hosts, that is IPv4 thinking. The standards intend the lower half to be the interface ID, and in some cases determined by the host. Cutting in half like that means /64 is the smallest net size, and so is the atom of allocation in many systems. Even for use cases where only one IP is common, it is convenient to reserve the entire /64 in IPAM.

Test this prefix is routed to your rented server before congratulating your service provider on the big space to play in. Say your host is 2001:db8:c7bb:8f34::1622/64. Enable routing. Start a service listening on a different IP, say 2001:db8:c7bb:8f34::443. If you can access this from the outside, great! If not, have a conversation with your hosting on the difference between on-link addressing, and actually routing prefixes.

Score:1
fr flag

One of the cases where having /64 IPv6 subnet for single server is important is email sending.

Most of the antispam blacklists block on at least /64 subnet level, sometimes (repeating offenders) even on larger subnets.

Spamhaus documents this under "IPv6 Blocklist minimum range" here.

If you only had single address (or anything smaller than /64) you would be affected by spamming activities of your neigbors in the datacenter.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.