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.
I don't have ipv6 access now, so I can't test, but did you confirm that you have ipv6 access on your end?
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
Well, can you ping the he dns server?
Working fine for me, using ashburn,va tunnel server.
Quote from: cholzhauer on July 26, 2010, 05:25:14 PM
Well, can you ping the he dns server?
Yes, it replies to pings.
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
Didn't change anything, but 2001:470:20::2 started responding to me. Thank you!