<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Bill Campbell escribió:
<blockquote cite="mid:20080728153647.GB28763@ayn.mi.celestial.com"
type="cite">
<pre wrap="">On Mon, Jul 28, 2008, Gopinath Achari wrote:
</pre>
<blockquote type="cite">
<pre wrap="">hi,
how to write a scripts which launches 10 pings to different
destinations at execution of single shell scripts
please help me any ideas
</pre>
</blockquote>
<pre wrap=""><!---->
If your goal is to test connectivity, you might look at the perl
Net::Ping module. ``perldoc Net::Ping'' has several examples of
checking one or more systems to see if they are alive.
BTW: Anybody know of a python equivalent to this?
Bill
</pre>
</blockquote>
Hello,<br>
<br>
I have done something before with nmap -sP <target> time ago.
Later you can grep the response to know whether an IP address is alive
or not.<br>
<br>
Hope it helps,<br>
<br>
<pre class="moz-signature" cols="72">--
Lorenzo Martínez Rodríguez
Consultor de seguridad informática
</pre>
</body>
</html>