Google, the largest search engine today (and the “Microsoft” of the cyberworld), is slowly deploying IPv6 across their sites. But even if you are already connected to IPv6, you will still not get an IPv6 Google.
Why? Their current IPv6 implementation is currently in its testing phase. All IPv6 access must come from a reliable network that they have to pre-approve, this is the Google over IPv6 project.
How it works
So unless you are using a DNS with Google over IPv6 enabled, the only IPv6 Google website you will be able to use is ipv6.google.com. That’s sad! Especially if most of the sites you visit are still hosted on non-IPv6 enabled servers.
Fortunately, there are many good-hearted people and corporations in the world today offering free access to their IPv6 DNS. We have Gogo6.com’s Freenet6 DNS and Hurricane Electric’s Tunnelbroker.net DNS.
But how do we use these IPv6 DNS? Let me show you how.
Ubuntu Linux way
Go to Synaptic (System -> Administration -> Synaptic Package Manager)
Search for “dnsmasq” and install it
Open a Terminal (Accessories -> Terminal)
Type:
1
gksu gedit /etc/dnsmasq.conf
Look for:
1
#listen-address=
Change it to:
1
listen-address=127.0.0.1
Look for:
1
#server=/localnet/192.168.0.1
Add the following after/below it:
1 2 3 4 5 6 7 8
server=/google.com/2001:470:20::2 server=/google.com/74.82.42.42 server=/www.google.com/2001:470:20::2 server=/www.google.com/74.82.42.42 server=/youtube.com/2001:470:20::2 server=/youtube.com/74.82.42.42 server=/www.youtube.com/2001:470:20::2 server=/www.youtube.com/74.82.42.42
Save and close the file
Still in the Terminal, type:
1
gksu gedit /etc/dhcp3/dhclient.conf
Look for:
1
#prepend domain-name-servers 127.0.0.1;
Uncomment that line by removing the sharp (’#’) sign
Save and close the file
Still in the Terminal, type:
1
gksu gedit /etc/resolv.conf
Before any other nameserver entries, add this:
1
nameserver 127.0.0.1
Save and close the file
Still in the Terminal, type:
1
sudo /etc/init.d/dnsmasq restart
What happens is this: we are using dnsmasq to reroute all queries to google.com to HE’s IPv6 DNS which has been confirmed to be Google over IPv6 enabled. Any Google services that are not yet using IPv6 or not yet part of the project will simply use IPv4, like the YouTube entry we added (read: YouTube is the IPv6 team’s number one priority right now).
But if you are not using DHCP, then the DHCP edits you did previously will not work. Or if you are using NetworkManager to manage your connection settings, then it will only overwrite your resolv.conf file. Here’s what you should do to solve this:
Open your NetworkManager and go to your network/connection profile (example: eth0)
Open/edit it and go to the “IPv4 Settings” tab
In the “DNS servers:” field, simply add this before any other DNS entries you may have:
1
127.0.0.1
Click “Apply”, then close it.
This way, every time the NetworkManager connects and overwrites the resolv.conf file, it will always add 127.0.0.1 to the file. Just like in the DHCP edits you did above, it ensures that the listening IP being used by dnsmasq is the first DNS your system will check when you are browsing.
In your terminal type:
|
|
You should see something like this:
|
|
These are the Google sites and services tested to be accessible via IPv6 (as of this article):
- Google Sites: https://sites.google.com
- Google Translate: https://translate.google.com
- Google Earth: https://earth.google.com
- Google Moderator: https://web.archive.org/web/20150621104346/https://moderator.appspot.com/
- Google FeedBurner: https://feedburner.google.com
- Google YouTube: https://www.youtube.com
- Google App Engine: https://appengine.google.com
- Google Code: https://code.google.com
- Google Docs: https://docs.google.com
- Google Health: https://health.google.com
- Google Mail (“gmail”): https://mail.google.com
- Google Wave: https://wave.google.com
- Google Blogs: https://web.archive.org/web/20140819225340/https://blogsearch.google.com/
- Google Images: https://images.google.com
- Google News: https://news.google.com
- Google Maps: https://maps.google.com
- Google Picasa: https://picasa.google.com
- Google Picasa Web Albums: https://picasaweb.google.com
- Google Accounts: https://www.google.com/accounts
- Google Ad Manager: https://www.google.com/admanager
- Google AdSense: https://www.google.com/adsense
- Google Analytics: https://www.google.com/analytics
- Google Calendar: https://www.google.com/calendar
- Google Finance: https://www.google.com/finance
- iGoogle: https://www.google.com/ig
- Google Reader: https://www.google.com/reader/
- Google Search: https://www.google.com
- Google Alerts: https://www.google.com/alerts
- Google Apps: https://www.google.com/apps
- Google Chrome: https://www.google.com/chrome
- Google Directory: https://web.archive.org/web/20111109041904/https://www.google.com:80/dirhp
- Google Mars: https://www.google.com/mars
- Google Mobile: https://www.google.com/intl/en/mobile
- Google Moon: https://www.google.com/moon
- Google Sky: https://www.google.com/sky
- Google and Space: https://web.archive.org/web/20110925082258/https://www.google.com:80/space/
- Google Talk: https://www.google.com/talk
Not yet accessible via IPv6:
- Google AdWords: https://adwords.google.com
- Google Scholar: https://scholar.google.com
- Google Orkut: https://www.orkut.com
As far as I know, it is not possible to host a “sub-folder” in another server, thus we can safely assume that all Google sites with this URL format: www.google.com/{sitename} are IPv6 enabled. However, Google sites and services that are using a subdomain.google.com URL or any other, can either be IPv6 already or not. Subdomains can easily be pointed to a totally different server somewhere in cyberspace.
How about Windows users?
For those who are still using Windows XP, you are out-of-luck. Even if you can add an IPv6 DNS, it will not work, I tried it myself and it was confirmed by Mikael Lind here.
Update for Windows XP users: I found a way to do it and I will be posting it here soon! The life of your too old OS just got a little bit longer.
For Windows 7 users, you will have to wait until I can get a Win7 OS or a machine that I can break. Or better ask the experts in IPv6 like the guys and gals of the gogo6 Community.
Update 2010-02-25: Sorry WinXP users you really have to upgrade to Windows 7. The method works but it is not consistent - sometimes it works, sometimes not. It is also very different per machine (it is weird!) even if you have everything duplicated perfectly.
It will only invite frustration and plenty of questions. Again, I recommend upgrading to Windows 7 if you want a consistent and stable IPv6 capability.
Update 2010-09-20: Google Sites, Google Translate, Google Earth, Google Moderator, and Google FeedBurner, are now all IPv6 enabled.