<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<STYLE>.hmmessage P {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
BODY.hmmessage {
FONT-SIZE: 10pt; FONT-FAMILY: Verdana
}
</STYLE>
<META content="MSHTML 6.00.6001.18385" name=GENERATOR></HEAD>
<BODY class=hmmessage bgColor=#ffffff>
<DIV><FONT face=Arial>Jorge, como estas?</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>La opcion de ver Youtube sobre IPv6 es participando en el
proyecto que comenta Hugo Salgado, y que implica hacer peering directamente con
Google sobre IPv6; ya que con eso se quitan de encima los problemas
asociados a la falta de despliegues IPv6 de muchos ISP y les permite hacer un
"beta" de estos servicios; pero con publico real.</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Saludos,</FONT></DIV>
<DIV><FONT face=Arial>Jorge</FONT></DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=jorge_raquel.lago@hotmail.com
href="mailto:jorge_raquel.lago@hotmail.com">Jorge Felipe Lago Pereira dos
Santos</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=lactf@lac.ipv6tf.org
href="mailto:lactf@lac.ipv6tf.org">lactf@lac.ipv6tf.org</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Sunday, February 07, 2010 6:05
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [LAC-TF] Fwd: [ipv6-wg]
Youtube over IPv6!</DIV>
<DIV><BR></DIV>Hola,<BR>Como puedo acceder al contenido de YOUTUBE sobre
IPv6?<BR>Existe alguno LINK para YOUTUBE IPv6?<BR><BR>Jorge
Felipe<BR><BR> <BR>> Date: Mon, 1 Feb 2010 10:18:53 -0300<BR>>
From: <A href="mailto:hsalgado@nic.cl">hsalgado@nic.cl</A><BR>> To: <A
href="mailto:lactf@lacnic.net">lactf@lacnic.net</A><BR>> Subject: Re:
[LAC-TF] Fwd: [ipv6-wg] Youtube over IPv6!<BR>> <BR>> Hola Roque. Lo
confirmo desde acá! Tenemos registros AAAA en los<BR>>
v*.lscache*.c.youtube.com y la conexión es sobre IPv6.<BR>> <BR>>
Saludos,<BR>> <BR>> Hugo<BR>> NIC Chile - .CL<BR>> <BR>> On
01/29/2010 06:10 PM, Roque Gagliano wrote:<BR>> > Hola,<BR>> >
<BR>> > Si alguno está haciendo peering con Google en IPv6 (por ejemplo
en PTT o<BR>> > NOTA) deberían poder ahora acceder al contenido youtube
sobre IPv6. Yo<BR>> > no he podido verificar el anuncio. <BR>> >
<BR>> > Abrazo,<BR>> > <BR>> > Roque<BR>> > <BR>>
> Dear all,<BR>> > <BR>> > Good news, If you are peering in v6
with Google, you can now access<BR>> > Youtube over IPv6. I was unable
to verify the information.<BR>> > <BR>> > Regards,<BR>> >
r.<BR>> > <BR>> > Begin forwarded message:<BR>> > <BR>>
>> *From: *Martin Millnert <millnert@csbnet.se
<mailto:millnert@csbnet.se>><BR>> >> *Date: *January 29,
2010 8:33:20 PM GMT+01:00<BR>> >> *To: *ipv6-wg@ripe.net
<mailto:ipv6-wg@ripe.net><BR>> >> *Subject: **[ipv6-wg] Youtube
over IPv6!*<BR>> >><BR>> >> Hello fellow IPv6
admirers,<BR>> >><BR>> >> (I'm sending this here on behalf
of Shane. :) )<BR>> >><BR>> >> As you might know already,
Google has been so *tremendously* kind to, as<BR>> >> of ~22 hours
ago, initiate the enabling of their Youtube site over IPv6.<BR>> >>
It is currently available to participants in their Google over IPv6<BR>>
>> program, http://www.google.com/intl/en/ipv6/ .<BR>>
>><BR>> >> The www.youtube.com <http://www.youtube.com>
user interface so far<BR>> >> does *not* have any AAAA<BR>>
>> published, but the *much* more important (traffic wise) image and
video<BR>> >> servers do. Use tcpdump to verify.<BR>>
>><BR>> >> Eg.,<BR>> >> anticimex@hsa:~$ host
s.ytimg.com <http://s.ytimg.com><BR>> >> s.ytimg.com
<http://s.ytimg.com> is an alias for<BR>> >>
static.cache.l.google.com.<BR>> >> static.cache.l.google.com has
address 74.125.13.213<BR>> >> static.cache.l.google.com has IPv6
address 2001:4860:4001:402::15<BR>> >><BR>> >>
anticimex@hsa:~$ host v1.lscache1.c.youtube.com<BR>> >>
v1.lscache1.c.youtube.com is an alias for v1.lscache1.l.google.com.<BR>>
>> v1.lscache1.l.google.com has address 74.125.97.80<BR>> >>
v1.lscache1.l.google.com has IPv6 address 2001:4860:4001:402::10<BR>>
>><BR>> >> The time when it began is clearly visible in our own
IPv6 graphs,<BR>> >>
http://stats.csbnet.se/public/ipv6/csbnet-ipv6-traffictypes.html ,<BR>>
>> and you can see similar correlated data at for example<BR>>
>> http://www.de-cix.net/content/network.html .<BR>> >><BR>>
>> To figure out all the mappings they give you, if you want to trace
etc,<BR>> >> something similar to: "for i in `seq 1 24 `; do for y in
`seq 1 8 `; do<BR>> >> host v$i.lscache$y.c.youtube.com ; done ; done
| grep 'IPv6 address' |<BR>> >> cut -d' ' -f 1,5 | sort -uk2" could
be used - at least from where I sit.<BR>> >> Adjust for
correctness.<BR>> >><BR>> >> I'm sure that as this matures
and bugs are wiped out, there will no<BR>> >> longer be any need for
the Google over IPv6 program and everybody will<BR>> >> be able to
access this. Until then, join! :)<BR>> >><BR>> >> I bow to
the Google IPv6 team, their netops and everybody there that is<BR>>
>> working so hard to give the Internet true CONTENT on IPv6.
Yippie!<BR>> >> From 48514, much of love! Thank you guys (and
gals)!<BR>> >><BR>> >> Regards,<BR>> >> -- <BR>>
>> Martin Millnert <millnert@csbnet.se
<mailto:millnert@csbnet.se>><BR>> > <BR>> > <BR>> >
<BR>> > _______________________________________________<BR>> >
LACTF mailing list<BR>> > LACTF@lacnic.net<BR>> >
https://mail.lacnic.net/mailman/listinfo/lactf<BR>>
_______________________________________________<BR>> LACTF mailing
list<BR>> LACTF@lacnic.net<BR>>
https://mail.lacnic.net/mailman/listinfo/lactf<BR><BR>
<HR>
Quer navegar na Internet sem medo? <A
href="http://go.microsoft.com/?linkid=9707132" target=_new>Instale grátis o
Internet Explorer 8.</A> <BR>La mejor vacuna contra el Virus <B>A(H1N1)</B> la
Higiene Personal</A> <BR><BR>Participe en Universidad 2010, del 8 al 12 de
febrero de 2010 <BR>La Habana Cuba <A
href="http://www.universidad2010.cu">http://www.universidad2010.cu</A> <BR>
<P>
<HR>
<P></P>_______________________________________________<BR>LACTF mailing
list<BR>LACTF@lacnic.net<BR>https://mail.lacnic.net/mailman/listinfo/lactf<BR></BLOCKQUOTE></BODY><br />La mejor vacuna contra el Virus <b>A(H1N1)</b> la Higiene Personal</a>
<br />
<br />Participe en Universidad 2010, del 8 al 12 de febrero de 2010
<br />La Habana Cuba <a href="http://www.universidad2010.cu"> http://www.universidad2010.cu</a>
<br />
</HTML>