Google Over IPv6 Coming Soon
fuzzel writes "Today Google announced Google over IPv6 where ISPs can sign up their DNS nameservers so that their users will get access to an almost fully IPv6-enabled Google, including http://www.google.com, images and maps, etc., just like in IPv4. Without this only http://ipv6.google.com is available, but then you go to IPv4 for most services.
So, start kicking your ISPs to support IPv6 too, and let them sign up.
Check this list of ISPs that already do native IPv6 to your doorstep.
The question that now remains is: when will Slashdot follow?"
One BIG carrot for Universities and Labs that use google (gmail, docs, etc) is that this means that all that google traffic can be routed over their Internet2 connections which are MUCH faster and of lower latency than their commercial internet connections.
As an IPv6 user, I would LOVE to use google over IPv6.
I smell the hand of Vint Cerf at google...
.. that for quick and dirty use the numeric address are just too complicated. Sure it has benefits wrt security, routing and a load of other behind the scenes stuff. But for people who are used to using numeric ip4 addresses when DNS is slow or for testing purpose or setting up various IP tables or 101 miscellanious things , ip6 is a royal PITA.
Ok , thats hardly a reason for not using it but I suspect its perhaps one reason why people are relunctant to try it. Half a line of hex is not user friendly.
It is tiny and that sucks.
You can, unless you're using an ISP that specifically blocks it, use IPv6 now however. Either use 6to4 (if you've rolled your own router, then check the web for implementation specifics - start here if you can't find a better page. Another possibility are the Apple Airport routers, that generally have this built in. But before spending time on 6to4, ensure your ISP doesn't block it by ensuring you can ping 192.88.99.1. If you can, go right ahead), or use a Tunnel Broker. Hurricane Electric is a good example.
If you can't ping 192.88.99.1, please let your ISP know.
You are not alone. This is not normal. None of this is normal.
The Internet Stream Protocol (RFC 1819) used 5 in the protocol version field.
upon the advice of my lawyer, i have no sig at this time
From Google:
To qualify for Google over IPv6, your network must have good IPv6 connectivity to Google. Multiple direct interconnections are preferred, but a direct peering with multiple backup routes through transit or multiple reliable transit connections may be acceptable. Your network must provide and support production-quality IPv6 networking and provide access to a substantial number of IPv6 users. Additionally, because IPv6 problems with users' connections can cause users to become unable to access Google if Google over IPv6 is enabled, we expect you to troubleshoot any IPv6 connection problems that arise in your or your users' networks.
Simply said, some networks may have borked IPv6 which would mean that users will be unable to access Google. I can understand that they're doing this before rolling it out to everyone. Maybe there could be something like OpenDNS for IPv6 so that more advanced users have a choice?
If this is too full of 'technical jargon' for you, here are some definition:
A subnet is a part of a larger network (borrowing some conventions from set theory, the whole network is also sometimes called a subnet, just to be confusing). IP addresses are a string of bits, 32 with v4 and 128 with v6. For routing purposes, each subnet is identified by a subnet mask. The first n bits of an IP address identify the subnet and the last 32-n or 128-n identify the machine on that subnet. When you see something like 10/8, this means the subnet that starts 10.x.y.z, where the first 8 bits identify the subnet. Sometimes the subnet doesn't fit on a byte boundary. The medium-sized private address range is 172.16.0.0/12. In hex, this is AC100000 - the AC1 is the subnet, and all of the zeros ignored until the packet is on the subnet.
Subnets can be hierarchical. For example the 10/8 subnet might be used by a big site with the 10.1/16 subnet used by one building, 10.2/16 by another, and so on. The first building might use 10.1.1/24 for one floor, 10.1.2/24 for the next floor, and so on. When you send a packet from the second building to 10.1.1.12 it will be routed to the 10.1/16 subnet, then to the 10.1.1/24 subnet, and then delivered within this subnet by ethernet (the router will use ARP to look up the MAC address that corresponds to that IP address and the ethernet switches will handle delivery on the last segment).
Bak to your question, you can use a publicly-routable address on a LAN, using v4 or v6. This doesn't mean that data will go over the Internet. If both machines are on the same subnet then packets will never make it to the router, they will be delivered by the local ethernet (or whatever) directly. IP routing is only needed when packets go outside the local subnet.
In summary, yes it's a ridiculously simple question, it's only the answer which is complicated...
I am TheRaven on Soylent News