Hacker News new | ask | show | jobs
by simon_vetter 3921 days ago
This. Running dual stack networks is harder and more expensive to manage, secure and troubleshoot.

The faster we get to single stack ipv6 only, the better.

1 comments

Single stack IPv6 is just not happening; there's just WAY TOO MUCH STUFF out there that only speaks IPv4.
Yeah, but you can have that only at the edges, using ipv4-to-ipv6 proxies to connect to the Internet.
Yep; this is what T-Mobile already does if you set your phone's APN to "IPv6 only".
Similarly, my cable modem (which is distinct from my router) only gets an IPv6 address from Comcast.
That's only a management interface tho, the modem will still happily forward ipv4.
what icebraining said: use a nat64+dns64 at the edge of your network and make all your endpoints ipv6 only.

If you're an ISP, you could probably put multiple nat64 boxes in the core so that all your customers benefit from it and can gradually switch ipv4 off (since they can transparently reach ipv4 endpoints through the nat64 gateway).

Then there are a few applications that don't handle ipv6 properly (i.e. skype), and Apple's decision of mandating ipv6 support is meant to fix just that.

Then there is 4XLAT, ds-lite and others which allow for a single stack ipv6 network and carry ipv4 on top of it to the endpoints which need it.

We just need to wait for all that stuff to become obsolete.