mihusolutions / googlebugs

Automatically exported from code.google.com/p/googlebugs
0 stars 0 forks source link

dns lookups should also respond with their ipv6 ip for those with native or tunneled ipv6 #222

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. dig www.google.com
2. host ipv6.google.com
3.

What is the expected output? What do you see instead?
; <<>> DiG 9.6.1-P2 <<>> www.google.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59119
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.google.com.            IN  A

;; ANSWER SECTION:
www.google.com.     603319  IN  CNAME   www.l.google.com.
www.l.google.com.   300 IN  A   64.233.169.103
www.l.google.com.   300 IN  A   64.233.169.104
www.l.google.com.   300 IN  A   64.233.169.147
www.l.google.com.   300 IN  A   64.233.169.105
www.l.google.com.   300 IN  A   64.233.169.99
www.l.google.com.   300 IN  A   64.233.169.106

dubkat@stargazer ~ $ host ipv6.google.com
ipv6.google.com is an alias for ipv6.l.google.com.
ipv6.l.google.com has IPv6 address 2001:4860:b009::67
ipv6.l.google.com has IPv6 address 2001:4860:b009::63
ipv6.l.google.com has IPv6 address 2001:4860:b009::6a
ipv6.l.google.com has IPv6 address 2001:4860:b009::69
ipv6.l.google.com has IPv6 address 2001:4860:b009::68
ipv6.l.google.com has IPv6 address 2001:4860:b009::93

"www.google.com" should also report one or more ipv6 addresses
so that urls such as gmail, images.* etc also work with ipv6
without /etc/hosts hackery. This would make for more transparent usage.

What version of the product are you using? On what operating system?
GNU/Linux 2.6.31 and Windows 7

Original issue reported on code.google.com by dubkat on 14 Dec 2009 at 6:14

GoogleCodeExporter commented 9 years ago
This is already implemented, but only for users behind DNS resolvers which have 
been 
enrolled in the "Google over IPv6" program:

http://www.google.com/ipv6

If your ISP isn't enrolled, then ask them to deploy IPv6 and enroll.  Failing 
that, 
you can get DNS service from one of the major tunnel brokers.  I believe 
HE.net, 
SixXS, and gogo6 all provide DNS resolvers.

Original comment by pma...@google.com on 11 Feb 2010 at 4:25