Live data from Hacker News

IPv6 traffic crosses the 50% mark

google.com

621–630 of 643 posts

Re: IPv6 traffic crosses the 50% mark

#621

Earlier quoted context omitted.

My OS gives me IPv6 privacy addresses out-the-box which rotate every few hours.

The prefix is your globally unique identifier. "Privacy addresses" provide zero privacy.

“Privacy addresses” are named because in the beginning, your auto-generated IPv6 would incorporate your hardware MAC address verbatim, and many people consider the MAC address to be PII.

Re: IPv6 traffic crosses the 50% mark

#622

Earlier quoted context omitted.

Kinda sorta. github.com doesn’t have an IPv6 address. github.io does have an IPv6 address. Indeed, one workaround for getting rate limited when using a carrier NAT with github.com is to have a github.io page and pull data from github.io instead of github.com. Edit: About a decade ago, all of my hosting had full IPv6 support, and I tried to move over to IPv6. However, there was an issue with Letsencrypt certs not vali…

>github.io does have an IPv6 address Are you sure? I don't see it. Name: github.io Addresses: 185.199.111.153 185.199.110.153 185.199.108.153 185.199.109.153

github.io doesn’t have an IPv6 address. {name}.github.io does, e.g. mats-winther.github.io resolves to 2606:50c0:8001::153:

Re: IPv6 traffic crosses the 50% mark

#623

Earlier quoted context omitted.

The prefix is your globally unique identifier. "Privacy addresses" provide zero privacy.

“Privacy addresses” are named because in the beginning, your auto-generated IPv6 would incorporate your hardware MAC address verbatim, and many people consider the MAC address to be PII.

Hard to believe the committee thought that was a good idea.

Re: IPv6 traffic crosses the 50% mark

#624
post #610

Earlier quoted context omitted.

Hyrum's law. That's how IPv4 is being used in practice. > You can quite easily give each host one, and only one, static IPv6 address, just like with old-style IPv4. You literally CAN NOT. On Android there's no way to put in a static IPv6 or even use stateful DHCPv6.

> You literally CAN NOT. On Android there's no way to put in a static IPv6 or even use stateful DHCPv6. Blame the closed and proprietary Android platform for that; not IPv6.

The problem here is the IPv6 design. It has multiple ways of configuration, and ALL of them suck.

Manual address input is clumsy because of IPv6 address length, stateless RA is limited and doesn't allow network introspection, stateless DHCP is pointless, stateful DHCP is not supported by the most widely deployed OS. There's also prefix delegation that needs stateful DHCP.

Re: IPv6 traffic crosses the 50% mark

#625

Earlier quoted context omitted.

> You're uniquely tagged and identifiable on every website you visit. Almost every modern OS enables IPv6 privacy extensions, ie address randomization, by default.

The prefix is your globally unique identifier. "Privacy addresses" provide zero privacy.

Just like IPv4, then. Ultimately some part of the address has to identify the physical router.

Re: IPv6 traffic crosses the 50% mark

#626

Earlier quoted context omitted.

The prefix is your globally unique identifier. "Privacy addresses" provide zero privacy.

Just like IPv4, then. Ultimately some part of the address has to identify the physical router.

No, not just like IPv4. My IP address is 192.168.0.23 right now, as are millions of others. Add in CG-NAT from my ISP and I do not have a globally unique identifier.

Re: IPv6 traffic crosses the 50% mark

#627

Earlier quoted context omitted.

Remember that, at one stage, the only two types that were useful were FTP and telnet. HTTP and SSH didn't even exist. Let's not strangle the next big thing that doesn't exist yet before it can even be born, yeah?

The next big thing can happen on IPv6

But only if you don't hide everybody away behind routers that require HTTP and a host header.

Re: IPv6 traffic crosses the 50% mark

#628
post #359

Earlier quoted context omitted.

Mine does and it works so well that I actually have to turn it off when working from home as a bunch of the third party servers at work doesn't have any support for it.

That sounds more like broken support then. Not having any support at all (i.e. A records or v4 literals only) should just send you to whatever v4 transition technology your ISP offers, no?

[deleted]

Re: IPv6 traffic crosses the 50% mark

#630

If GitHub flipped a switch and enabled IPv6 it would instantly break many of their customers who have configured IP based access controls [1]. If the customer's network supports IPv6, the traffic would switch, and if they haven't added their IPv6 addresses to the policy ... boom everything breaks. This is a tricky problem; providers don't have an easy way to correlate addresses or update policies pro-actively. And cu…

> providers don't have an easy way to correlate addresses Yes, they do. It's called DNSSEC.

Leaving aside that you applied the word "easy" to DNSSEC, how do you mean? How does DNSSEC solve the problem being discussed?
Post reply on HN