2000-06-25 14:23:00 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2000-06-30 09:47:45 +00:00
|
|
|
# $Id$
|
|
|
|
|
2000-06-25 14:23:00 +00:00
|
|
|
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-11 20:49:30 +00:00
|
|
|
# There are no more public echo servers :-(
|
|
|
|
#./echoping echo.example.org
|
2001-01-25 15:27:41 +00:00
|
|
|
|
2001-01-19 15:05:15 +00:00
|
|
|
./echoping -h / www.debian.org
|
2000-06-25 14:23:00 +00:00
|
|
|
|
2007-03-11 20:49:30 +00:00
|
|
|
./echoping -h / www.afnic.fr
|
2000-06-25 14:23:00 +00:00
|
|
|
|
2002-10-03 11:51:12 +00:00
|
|
|
./echoping -S mx3.hotmail.com
|