May 20, 2013, 07:26:01 am
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: Welcome to Hurricane Electric's Tunnelbroker.net forums!
Home
Help
Search
Login
Register
Hurricane Electric's IPv6 Tunnel Broker Forums
>
Tunnelbroker.net Specific Topics
>
Questions & Answers
>
Google over IPv6
Pages:
1
2
[
3
]
« previous
next »
Print
Author
Topic: Google over IPv6 (Read 20361 times)
cholzhauer
Hero Member
Posts: 2075
Re: Google over IPv6
«
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
Re: Google over IPv6
«
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
Re: Google over IPv6
«
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
Re: Google over IPv6
«
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
Re: Google over IPv6
«
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
Re: Google over IPv6
«
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
Re: Google over IPv6
«
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
Re: Google over IPv6
«
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
Re: Google over IPv6
«
Reply #38 on:
February 21, 2010, 07:11:26 pm »
Quote from: scottajohnson 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
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
Re: Google over IPv6
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Tunnelbroker.net Specific Topics
-----------------------------
=> News & Updates
=> Questions & Answers
=> HE's Widgets & Gadgets
-----------------------------
IPv6 Certification Program Topics
-----------------------------
=> General Discussion
=> Suggest a Test!
-----------------------------
DNS.HE.NET Topics
-----------------------------
=> General Questions & Suggestions
-----------------------------
General IPv6 Topics
-----------------------------
=> IPv6 Basics & Questions & General Chatter
=> IPv6 on Linux & BSD & Mac
=> IPv6 on Windows
=> IPv6 on Routing Platforms
=> IPv6 Software Applications & Hardware Appliances
Loading...