One Year After World IPv6 Launch — Are We There Yet? 246
darthcamaro writes "One year ago today was the the official 'Launch Day' of IPv6. The idea was that IPv6 would get turned on and stay on at major carriers and website. So where are we now? Only 1.27% of Google traffic comes from IPv6 and barely 12 percent of the Alexa Top 1000 sites are even accessible via IPv6. In general though, the Internet Society is pleased with the progress over the last year. '"The good news is that almost everywhere we look, IPv6 is increasing," Phil Roberts,technology program manager at the Internet Society said. "It seems to be me that it's now at the groundswell stage and it all looks like everything is up and to the right."'"
But its still difficult (Score:5, Informative)
Re: (Score:2)
Re: (Score:2)
Many of the customers don't have the hardware at home to deal with it.
It hardly matters. I signed up for the Comcast IPv6 trial years ago - downtown business-class connection - they're not even rolling it out in this area yet. There are a few tiny areas where you can get one on a residential service, but mostly no - most people only have access to IPV4. Until IPv6 is available from the prevalent carriers, I'm not going to worry too much about end-users not adopting.
If the device manufacturers would just
Re: (Score:3)
But its still difficult to get an ipv6 home connection in many areas. I can see that for years to come we will have an ipv6 backbone, ipv6 in amjor organisations but most people connected via NAT and an IPv4 isp
In the UK at least, it isn't difficult to get an IPv6 connection. However, you need to know you want one when you shop around, as the majority of ISPs still don't do it. If you're an "average user" and therefore know nothing of IPv6 or how the internet works, adoption is at rock bottom because:
1. You need to be clued up enough to ask an ISP if they offer v6 (the "big 4" don't)
2. You need to be clued up enough to know when the ISP is lieing
3. You need to be clued up enough to buy an IPv6 capable router (mo
Re: (Score:3)
Re: (Score:2)
All modern operating systems support IPv6, since it's a software issue rather than a hardware one. So everyone can already do IPv6 on their local network.
What we're talking about here is IPv6 for the WAN interface on your router. Pretty much nobody should need IPv6 internally right now.
Re: (Score:2)
What we're talking about here is IPv6 for the WAN interface on your router. Pretty much nobody should need IPv6 internally right now.
That doesn't really make sense. Unless you're going to do some horrendous ALG on the router, you are going to need IPv6 both internally and externally in order to talk to IPv6 services - running IPv6 on the router's WAN interface but only IPv4 internally isn't going to help you (also there's almost no reason not to run IPv6 internally anyway)
Re: (Score:2)
Actually, you are almost certainly using IPv6 internally whether your ISP provides IPv6 or not. Any Bonjour connections you are using, for example between your computer and printer, are done on IPv6.
Re: (Score:2)
Its marginal, to be sure, right now. There *can* be some websites that are IPv6 only that you won't be able to access if you only have ipv4. As far as I know there aren't any that are worth while visiting. Also, If large websites support IPv6 in addition to v4, if on eis down you should be able to access the other if they are on different servers. So you might have more uptime?
There are other things that Ipv6 is good at that probably wouldn't matter to most home users. Like having mutliple machines externa
Re: (Score:2)
Where is the advantage to home users if they use IPv6?
Well, this is the problem. For the majority of home users there is very little advantage _at the moment_, so even if they know enough to shop around for a v6 connection they probably won't bother. And the vast majority of users don't know the first thing about how the internet works, so wouldn't know to shop around for a v6 connection anyway.
Its basically a chicken & egg problem: The people who are going to have problems with the IPv4 address shortage are the server operators, who would want to roll o
Advantages of IPv6 (Score:2)
To home users, it provides a whole host of IP addresses that can be used to enhance their security. For instance, if someone sets up a DHCP to pool a certain set of addresses to his laptop, that would exceed anything that was available when IPv4 was not in such a shortage. For instance, one could set it up so that the laptop would pool 65,536 addresses within a certain range, while addresses outside that can be static for certain devices.
To business users, plenty, since it blows up the number of routab
Re: (Score:2)
Re: (Score:2)
I use a VPN service (Mullvad) to block spying (it's just too creepy) and censorship. Mullvad has some IPv6 support but it is still beta.
Re: (Score:2)
I changed ISP a couple of years ago because of that. Going IPv6 at home was not hard but needed some work and some duplication (firewall, DHCP range, ...). Hosted servers that I look after have had IPv6 addresses for several years.
Re: (Score:2)
Re: (Score:2)
Also, it seems that the IPv4 address shortage has been put on the back burner. I don't feel like doing the research but somehow I feel its not as big of an issue as people thought it would be.
Re: (Score:2)
But its still difficult to get an ipv6 home connection in many areas. I can see that for years to come we will have an ipv6 backbone, ipv6 in amjor organisations but most people connected via NAT and an IPv4 isp
In north america this is the major hurdle. There are too many people trying to push the problem down the road, to the point it will finally bite them or their customers. I work for a large US corporation and their answer is "yeah, yeah, whatever, too much work, too short sighted". What is often missed is not the the USA or Canada is running out addresses, but the rest of the world practically has and that we will end being cut off from new services, who can't new IPv4 addresses.
If you want IPv6 today, then
Re:But its still difficult (Score:4)
your typical home router that is still being bundled by ISPs doesn't support IPv6, it seems only 'high end' or after-market routers tend to do that, probably because the amount of firmware memory in these cheap routers is limited.
Is the firmware for IPv6 necessarily much larger than that for IPv4? I would have thought that the complexity would be similar. On the one hand you don't need NAT, but on the other you need more complex filtering [arstechnica.com].
Just do it on the router (Score:3)
Re: (Score:2)
I would think that ISPs would, for the course of a transition, support both IPv4 and IPv6 in some form. Since it would still need to handle all the IPv4 stuff it has been handling and then IPv6 in addition, I'd expect that supporting both might require larger and more complex firmware, and perhaps even more computing power.
I don't really know what I'm talking about, though.
Re: (Score:2)
The stuff at the ISP end (routers and the like) have supported IPv6 for years.
Re: (Score:3)
The stuff at the ISP end (routers and the like) have supported IPv6 for years.
Depends on where you are. Here in the UK, BT wholesale only started upgrading their network to support IPv6 some time last year. That's despite having rolled out a complete replacement "21st century" network only a few years previously -- somehow, they failed to realise that IPv6 support might be a useful feature.
Re: (Score:2)
Re: (Score:2)
A stateful firewall is in general less complex than a NAT. A stateful firewall has to understand what the higher level protocols are doing to a sufficient extent to decide what to block. A NAT has to understand what the higher levels are doing and know enough about the packets to alter them.
But that is beside the point. Between servers that aren't available on v6 and residual end systems that don't support IPv6 out of the box (if at all) home routers are going to have to keep doing IPv4 for the forseeable f
Re: (Score:2)
My question is what do they plug those uplink ports into. Each chassis can only support 480 people and there are thousands. What does an aggregate switch for 100Gb ports look like? And wha
Re: (Score:2)
Juniper T and Cisco Nexus mostly. 100gb ports are really not that uncommon, sub 10k TOR switches can be had with 48 ports of 10ge and a few 40/100 uplinks. Gigabit has been a server standard since the end of the 90's 10ge nics are fairly cheap options at this point.
Re: (Score:2)
Re: (Score:2)
There are home routers which support IPv6. I am using one - a Techicolor TG582n with an IPv6 /64 routed to it over ADSL.
Re: (Score:2)
One would think they'd be a bit more proactive given that APNIC has already run down to their last /8 and is only giving out one /22 per customer now.
Re: (Score:2)
What groundswell? (Score:5, Interesting)
Not a single business partner, client, or home user that I've dealt with for the last 3 year has an active IPv6 DNS registration. _None_.
The critical factor for IPv4 exhaustion was the lack of "/24" addres spaces for businesses and buildings. This has been impressively ameliorated by the use of NAT, which shares numerous intenral and protected IP addresses behind a single or pair of public addresses and should be the _default_ configuraiton in most businesses and organizaitons, simply to reduce the constant external vulnerability scanning of any host directly connected to the Internet.
The growth of high capacity load balancers for web servers and other network services has also helped tremendously, allowing a wide set of behind the scenes hosts to be serviced by a single exposed device and reducing the IPv4 footprint of these services. Also, people have learned how to economize in the ir IPv4 use: They _do no tneed_ a different IP address for their email server, their FTP server, their web server, their phone server, their chat server, and their IRC server. The services are being easily funneled through a single exposed router or firewall, far more efficiently than before.
The result has been that the great need for IPv6 simply has not yet occurred, and is unlikely to occur for another 10 years. The foundation of the need for IPv6 is basically that of ubiquitous comuputing: the idea that every single device scattered around the home or around the workplace will have its own IP address for remote communications, and they _should not have_ public IP addresses. Providing public, routable IP addresses puts them at risk of attack at all times: putting them in the unroutable, easily tracked and maintained IPv4 address space handles almost all internal network needs quie effectively and is a signigicant security advantage and eases scanning and tracking of local resources.
Re:What groundswell? (Score:5, Informative)
That's tremendously short sighted. Should we wait until IPv4 exhaustion is actually causing us lots of problems, or should we get things ready in advance, and make an orderly transition and avoid the problems (arguably the problems started already with all the issues NAT brings when you want to actually establish end to end connections - especially when you discover the guys at the far end happened to use exactly the same RFC1918 netblocks as you did and now someone has to renumber their internal network. We avoided that one by the skin of our teeth - we have a Very Expensive Piece Of Machinery that gets remote support from Siemens who made it. The netblocks they use for their internal networks are the same as ours - it was just blind luck our network addressing didn't end up overlapping, and their network was an adjacent /24 of RFC1918 space to one of our internal networks!)
Re: (Score:2)
Should we wait until IPv4 exhaustion is actually causing us lots of problems, or should we get things ready in advance, and make an orderly transition and avoid the problems
Yes, we should. Unfortunately I will have to pay a lot extra to get a broadband connection that supports IPv6 so I'm in no hurry.
Re: (Score:3)
Not a single business partner, client, or home user that I've dealt with for the last 3 year has an active IPv6 DNS registration. _None_.
The critical factor for IPv4 exhaustion was the lack of "/24" addres spaces for businesses and buildings. This has been impressively ameliorated by the use of NAT, which shares numerous intenral and protected IP addresses behind a single or pair of public addresses and should be the _default_ configuraiton in most businesses and organizaitons, simply to reduce the constant external vulnerability scanning of any host directly connected to the Internet.
The growth of high capacity load balancers for web servers and other network services has also helped tremendously, allowing a wide set of behind the scenes hosts to be serviced by a single exposed device and reducing the IPv4 footprint of these services. Also, people have learned how to economize in the ir IPv4 use: They _do no tneed_ a different IP address for their email server, their FTP server, their web server, their phone server, their chat server, and their IRC server. The services are being easily funneled through a single exposed router or firewall, far more efficiently than before.
The result has been that the great need for IPv6 simply has not yet occurred, and is unlikely to occur for another 10 years. The foundation of the need for IPv6 is basically that of ubiquitous comuputing: the idea that every single device scattered around the home or around the workplace will have its own IP address for remote communications, and they _should not have_ public IP addresses. Providing public, routable IP addresses puts them at risk of attack at all times: putting them in the unroutable, easily tracked and maintained IPv4 address space handles almost all internal network needs quie effectively and is a signigicant security advantage and eases scanning and tracking of local resources.
Um, yeah, creating a single bottleneck and point of attack to the internet seems like a great idea... It's not that your ideas don't have merit (although you do over state and misstate some of them) but that they only address the needs of a certain set of users. NAT is not an unmitigated good. NAT has significant shortcomings.
Re: (Score:2)
I wasn't going to get into this, but the single bottleneck is why you deploy them in high availability failover pairs, or multi-hosted sites for international high availability environments. IPv6 doesn't really help this problem in any way: you still need some kind of a router to protect your publicly exposed services, unless you're interested in maintaining local routers for _every single exposed environment_.
The support benefits, and corporate political benefits, of having a chokepoint for all Internat se
Re:What groundswell? (Score:5, Interesting)
Are you seriously making such a suggestion in 2013 when we are knee deep in virtual machines or are you joking? It doesn't take much complexity before you end up wanting to have two separate things running the same service and then you've got to do some arcane mucking about with non-standard ports and port forwarding if you've only got one real IP address. You've also got to be sure that the ports you've chosen are not being blocked at the other end and that can very seriously limit your choices, to the point where people connecting through mobile/cell networks have to be allowed all the way in to an almost unprotected network by VPN since you have run out of ports the telco allows. In such a case NAT becomes the security risk instead of the security solution you are trying to convince the gullible it is.
Nobody is suggesting changing that. You still get all that filtering only without the constriction of NAT.
Re: (Score:2)
> Yes, NAT saves newbies arses
Yes, it really does. Many of the groups I work with are staffed by newbies, even in their IT departments. Maintaining Internet exposed firewalls is as fragile, and dangerous, as handling electrical power directly off the power grid before it's been stepped down to 120 Volt. Errors are very common, and profoundly dangerous. It should be avoided by anyone who doesn't absolutely need it
> Are you seriously making such a suggestion in 2013 when we are knee deep in virtual mach
Re: (Score:2)
No, I'm suggesting that in 2013 we have load balancers and proxies that do an excellent job of distributing exposed services to arbitrary numbers of internal hosts. The hosts generally have no need, or excuse, to be exposed directly to the Internet. Therefore they do not need a routable IP address. There are a few services, such as SMTP, that deal well with multiple available public IP addresses. And there are some web services that deal very well with multi-homed IP addresses in multiple physical locations. Google is an excellent example of that.
But that is precisely what IPv4 is running out of - having multiple available public IP addresses. Even for NAT, when they do Port Address Translation, they prefer to have more than 1 public address for the purpose, especially for load balancing. This is the very thing that IPv6 addresses so well that the need to have NAT disappears.
Also, it is a good idea to have separate routable IP addresses for different virtual machines, as well as for imap servers, smtp servers, ftp servers, web servers, irc ser
Re: (Score:2)
Re: (Score:3)
This has been impressively ameliorated by the use of NAT, which shares numerous intenral and protected IP addresses behind a single or pair of public addresses and should be the _default_ configuraiton in most businesses and organizaitons, simply to reduce the constant external vulnerability scanning of any host directly connected to the Internet.
A simple stateful firewall will mitegate the dangers of scanners just as well as a NAT. In fact, the extensive address-space in IPv6 actually makes scanning much less effective since the vast majority of the addresses a scanner is going to try aren't even in use.
The growth of high capacity load balancers for web servers and other network services has also helped tremendously
And the growth of virtualisation has done the exact opposite.
The result has been that the great need for IPv6 simply has not yet occurred, and is unlikely to occur for another 10 years.
The great need on the consumer end has indeed not yet occurred, and probably won't for some time. On the ISP side too, most of the ISPs still have plenty of IPv4 addresses to go around,
Re: (Score:2)
This has been impressively ameliorated by the use of NAT... The growth of high capacity load balancers for web servers and other network services has also helped tremendously... people have learned how to economize in the ir IPv4 use... The result has been that the great need for IPv6 simply has not yet occurred, and is unlikely to occur for another 10 years.
I'm trying to think of a good analogy here. Maybe something like this: The holes in our boat has been impressively patched with paper, and the bucket brigade has helped tremendously by emptying the water out of the inside of our boat. Because of this, the sinking of our boat has simply not yet occurred, and is unlikely to occur for another 10 days.
It's not a great analogy, but do you see what I'm saying here? You have a serious problem that could be catastrophic. So far, we've mitigated the problem and
Re: (Score:2, Flamebait)
This has been impressively ameliorated by the use of NAT, which shares numerous intenral and protected IP addresses behind a single or pair of public addresses
Yet another person who doesn't understand NAT. How do these people get jobs in networking?!
Re: (Score:3)
How does having a single IPv4 address for an entire organization reduce the constant vulnerability scanning compared with having 100 IPv6 addresses somewhere withi
Re: (Score:2)
"should be the _default_ configuraiton in most businesses and organizaitons, simply to reduce the constant external vulnerability scanning of any host directly connected to the Internet."
Sure, so long as they don't expect to ever need an outside-compatible VoIP solution, video conferencing, incoming remote-operation connections from a company to provide tech support, IM software (Yes, it has business uses!), that sort of thing. NAT is an ugly hack. It only works as well as it does because almost all protoco
Re: (Score:2)
The critical factor for IPv4 exhaustion was the lack of "/24" addres spaces for businesses and buildings.
Keyword "was" due to registry pressure and documentation requirements. Runout is quite different. Runout will occur within the next year in the US.
This has been impressively ameliorated by the use of NAT, which shares numerous intenral and protected IP addresses behind a single or pair of public addresses and should be the _default_ configuraiton in most businesses and organizaitons, simply to reduce the constant external vulnerability scanning of any host directly connected to the Internet.
SPI is more secure than NAT. Lack of disambiguating context within ALGs leads to increased complexity and remotely exploitable assumptions.
They _do no tneed_ a different IP address for their email server, their FTP server, their web server, their phone server, their chat server, and their IRC server. The services are being easily funneled through a single exposed router or firewall, far more efficiently than before.
What does this matter when there are not enough IPv4 resources to go around? Lets assume for a moment each person can live with a single IPv4 address for all of their shit.. There are still more people than IPv4 addresses.
Re: (Score:2)
NAT has proven to be a great benefit!
Indeed, it has. It even kept some attackers out.
Then came UPnP.
Re: (Score:3)
Actually, your belief that NAT is a one-way check valve has caused many security problems, because it is widely shared, despite being completely wrong. Punching holes in NATs is dead easy. If you are relying on your NAT to protect you from attack, you are whistling past the graveyard.
Re: (Score:2)
NAT does not significantly increase security
^^
Paint on a tank, it makes the tank more resistant to attack. Think of all of the energy dissipated when the paint flakes off from a rocket hitting the armor!
NAT = Paint
Firewall = Armor
Re: (Score:2)
How would IPv6 expose one's intranet? Just like you have local addresses in IPv4, you have link-local addresses as well as site-unique addresses in IPv6 that achieve the same thing. And just b'cos every node has a public IPv6 address does not imply that it has to be accessable - it'll still be behind a firewall. Also, if one doesn't want a certain computer to access the external internet, one can simply not assign it any routable IPv6 address, but just assign it the link-local address and be done with
Betteridge's Law of Headlines (Score:3, Insightful)
I can't think of a better place to cite it. I mean come on, I don't even have to click through and RTFA. It's right there in the summary that no, we aren't there yet.
IPv6: Who gives a shit? (Score:3, Interesting)
Re: (Score:2)
There is this new thingy called 'privacy extensions', is only 12 years old so you might not have heard about it yet.....
static & dynamic IPv6 addresses (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Increasing (Score:3, Funny)
'"The good news is that almost everywhere we look, IPv6 is increasing,"
Every time we measure it the mean distance between the Earth and its moon is increasing. Wooooo Hoooooo.
Huh?! (Score:3)
And the root cause is... (Score:5, Insightful)
Me: "Hello, big boss! I'd like to go to IPv6 soon!"
BB: "What will that take?"
Me: "Oh, probably a couple of months worth of completely dedicated work from your best network folks. If you don't exclusively task them, could take a year."
BB: "Sounds complex. Is it risky?"
Me: "Absolutely! We could totally drop off the internet or lose internal connectivity for quite a while if we mess it up."
BB: "What, exactly, am I getting from this expensive and risky thing?"
Me: "More or less what you have now. The features it does you don't really care about."
BB: "So it's expensive and risky and I get nothing out of it."
Me: "Yep! When can I start?"
*doorslam*
Re: (Score:2)
Theoretically, you could lose some business in the future if you don't support ipv6 and the customer doesn't have access to a 6to4 tunnel. It still seems like a long way off before that's an issue.
Re: (Score:2)
I pulled it off in my network in about a month. Since it's enabled by default in pretty much every major OS, the only thing required was to lease IP space and configure the routers to push addresses. Magically now most of my trafffic goes over IPv6.
I suspect it'll take a while. (Score:3)
Re: (Score:2)
As for "most software". Well, the most commonly used software is the web-browser, which has been IPv6 for a while now also. Most people purchase new hardware on a 5-8 year cycle and nearly all networking hardware in the past few years has been IPv6.
All 4g smartphones are IPv6, it is a requirement for 4g.
Re: (Score:2)
Re: (Score:2)
No, not all Cable modems and DSL Modems have supported ipv6. There are also several that are insanely difficult to set up, and bugs are everywhere.
Re: (Score:2)
"Switch over to IPv6" is very misleading (Score:2)
"Switch over to IPv6" is a concept that detractors have pulled out of thin air, as it bears no relationship to how IPv6 rollout was planned and expected. Adding the word "immediately" just makes the misconception worse.
IPv6 was always intended to run alongside IPv4 for the foreseeable future, because old IPv4-only equipment will be around for decades until it rots and it will need to be reachable until it is replaced. So, please don't
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Good news, every piece of software you are now running is IPv6 compatible. If an application establishes a connection to a host name, all of the underlying OS stacks can do so over IPv6 if addresses are available and connections can be made.
Of course, those apps that have four little input boxes and only support hard coding an IP for a connection still won't work. Have any of those? I don't.
"everything is up and to the right" (Score:2)
FTFS:
it all looks like everything is up and to the right
I'm confused, is up and left an option? I'd love it if my graphs with negative slope indicated time travel instead of a decrease over time!
Hardware limitations (Score:3)
Until the hardware ASIC's are acellarated as much for IPv6, I think businesses will lag unless they need to use IPv6 due to contract requirements (military and the likes). Why would they pay more for modern hardware that is slower than what they have to adopt IPv6 when IPv4 is satisfying their needs, even if NAT is a gimped solution. It still works, and is pretty fast.
not quite there yet (Score:5, Insightful)
Name: google.com
Address: 2a00:1450:4007:80a::1001
$ nslookup -type=AAAA slashdot.org
Name: slashdot.org
$
IPv6? (Score:5, Funny)
Me and my 255 friends are still on IPv1, you insensitive clod!
One Year After World IPv6 Launch Are We There Yet? (Score:2)
Re: (Score:2)
IPv6 is ready for hockey stick growth, as Phil Roberts (ex-Surface RT marketing manager?) points out.
What, you mean there is a correlation between global warming and ipV6 take-up?
Did they observe... (Score:2)
Re:I always thought... (Score:5, Interesting)
IPv6 space won't run out in 20 years. "Well", you say, "It's inefficiently doled out - each user gets a /64 under how it's supposed to work even if their network has just one device!"
However, the amount of /64 prefixes theoretically available is 2^32 (4 billion) times larger than the address space of the *entire* IPv4 address space. Four billion times larger. Even if only 48 bits of those were usable for whatever reason, that would still be 65536 times larger than the *entire global IPv4 space*. However, there's more than 48 bits usable.
Re:I always thought... (Score:4, Insightful)
Oops 2^64 times larger than the entire IPv4 address space. That'll teach me to preview....
Incidentally, there are enough /48s that you can give every man, woman and child on the planet over 4000 /48 allocations each before IANA even has to think about releasing some of the currently undefined address space.
Re: (Score:2)
Meanwhile, I believe IPv5 was abandoned due to a design fault in the hull.
Re: (Score:2)
Re: (Score:3)
The DoD assignment does seem a bit excessive. But they are the exception not the rule. I also wonder what ARIN can really do when the government of the US tells them to jump. The only thing they can do is to ask "how high?".
The RIRs always spreads the assignments so there is nothing strange in that. The idea is that if one of those /22 some day would need to be expanded, that is possible because there likely will be no adjacent assignment. This does not mean the space is reserved as such. If the world some
Re:I always thought... (Score:5, Informative)
But what do we do in 20 years when the IPv6 address space starts to run out? Think I'm kidding? I can remember when people thought they'd never fill a 20mb because it was so huge!
There are enough IPv6 addresses available to give each and every of the 7+ Billion humans alive today 4.6 x 10^28 addresses
Or as someone else put it, The earth's surface area is about 510 trillion square meters. If a typical computer has a footprint of about a tenth of a square meter, and we stacked computers 10 billion high blanketing the entire surface of the earth, that would use up one trillionth of the address space.
I seriously doubt we're in danger of running out in the next millennium or two.
Re: (Score:2)
Re: (Score:3)
I wanted to make a cool graphic to show the relative sizes of the IPv4 and IPv6 address spaces. You know, where I’d show the IPv6 address space as a big box and the IPv4 address space as a tiny one. The problem is that the IPv6 address space is so much larger than the IPv4 space that there is no way to show it to scale! To make this diagram to scale, imagine the IPv4 address space is the 1.6-inch square above. In that case, the IPv6 address space would be represented by a square the size of the solar system.
Re:I always thought... (Score:5, Funny)
Obligatory xkcd. [xkcd.com]
Re: (Score:2, Interesting)
Note that, as with so many sites, the announcement that XKCD is now available over IPv6 is obsolete. At some point they broke something, couldn't figure out how to fix it easily and so they just removed IPv6 from the site.
Re: (Score:2)
You're forgetting about Virtual Machines....
Bring 'em on...
In another link above, if you assigned a machine (virtual or no) a new IP address every picosecond for the next trillion years you still wouldn't even come close to running out of IPv6 addresses.
I think about the only way we would run out is if, thousands of years from now, we start colonizing other galaxies. And by then I would hope the Internet would have been replaced...
Re: (Score:2)
Re: (Score:2)
https://xkcd.com/865/ [xkcd.com] offers a handy visualization of how big the IPv6 address space is.
Re: (Score:3)
Publicly addressable does not always mean "reachable". Most routers will probably have a firewall by default to filter incoming connections.
Re: (Score:2)
IS that "latency impact" comparing v4 and v6 connections from the same user (and ignoring users who only used one type of connection) or is it comparing all v6 packets to all v4 packets.
In the latter case it could just be that those on bad connections are more likely to lack IPv6 support.
Re: (Score:2)
Comcast's approaches (Score:2)
Re: (Score:2)
The only case I can think of would be if an especially nasty ISP deliberately gave you exactly one IPv6 address in order to cripple your connection to one device only.
It used to be a fairly common practice for ISPs to forbid the use of NAT routers in their t&c, back when most families were lucky to have one computer for the household, because they'd specced their networks and business on the 'one customer, one computer' assumption. Those people running multiple computers on one connection were taking fa
Re: (Score:2)
I can imagine that in the IPv6 age ISPs might have similar business reasons to limit the addresses they make available
They have to make available at least a /64 as the IPv6 standard requires it. Not handing out 2^64 address to each customer would cause Windows/Linux/MacOSX to break.
Re: (Score:2)
Since pfSense runs on the FreeBSD stable point releases, it tends to be behind the current, which means pfSense was a little slow to the IPv6 party, but is getting lots of support now.
Re: (Score:2)
Re: (Score:2)