Hurricane Electric's IPv6 Tunnel Broker Forums

IPv6 Certification Program Topics => General Discussion => Topic started by: jjkiers on September 09, 2010, 10:37:23 AM

Title: Guru test failing, although command from videos pass
Post by: jjkiers on September 09, 2010, 10:37:23 AM
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
Title: Re: Guru test failing, although command from videos pass
Post by: cholzhauer on September 09, 2010, 10:41:32 AM
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

Title: Re: Guru test failing, although command from videos pass
Post by: jjkiers on September 09, 2010, 10:43:55 AM
In that case, I'll just wait another day or so, to see if it works then.
Title: Re: Guru test failing, although command from videos pass
Post by: broquea on September 09, 2010, 10:43:59 AM
Cache is fine. Your submitted URL had extra stuff on the end. I've removed the extra, please retest.
Title: Re: Guru test failing, although command from videos pass
Post by: jjkiers on September 09, 2010, 10:45:57 AM
Thanks, the test just passed. Quick response, by the way!