Earlier quoted context omitted.
I don't know enough AWS to understand the announcement, but if your servers and your clients can speak IPv6 and you can skip al the NAT, you don't have to debug NAT problems.
We probably won't ever be rid of NAT. The likes of Cisco, who thrive on making things enterprisey and needlessly complicated will definitely be peddling IPv6 NAT soon, if they aren't already doing it.
IPv6 Support for EC2 Instances in Virtual Private Clouds
71–80 of 114 posts
Re: IPv6 Support for EC2 Instances in Virtual Private Clouds
#72Earlier quoted context omitted.
The opposite pattern is much more convenient: IPv4 on the public endpoint and IPv6-only internally. AWS is now close to supporting this. http://blog.ipspace.net/2014/03/facebook-is-close-to-having-...
Could you explain? How does it help to use IPv6 internally if you're using IPv4 publicly? One of the original motivations for IPv6 was that it would provide enough address space for every device in the world to have its own unique IP address. Then devices could communicate with each other directly, without worrying about intervening NATs. If you're using IPv4 publicly, then you've already lost that advantage. Concern…
[1] meaning your network locations, not your private datacenter (necessarily)
Re: IPv6 Support for EC2 Instances in Virtual Private Clouds
#73Finally! It's been a major deficiency in AWS. Can't wait to see this roll out to us-west-2.
I'm kinda sick of all the AWS posts on here, but I'm trying to be fair since some of them are really interesting. This is one of those that's more of a "about damn time," features that'd I'd care about if I already didn't go with Digital Ocean/Linode instead just because of IPv6 support.
Looking very forward to trying this out.
Re: IPv6 Support for EC2 Instances in Virtual Private Clouds
#74Earlier quoted context omitted.
We probably won't ever be rid of NAT. The likes of Cisco, who thrive on making things enterprisey and needlessly complicated will definitely be peddling IPv6 NAT soon, if they aren't already doing it.
NAT was created to solve the ip space shortage, which ipv6 doesnt have. There's no point in ipv6 NAT.
Re: IPv6 Support for EC2 Instances in Virtual Private Clouds
#75Pardon my ignorance, but why is this needed? I've seen dozens of "+1s" for ipv6 on both AWS and GCP, but no one says why really. Is there hardware out there on the public internet that cannot communicate over ipv4 already?
Re: IPv6 Support for EC2 Instances in Virtual Private Clouds
#76Earlier quoted context omitted.
I'm kinda sick of all the AWS posts on here, but I'm trying to be fair since some of them are really interesting. This is one of those that's more of a "about damn time," features that'd I'd care about if I already didn't go with Digital Ocean/Linode instead just because of IPv6 support.
Just curious but why is IPv6 support such a priority for you that it would be the deciding factor in your choice of hosting provider?
Re: IPv6 Support for EC2 Instances in Virtual Private Clouds
#77Earlier quoted context omitted.
The opposite pattern is much more convenient: IPv4 on the public endpoint and IPv6-only internally. AWS is now close to supporting this. http://blog.ipspace.net/2014/03/facebook-is-close-to-having-...
Could you explain? How does it help to use IPv6 internally if you're using IPv4 publicly? One of the original motivations for IPv6 was that it would provide enough address space for every device in the world to have its own unique IP address. Then devices could communicate with each other directly, without worrying about intervening NATs. If you're using IPv4 publicly, then you've already lost that advantage. Concern…
See this presentation about IPv6 at Facebook: https://www.facebook.com/groups/2234775539/10152303014725540...
> IPv4 offers more than enough address space within its private ranges for your private network
While theoretically true from a raw numbers standpoint, it breaks down at Facebook's scale when you have many gigantic data centers all over the world and start thinking about how you assign the addresses and manage the network that uses them.
As the presentation says, there was lots of wastage due to racks being /24 and clusters being /n (where n < 24).
Re: IPv6 Support for EC2 Instances in Virtual Private Clouds
#78Pardon my ignorance, but why is this needed? I've seen dozens of "+1s" for ipv6 on both AWS and GCP, but no one says why really. Is there hardware out there on the public internet that cannot communicate over ipv4 already?
Re: IPv6 Support for EC2 Instances in Virtual Private Clouds
#79Honestly, can someone explain why it took so long? I mean, you can get IPv6 on a bunch of low-end budget VPSs. Why couldn't Amazon do it? And why cant GCE do it? Is it a lot of work?
Notably, even low-level stuff may still be difficult to make with IPv6. For example, Linux supports IP equal-cost multipath routing for IPv6 since 2012. Quagga, a popular routing daemon, still doesn't support that. BIRD, another open-source routing daemon, just got partial support for it this year. If your network is relying on this, it's an additional burden to deploy IPv6.
Re: IPv6 Support for EC2 Instances in Virtual Private Clouds
#80Earlier quoted context omitted.
In 2017, one should instead ask why it wouldn't be.
A funny quip, but since it seems like you're missing the point: what's the business impact of the choice, or the existence/absence of IPv6 support in a hosting provider? If I'm running a small startup that's available as a website, how does IPv6 support matter to me? (Assuming that I can otherwise get IPv4 addresses for hosting my site, which I can.)