How-To access Google sites and services via IPv6 avatar
แœŒแœ“แœƒแœ’ (Yuki)
 | | 5 ๋ถ„ ์ฝ๊ธฐ | ์—…๋ฐ์ดํŠธ

Fediverse Follow

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

Google over IPv6 uses the IPv4 address of your DNS resolver to determine whether a network is IPv6-capable. If you enable Google over IPv6 for your resolver, IPv6 users of that resolver will receive AAAA records for IPv6-enabled Google services โ€ฆ

Normally, if a DNS resolver requests an IPv6 address for a Google web site, it will not receive oneโ€ฆ

โ€ฆ but a DNS resolver with Google over IPv6 will receive an IPv6 address, and its users will be able to connect to Google web sites using IPv6.

Google over IPv6

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:

1
ping6 www.google.com

You should see something like this:

1
2
3
ping6 www.google.com
PING www.google.com(tx-in-x68.1e100.net) 56 data bytes
64 bytes from tx-in-x68.1e100.net: icmp_seq=1 ttl=59 time=231 ms

These are the Google sites and services tested to be accessible via IPv6 (as of this article):

Not yet accessible via IPv6:

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.


๋งˆ์Œ์— ๋“œ์…จ๋‚˜์š”? ์ด ๊ฒŒ์‹œ๋ฌผ์„ ๊ณต์œ ํ•˜๊ณ  ์•„๋ž˜์— ๋Œ“๊ธ€์„ ๋‚จ๊ธฐ๊ณ  ์„ ๋ฌผ์„ ๋ณด๋‚ด์ฃผ์„ธ์š”! (์ƒˆ ํƒญ/์ฐฝ์—์„œ ์—ด๋ฆฝ๋‹ˆ๋‹ค)

avatar

แœŒแœ“แœƒแœ’ (Yuki ใƒป ้›ชไบฎ)์ด๊ฒƒ์ด ๋ง๊ฐ์˜ ๋์ด ์•„๋‹ˆ๋ผ๋ฉด ๋‚ด ์ธ์ƒ์ด ๋ฐ”๋กœ ์˜ค๋Š˜ ๋๋‚  ๋“ฏ ๋งค์ผ ์‚ด ๊ฒƒ์ด๋‹ค.

YOOki (ๆŸณ ็ด€ ใƒป ์œ  ๊ธฐ) ์—ฐ๋Œ€๊ธฐ

YOOki (ๆŸณ ็ด€ ใƒป ์œ  ๊ธฐ) ์—ฐ๋Œ€๊ธฐ ์€ แœŒแœ“แœƒแœ’ (Yuki ใƒป ้›ชไบฎ) ์˜ ์บ์ฃผ์–ผ ๋ฐ ๊ฐœ์ธ ๋ธ”๋กœ๊ทธ๋กœ์˜ ๋ณต๊ท€์ž…๋‹ˆ๋‹ค. “YOOki"๋ผ๋Š” ์ด๋ฆ„์€ YourOnly.One ์˜ ๋‘๋ฌธ์ž์–ด์™€ ๋‚ด ๋ณ„๋ช… แœŒแœ“แœƒแœ’ (Yuki ใƒป ้›ชไบฎ) ์˜ ๋งค์‹œ์—…์ž…๋‹ˆ๋‹ค.

ํฅ๋ฏธ๋กญ๊ฒŒ๋„ ์ค‘๊ตญ ์ „์„ค์— ๋”ฐ๋ฅด๋ฉด ใ€ŒๆŸณใ€(YOO)๋Š” ๊ณ ๋Œ€ ์ค‘๊ตญ์˜ ์„ฑ์ž…๋‹ˆ๋‹ค.์ด ์„ฑ์˜ ์กฐ์ƒ์€ Yu Shun์ด๋ผ๋Š” ๊ณ ๋Œ€ ํ˜„์ธ๊ณผ ๋ฐ€์ ‘ํ•œ ๊ด€๋ จ์ด ์žˆ์Šต๋‹ˆ๋‹ค. ํ•œ๊ตญ์—์„œ๋Š” ใ€Œ์œ  (YOO)“ํ˜ˆํ†ต ํ”์  ํ•˜, ํ•œ, ์กฐ์„  ์™•์กฐ์— ์œ , ์œ  ์„ฑ์˜ ์†Œ์œ ์ž๋Š” ์ž์„ ๊ณผ ๊ทผ๋ฉด์œผ๋กœ ๋ช…์„ฑ์„ ์–ป์—ˆ์Šต๋‹ˆ๋‹ค. 1

๋˜ํ•œ ์šฐ์•„ํ•˜๊ฑฐ๋‚˜ ๊ฐ€๋Š ๋‹ค๋ž€ ๊ฒƒ์„ ์˜๋ฏธํ•˜๋Š” “๋ฒ„๋“ค ๋‚˜๋ฌด"๋˜๋Š” “๋ฒ„๋“ค ๋‚˜๋ฌด"์˜ ๋‹จ์–ด์ด๊ธฐ๋„ํ•ฉ๋‹ˆ๋‹ค. ๊ทธ๋ฆฌ๊ณ  ๋ชจ๋“  ์‚ฌ๋žŒ์—๊ฒŒ ์ง€์†์ ์ธ ์˜์–‘๊ณผ ์ž์›์„ ์ œ๊ณตํ•˜๋Š” ์ˆ˜์—ญ ๊ทผ์ฒ˜์—์„œ ์ž๋ผ๋Š” ๋‚˜๋ฌด. ๊ทธ๊ฒƒ์€ ๋˜ํ•œ ์กด์žฌ, ๊ธฐ๋ฆ„ (๊ธฐ์Œ (?)), ๊ทธ๋ฆฌ๊ณ  ๋‹จ์ˆœํžˆ “U”(๋‹น์‹ )๋ฅผ ์˜๋ฏธ ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

ํ•œ์ž ใ€Œ็ด€ใ€(ki) ๋ฌธ์ž๋Š” ๊ธฐ๋ก, ํ›ˆ๋ จ, ์งˆ์„œ ์ œ๊ณต์„ ์˜๋ฏธํ•ฉ๋‹ˆ๋‹ค. ํ•œ๊ธ€์— ํ•ด๋‹นํ•˜๋Š” ใ€Œ๊ธฐใ€(๊ธฐ๊ธฐ)๋Š” ์—๋„ˆ์ง€, ์ •์‹ , ๊ธฐ์น˜, ๊ธฐ๊ฐ„์„ ์˜๋ฏธํ•ฉ๋‹ˆ๋‹ค. ๋™๋ช…์‚ฌ ๋˜๋Š” ๋ถ€์ •์‚ฌ๋ฅผ ๋งŒ๋“œ๋Š” ๋ฐ ์‚ฌ์šฉ๋˜๋Š” ์ ‘๋ฏธ์‚ฌ์ด๊ธฐ๋„ํ•ฉ๋‹ˆ๋‹ค.

“ๆŸณ ็ด€"๊ณผ “์œ  ๊ธฐ"๊ฐ€ “YOOki"์˜ ์ค‘๊ตญ์–ด์™€ ํ•œ๊ตญ์–ด๋กœ ๋ฌด์Šจ ๋œป์ธ์ง€ ์•„์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?


๊ณ ์‹œ : Google ๋ฒˆ์—ญ

์ง€๊ธˆ ์žฌ์ƒ ์ค‘
์†Œ์…œ ๋งํฌ