Hello fellow IPv6 admirers, (I'm sending this here on behalf of Shane. :) ) As you might know already, Google has been so *tremendously* kind to, as of ~22 hours ago, initiate the enabling of their Youtube site over IPv6. It is currently available to participants in their Google over IPv6 program, http://www.google.com/intl/en/ipv6/ . The www.youtube.com user interface so far does *not* have any AAAA published, but the *much* more important (traffic wise) image and video servers do. Use tcpdump to verify. Eg., anticimex@hsa:~$ host s.ytimg.com s.ytimg.com is an alias for static.cache.l.google.com. static.cache.l.google.com has address 74.125.13.213 static.cache.l.google.com has IPv6 address 2001:4860:4001:402::15 anticimex@hsa:~$ host v1.lscache1.c.youtube.com v1.lscache1.c.youtube.com is an alias for v1.lscache1.l.google.com. v1.lscache1.l.google.com has address 74.125.97.80 v1.lscache1.l.google.com has IPv6 address 2001:4860:4001:402::10 The time when it began is clearly visible in our own IPv6 graphs, http://stats.csbnet.se/public/ipv6/csbnet-ipv6-traffictypes.html , and you can see similar correlated data at for example http://www.de-cix.net/content/network.html . To figure out all the mappings they give you, if you want to trace etc, something similar to: "for i in `seq 1 24 `; do for y in `seq 1 8 `; do host v$i.lscache$y.c.youtube.com ; done ; done | grep 'IPv6 address' | cut -d' ' -f 1,5 | sort -uk2" could be used - at least from where I sit. Adjust for correctness. I'm sure that as this matures and bugs are wiped out, there will no longer be any need for the Google over IPv6 program and everybody will be able to access this. Until then, join! :) I bow to the Google IPv6 team, their netops and everybody there that is working so hard to give the Internet true CONTENT on IPv6. Yippie! From 48514, much of love! Thank you guys (and gals)! Regards, -- Martin Millnert <millnert@csbnet.se>
Hi again list, just a quick update for the jedi archives: On Fri, 2010-01-29 at 20:33 +0100, Martin Millnert wrote:
The www.youtube.com user interface so far does *not* have any AAAA published, but the *much* more important (traffic wise) image and video servers do. Use tcpdump to verify.
anticimex@hsa:~$ host www.youtube.com www.youtube.com is an alias for youtube-ui.l.google.com. youtube-ui.l.google.com has address 74.125.39.102 youtube-ui.l.google.com has address 74.125.39.113 youtube-ui.l.google.com has address 74.125.39.138 youtube-ui.l.google.com has address 74.125.39.139 youtube-ui.l.google.com has address 74.125.39.100 youtube-ui.l.google.com has address 74.125.39.101 youtube-ui.l.google.com has IPv6 address 2a00:1450:8007::66 youtube-ui.l.google.com has IPv6 address 2a00:1450:8007::71 youtube-ui.l.google.com has IPv6 address 2a00:1450:8007::8a youtube-ui.l.google.com has IPv6 address 2a00:1450:8007::8b youtube-ui.l.google.com has IPv6 address 2a00:1450:8007::64 youtube-ui.l.google.com has IPv6 address 2a00:1450:8007::65 Great work guys! If now only Googles DNS infrastructure was dual-stacked... ;-) Regards, -- Martin Millnert <millnert@csbnet.se>
participants (1)
-
Martin Millnert