Google Hits 50% IPv6
321–330 of 496 posts
Re: Google Hits 50% IPv6
#322Earlier quoted context omitted.
They used to recommend using the MAC address. This was ok 30 years ago when a computer sat in an office on a desk but it makes it very easy to fingerprint a moving computer as it moves across different networks. Using a random address (Privacy Extensions) solves this problem though, but do we expect everyone to know what that is and check it's enabled? Mine wasn't enabled by default (on Linux) and I only noticed when…
Could you publicly shame the distro that had that issue? Pretty sure it should be the default (on NixOS at least it is).
Re: Google Hits 50% IPv6
#323I would love to stop paying AWS for public ipv4 addresses. But simply it is impossible to go full ipv6, as many of isps of the clients do not support it. Currently there is no pressure to the isps to move to ipv6. In fact the incentives are OPPOSITE! They love charging for static IPs.
Re: Google Hits 50% IPv6
#324I made my homepage (www.makonea.com) support IPv6 too, but the number of people actually using it is much smaller than I expected. Is IPv6 really that widely used? I'm supporting both because I heard it's good to support both, but I'm not sure what the actual benefit is. Sometimes, when behind Cloudflare, I think even if someone connects via IPv6, it ends up coming through as IPv4
The great news is those vulnerability scans from random IPs are coming just on ipv4, there hasn't been any yet on ipv6 :)
Re: Google Hits 50% IPv6
#325Just to add to the 'but the ISPs do not' anecdotes, it has been six months since someone last commented so it is probably time to mention this again on Hacker News: * https://havevirginmediaenabledipv6yet.co.uk/ A major ISP in the U.K., that said in a public statement on World IPv6 Day in 2011 that > As well as our core and access networks being capable of supporting IPv6, we're rigorously testing our entire network…
Re: Google Hits 50% IPv6
#326Earlier quoted context omitted.
depends on how you look at it. Right now it's very much a tragedy of the commons. IPv6 not being supported in many places means the internet is more centralised, less likely to use proper p2p tech- because it's a lot harder to make it work rather than throwing up a TURN box and relaying everything. "The latency? Who cares? IPv6 sometimes breaks right now" - because nobody is testing it, so why should people be the fi…
>IPv6 not being supported in many places means the internet is more centralised, less likely to use proper p2p tech- Realistically nobody outside some devoted HN readers are going to self host their own content. At best you'd see something like netflix trying to offload their video hosting costs onto their customers.
Isn't self hosting, and small, private/semi-private communities the only way forwards for much of the internet? AI has made content extremely valuable, which in turn has started to destroy the openness of the web. Things are getting more and more siloed, with entry fees.
There's a world where self hosting comes back in a big way. AI ironically makes it much easier.
Re: Google Hits 50% IPv6
#327I have it switched off on most networks and servers including my home network. I just don't need it here and I have zero to do with asia. I wish they had just made an IPv5 though. With e.g. 6 bytes instead of 4. 65535 times the current internet should be plenty. I feel like IPv6 is overengineered and I'm glad it didn't take off yet. I like being able to memorise IP addresses, it really helps testing. If I ever do swi…
An IPv5 would have all the same issues switching over to it. Its been proposed so many times over the years.
Re: Google Hits 50% IPv6
#328Earlier quoted context omitted.
>You probably wouldn't want to host a permanent website from home, although some people do, but you could share a file. bittorent has been around for decades and nobody used it. They emailed files to themselves instead, or used dropbox. This all happened before the ipv4 shortage and people getting moved to CGNAT.
internet is used by billions of people, not just you.
Re: Google Hits 50% IPv6
#329Just to add to the 'but the ISPs do not' anecdotes, it has been six months since someone last commented so it is probably time to mention this again on Hacker News: * https://havevirginmediaenabledipv6yet.co.uk/ A major ISP in the U.K., that said in a public statement on World IPv6 Day in 2011 that > As well as our core and access networks being capable of supporting IPv6, we're rigorously testing our entire network…
1. Sites that help shoppers choose can add a big visual red flag to any ISP that doesn’t support IPv6. Consumers don’t know what IPv6 is by and large but they do understand seeing a big red flag.
2. Same thing for websites. Add a banner that says “hey your ISP doesn’t support proper internet connectivity which this site utilizes. Contact them to let them know that you are having internet issues.” Again, consumers do not know what’s IPv6 is, but they do know what annoying banners are.
Re: Google Hits 50% IPv6
#330I have it switched off on most networks and servers including my home network. I just don't need it here and I have zero to do with asia. I wish they had just made an IPv5 though. With e.g. 6 bytes instead of 4. 65535 times the current internet should be plenty. I feel like IPv6 is overengineered and I'm glad it didn't take off yet. I like being able to memorise IP addresses, it really helps testing. If I ever do swi…
In what metrics? IPv6 is more simple to implement than IPv4. In Linux 7.1.1 IPv4 is 84kLOC, IPv6 is 59kLOC.