Hurricane Electric's IPv6 Tunnel Broker Forums
May 20, 2013, 07:26:01 am *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Hurricane Electric's Tunnelbroker.net forums!
 
   Home   Help Search Login Register  
Pages: 1 2 [3]
  Print  
Author Topic: Google over IPv6  (Read 20361 times)
cholzhauer
Hero Member
*****
Posts: 2075


View Profile
« Reply #30 on: October 28, 2009, 12:11:01 pm »

I'm not sure how I'm supposed to use this...can someone give me a little direction?  I use MS AD for my DNS

Thanks
Logged
jimb
Hero Member
*****
Posts: 804


^^^ Warped picture


View Profile
« Reply #31 on: October 28, 2009, 01:26:09 pm »

Just set up a forwarders entry for google.com zone on your DNS server, pointing that zone to the servers HE supplies.
Logged

cholzhauer
Hero Member
*****
Posts: 2075


View Profile
« Reply #32 on: October 29, 2009, 06:12:50 am »

Hmm...with MS DNS, I do not see a way to set a forwarder by domain name (eg google.com)  Has anyone done this before with MS DNS?
Logged
cholzhauer
Hero Member
*****
Posts: 2075


View Profile
« Reply #33 on: October 29, 2009, 06:22:59 am »

Never mind, I found it.  With server 2008, they moved the location of the conditional forwarders.
Logged
cholzhauer
Hero Member
*****
Posts: 2075


View Profile
« Reply #34 on: October 29, 2009, 06:39:44 am »

Unfortunately, it's telling me that a "timeout occurred during validation"
Logged
jimb
Hero Member
*****
Posts: 804


^^^ Warped picture


View Profile
« Reply #35 on: October 29, 2009, 06:44:12 am »

It's trivial in BIND:

# HE DNS server for google IPv6 service
zone "google.com" IN {
   type forward;
   forward first;
   forwarders {
       2001:470:20::2;
       74.82.42.42;
   };
};
« Last Edit: October 29, 2009, 06:53:45 am by jimb » Logged

cholzhauer
Hero Member
*****
Posts: 2075


View Profile
« Reply #36 on: October 29, 2009, 06:46:11 am »

Once I found it in MS DNS, it was pretty easy, just a couple of clicks. 
Logged
akghetto
Newbie
*
Posts: 3


View Profile
« Reply #37 on: February 21, 2010, 07:04:15 pm »

So what are the appropriate HE DNS servers to use to get default IPv6 DNS records for Google?

Thanks.

Scott
Logged
kcochran
Sr. Network Engineer, Hurricane Electric
Administrator
Sr. Member
*****
Posts: 251



View Profile
« Reply #38 on: February 21, 2010, 07:11:26 pm »

So what are the appropriate HE DNS servers to use to get default IPv6 DNS records for Google?

Thanks.

Scott

They're in the tunnel details page listed as the Anycast DNS servers, included below.

Anycasted IPv6 Caching Nameserver:   2001:470:20::2
Anycasted IPv4 Caching Nameserver:   74.82.42.42
Logged
berry
Newbie
*
Posts: 1


View Profile
« Reply #39 on: March 11, 2011, 09:11:16 am »

For more recent revisions of OpenWrt add the following to the dnsmasq section of '/etc/config/dhcp' and leave the /lan/ lines intact.

Code:
        list server             '/google.com/2001:470:20::2'
        list server             '/google.ca/2001:470:20::2'
        list server             '/youtube.com/2001:470:20::2'
or
Code:
        list server             '/google.com/74.82.42.42'
        list server             '/google.ca/74.82.42.42'
        list server             '/youtube.com/74.82.42.42'

https://forum.openwrt.org/viewtopic.php?id=28975
Logged
Pages: 1 2 [3]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!