Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 Basics & Questions & General Chatter => Topic started by: b1izzard on December 14, 2009, 09:39:44 PM

Title: Daily tests
Post by: b1izzard on December 14, 2009, 09:39:44 PM
What's the deal with the daily tests?  I tried using them, but everything I try tells me I entered something invalid.  For example for the ipv6 ping test, I entered

ping6 2001:470:1f05:6db:382a:5450:30d8:3c49 and it says invalid.  Same thing for all the others (traceroute, dig, etc).  What is the format supposed to be if I am doing this incorrectly? 
Title: Re: Daily tests
Post by: broquea on December 14, 2009, 09:49:32 PM
The output from running the commands
Title: Re: Daily tests
Post by: b1izzard on December 14, 2009, 11:08:01 PM
The output is 'Looks like this is an invalid IPv6 ping!'  Here is the exact sequence:

I enter 'ping6 2001:470:1f05:6db:382a:5450:30d8:3c49', click 'submit' and get the following:

IPv6 Ping Test
Looks like this is an invalid IPv6 ping!

Submit one ping (IPv6) per day to get extra points towards your overall score on the general scorecard!

Please either ping6 an IPv6 IP address, or at least use the -n flag.

Please enter your ping below:
Title: Re: Daily tests
Post by: kcochran on December 14, 2009, 11:35:44 PM
What he meant is that you need to paste in the output from running the command itself into the Daily Test form.
Title: Re: Daily tests
Post by: cholzhauer on December 15, 2009, 05:23:05 AM
Don't worry, it took me a long time to figure it out too.  What you would need to enter is this

PING6(56=40+8+8 bytes) 2001:470:c27d:e000:20c:29ff:fe26:51b7 --> 2001:470:1f05:6db:382a:5450:30d8:3c49
16 bytes from 2001:470:1f05:6db:382a:5450:30d8:3c49, icmp_seq=0 hlim=57 time=84.775 ms
16 bytes from 2001:470:1f05:6db:382a:5450:30d8:3c49, icmp_seq=1 hlim=57 time=34.591 ms
^C
--- 2001:470:1f05:6db:382a:5450:30d8:3c49 ping6 statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 34.591/59.683/84.775/25.092 ms
Title: Re: Daily tests
Post by: b1izzard on December 15, 2009, 07:11:20 AM
Ok.  Now I've got it.  I tried pasting in what you sent me and it accepted it.  It seems to be misleading by not specifying that it needs the output.  I never would have guessed that one.  Thanks for your help.
Title: Re: Daily tests
Post by: cholzhauer on December 15, 2009, 07:12:39 AM
Not a problem..like I said, it took me a while to figure that too.

http://sixy.ch is your friend for those tests
Title: Re: Daily tests
Post by: udha on December 21, 2009, 03:39:33 AM
Try this command:

ping -6 -c 4 -n ipv6.google.com

This will use (in Linux) ipv6 to ping, it will count 4 echos, and will not do a lookup, that way the paste will show IPv6 addresses in the reply, and you will pass the test.
Title: Re: Daily tests
Post by: bombcar on January 29, 2010, 08:32:47 AM
My Linux didn't like ping -6, it wanted ping6, but it worked, I passed the test, and went into the west.
Title: Re: Daily tests
Post by: udha on January 31, 2010, 09:02:41 PM
bombcar; my apologies, it is indeed ping6 for linux, not ping -6. I'm glad you got it working.