2002-10-03 14:41:15 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# $Id$
|
|
|
|
|
|
|
|
echo ""
|
|
|
|
echo "Since this tests tries remote servers, a failure is not always "
|
|
|
|
echo " echoping's fault: it may be a network problem."
|
|
|
|
|
2007-03-08 20:22:42 +00:00
|
|
|
./echoping -6 -h / -v www.ripe.net
|
2002-10-03 14:41:15 +00:00
|
|
|
|
2007-03-08 20:22:42 +00:00
|
|
|
./echoping -6 -h / -v www.afnic.fr
|
2002-10-03 14:41:15 +00:00
|
|
|
|
2007-03-08 20:22:42 +00:00
|
|
|
./echoping -6 -v -R -h / "[2001:4f8:0:2::d]:80" # RFC 2732
|
2003-11-07 13:52:18 +00:00
|
|
|
|
|
|
|
# We force the use of IPv6 with -6 because some libc (Solaris) are
|
|
|
|
# smart enough to send only the IPv4 adresses to the application if
|
|
|
|
# the machine has no IPv6 connectivity.
|
2002-10-03 14:41:15 +00:00
|
|
|
|