• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

Guru test failing, although command from videos pass

Started by jjkiers, September 09, 2010, 10:37:23 AM

Previous topic - Next topic

jjkiers

Hello,

I'm trying to pass the guru test, but it seems the HE test can't query its own nameservers. I didn't find an answer elsewhere in this forum. If I run the commands as listed in the video, I get perfect results, as you can see below.

I wrote the following scripts to perform the dig commands from the video:

For only ipv6 queries:

for s in `dig -6 NS ipv6.bedrijfonline.net +short`; do echo Testing $s:; echo IP address of name server: `dig -6 AAAA $s +short`; echo IP address of ipv6.bedrijfonline.net: `dig -6 AAAA ipv6.bedrijfonline.net @$s +short`; echo Done testing $s; echo; echo;done;


or use:

for s in `dig NS ipv6.bedrijfonline.net +short`; do echo Testing $s:; echo IP address of name server: `dig AAAA $s +short`; echo IP address of ipv6.bedrijfonline.net: `dig AAAA ipv6.bedrijfonline.net @$s +short`; echo Done testing $s; echo; echo;done;


In either case, it gave me the following results:

Testing ns3.he.net.:
IP address of name server: 2001:470:300::2
IP address of ipv6.bedrijfonline.net: 2001:1af8:fe29:0:222:5fff:fe06:a8af
Done testing ns3.he.net.


Testing ns2.he.net.:
IP address of name server: 2001:470:200::2
IP address of ipv6.bedrijfonline.net: 2001:1af8:fe29:0:222:5fff:fe06:a8af
Done testing ns2.he.net.


Testing ns4.he.net.:
IP address of name server: 2001:470:400::2
IP address of ipv6.bedrijfonline.net: 2001:1af8:fe29:0:222:5fff:fe06:a8af
Done testing ns4.he.net.


Testing ns5.he.net.:
IP address of name server: 2001:470:500::2
IP address of ipv6.bedrijfonline.net: 2001:1af8:fe29:0:222:5fff:fe06:a8af
Done testing ns5.he.net.


I really don't know what is wrong, neither did I find an answer elsewhere in this forum. Could someone else please try this, and tell me why it fails?

Thanks, Jacob

cholzhauer

Everything seems to work for me too.

Normally, when something like this happens, someone at HE needs to reset something so the cache is updated


jjkiers

In that case, I'll just wait another day or so, to see if it works then.

broquea

Cache is fine. Your submitted URL had extra stuff on the end. I've removed the extra, please retest.

jjkiers

Thanks, the test just passed. Quick response, by the way!