Hurricane Electric's IPv6 Tunnel Broker Forums

Tunnelbroker.net Specific Topics => Questions & Answers => Topic started by: gribozavr on July 26, 2010, 05:05:35 PM

Title: he.net DNS server not working?
Post by: gribozavr on July 26, 2010, 05:05:35 PM
he.net DNS server not working?

$ dig google.com @2001:470:20::2

; <<>> DiG 9.7.0-P1 <<>> google.com @2001:470:20::2
;; global options: +cmd
;; connection timed out; no servers could be reached


But 74.82.42.42 is OK.
Title: Re: he.net DNS server not working?
Post by: cholzhauer on July 26, 2010, 05:13:22 PM
I don't have ipv6 access now, so I can't test, but did you confirm that you have ipv6 access on your end?
Title: Re: he.net DNS server not working?
Post by: gribozavr on July 26, 2010, 05:20:42 PM
Yes, IPv6 is working.

$ ping6 -c 3 2001:4860:b009::6a
PING 2001:4860:b009::6a(2001:4860:b009::6a) 56 data bytes
64 bytes from 2001:4860:b009::6a: icmp_seq=1 ttl=53 time=138 ms
64 bytes from 2001:4860:b009::6a: icmp_seq=2 ttl=53 time=137 ms
64 bytes from 2001:4860:b009::6a: icmp_seq=3 ttl=53 time=137 ms

--- 2001:4860:b009::6a ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2000ms
rtt min/avg/max/mdev = 137.122/137.651/138.589/0.665 ms

Title: Re: he.net DNS server not working?
Post by: cholzhauer on July 26, 2010, 05:25:14 PM
Well, can you ping the he dns server?
Title: Re: he.net DNS server not working?
Post by: patrickdk on July 26, 2010, 05:31:23 PM
Working fine for me, using ashburn,va tunnel server.
Title: Re: he.net DNS server not working?
Post by: gribozavr on July 26, 2010, 05:48:56 PM
Quote from: cholzhauer on July 26, 2010, 05:25:14 PM
Well, can you ping the he dns server?

Yes, it replies to pings.
Title: Re: he.net DNS server not working?
Post by: broquea on July 26, 2010, 06:03:52 PM
Based on your tunnel, I tested the anycasted v6 address directly on the name-server, and it seems to work fine:

~# dig aaaa www.he.net @2001:470:20::2

; <<>> DiG 9.5.1-P2.1 <<>> aaaa www.he.net @2001:470:20::2
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15088
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.he.net.                    IN      AAAA

;; ANSWER SECTION:
www.he.net.             227     IN      CNAME   he.net.
he.net.                 300     IN      AAAA    2001:470:0:76::2

;; Query time: 161 msec
;; SERVER: 2001:470:20::2#53(2001:470:20::2)
;; WHEN: Mon Jul 26 18:06:49 2010
Title: Re: he.net DNS server not working?
Post by: gribozavr on July 26, 2010, 06:56:18 PM
Didn't change anything, but 2001:470:20::2 started responding to me.  Thank you!