Earlier quoted context omitted.
One of the features of IPv6 is address autoconfiguration, obviating the need for a central authority like DHCP on v4. However, that only works with a /64 prefix and given that larger sites might want to have multiple subnets, that’s why most assignments are /56 or /48. But still. If all assignments were /48s, that would still leave room for 281 trillion networks which even I believe is enough for the foreseeable futu…
> However, that only works with a /64 prefix Well it should be redesigned so it works all the way down to individual addresses.
Tell HN: Hacker News now supports IPv6
51–60 of 396 posts
Re: Tell HN: Hacker News now supports IPv6
#52Earlier quoted context omitted.
One of the features of IPv6 is address autoconfiguration, obviating the need for a central authority like DHCP on v4. However, that only works with a /64 prefix and given that larger sites might want to have multiple subnets, that’s why most assignments are /56 or /48. But still. If all assignments were /48s, that would still leave room for 281 trillion networks which even I believe is enough for the foreseeable futu…
> However, that only works with a /64 prefix Well it should be redesigned so it works all the way down to individual addresses.
Why? What's wrong with how it works at the moment?
Re: Tell HN: Hacker News now supports IPv6
#53Re: Tell HN: Hacker News now supports IPv6
#54Ha! Beat me to it! For anybody that's curious, the IP-Foo [0] browser extension puts a little 4/6 icon in the address bar to make it clear at a glance which dialect you're speaking for $currentWebPage [0]: https://github.com/pmarks-net/ipvfoo
Re: Tell HN: Hacker News now supports IPv6
#55Does ipv6 result in higher latencies? I could see larger addresses increasing latency, but then again I could also see a more efficient protocol resulting in lower net latency. I should probably read a book describing the differences.
Re: Tell HN: Hacker News now supports IPv6
#56Earlier quoted context omitted.
Can you explain this more? Why are you so tied to ipv4? I recently enabled IPv6 on my home network, and roughly 30-40% of all internet traffic goes through IPv6. Things are noticeably faster, especially connection times to online games on Xbox Live. My only complaint is that my ISP keeps changing the prefix every quarter or so, so my static addresses need to be updated in the firewall and other places. I am looking i…
> Can you explain this more? Why are you so tied to ipv4? For me, IPv4 doesn't break the privacy barrier, IPv6 blasts a huge hole straight into each and every household, office and IoT device on the planet. No, privacy fixes put into IPv6 do not work.
What exactly is the problem with the privacy fixes that were put into IPv6? Why don't they work?
Re: Tell HN: Hacker News now supports IPv6
#57Earlier quoted context omitted.
Why would things be faster over v6?
Simpler routing because address blocks are not fragmented. IPv6 does not have a header checksum so that's one less task for routers. Packet fragmentation is no longer done by routers. IPv6 capable gear tends to be newer and higher performance. There's no NAT step or even worse CGNAT.
Re: Tell HN: Hacker News now supports IPv6
#58Ha! Beat me to it! For anybody that's curious, the IP-Foo [0] browser extension puts a little 4/6 icon in the address bar to make it clear at a glance which dialect you're speaking for $currentWebPage [0]: https://github.com/pmarks-net/ipvfoo
cool, but "read and change your data on all websites" is imho not worth the functionality. that seems ripe for takeover by some scammer.
Re: Tell HN: Hacker News now supports IPv6
#59Does ipv6 result in higher latencies? I could see larger addresses increasing latency, but then again I could also see a more efficient protocol resulting in lower net latency. I should probably read a book describing the differences.
In practice IPv6 is newer, which has good and bad sides; IPv6 routing paths are more likely to be using newer (and therefore faster) equipment, but there's also a bigger risk of someone making a mistake that messes up your routing/latency, particularly if your ISP hasn't been doing IPv6 for very long.
Re: Tell HN: Hacker News now supports IPv6
#60Earlier quoted context omitted.
> However, that only works with a /64 prefix Well it should be redesigned so it works all the way down to individual addresses.
You can use DHCPv6 instead of SLAAC if you need autoconfiguration on sub-/64 prefixes.