Live data from Hacker News

Tell HN: Hacker News now supports IPv6

news.ycombinator.com

21–30 of 396 posts

Re: Tell HN: Hacker News now supports IPv6

#21

Technically the goal of enabling IPv6 can be done through Cloudflare as well, which they enabled a few days ago. I wonder why they turned it off and are back to directly serving traffic.

Yea. I noticed that too. Got one or two CF warnings when visiting last week.

Re: Tell HN: Hacker News now supports IPv6

#22

Earlier 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…

You want a ULA (unique local address) instead of link-local. Link-local can sometimes mean needing to append the interface name to your address and a bunch of other weirdness. If you pick a ULA prefix and announce it (or assign some statically) everything pretty much just works. I’ve been using them internally for over a year and it’s been great, they basically feel like RFC 1918 addresses.

+1. Link local is like connecting to a computer by mac address. The only time you’d ever want it is if you for some ungodly reason are worried that all other addressing systems have failed, or to bootstrap said systems.

Re: Tell HN: Hacker News now supports IPv6

#23
post #20
post #5

Earlier quoted context omitted.

The next few months may be hard for you. AWS will start charging for ipv4 on February 1st, so it’s likely that either a mass migration is coming or prices for many services will increase accordingly to pass that cost along to customers.

2024 is shaping up as the year people drop AWS

Dropping AWS and VMWare at the same time. This should get interesting.

Re: Tell HN: Hacker News now supports IPv6

#24
post #8

Next is TLS 1.3 support, hopefully :) # openssl s_client -connect news.ycombinator .com:443 -tls1_3 CONNECTED(00000003) 4160736388:error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version:ssl/record/rec_layer_s3.c:1562:SSL alert number 70 --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 7 bytes and written 244 bytes Verification: OK --- New, (NONE),…

[deleted]

Re: Tell HN: Hacker News now supports IPv6

#25

Earlier quoted context omitted.

Why would things be faster over v6?

> By reducing header complexity, IPv6 contributes to better overall network performance and efficiency. This is especially noticeable in applications sensitive to latency, such as real-time communication and online gaming. https://www.prefixbroker.com/news/is-ipv6-faster-than-ipv4-a... .

This is the theoretical benefit. These have never materialize in real life.

See https://community.cisco.com/kxiwq67737/attachments/kxiwq6773...

Re: Tell HN: Hacker News now supports IPv6

#26
post #2

[flagged]

You’ll get a lot of hate for it, but I think you’re speaking the truth. IPv6 is probably one of the worst modern standards (tied C++ templates). Nobody has ever made a convincing argument about the advantages of it over IPv4. Just another case of fools admiring complexity. PHB types love it even more, it’s filled with buzzwords like the “future” of networking.

Re: Tell HN: Hacker News now supports IPv6

#28
post #2

[flagged]

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.

Re: Tell HN: Hacker News now supports IPv6

#29
post #5
post #2

[flagged]

The next few months may be hard for you. AWS will start charging for ipv4 on February 1st, so it’s likely that either a mass migration is coming or prices for many services will increase accordingly to pass that cost along to customers.

This scared me but they are only charging for public IPv4 which I never use.
Post reply on HN