<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Ping range of IP addresses in parallel with fping</title>
	<atom:link href="http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 06:51:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=831</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lukas</title>
		<link>http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/comment-page-1/#comment-649333</link>
		<dc:creator>Lukas</dc:creator>
		<pubDate>Mon, 23 Jan 2012 22:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/#comment-649333</guid>
		<description>Hi, is anybody here yet?

I have a problem with fping or I dont know which parametr I have to use, becouse my result are diffent in many times:


root@deb0-manager:~# fping -a -q -g 10.6.0.0/24
10.6.0.1
10.6.0.104
10.6.0.114
10.6.0.115
10.6.0.116
10.6.0.184
root@deb0-manager:~# fping -a -q -g 10.6.0.0/24
10.6.0.1
10.6.0.104
root@deb0-manager:~# fping -a -q -g 10.6.0.0/24
10.6.0.1
10.6.0.104
10.6.0.184

The first is how it is in reality...
Have I change some parameters of fping? How? Please help me. Thnaks</description>
		<content:encoded><![CDATA[<p>Hi, is anybody here yet?</p>
<p>I have a problem with fping or I dont know which parametr I have to use, becouse my result are diffent in many times:</p>
<p>root@deb0-manager:~# fping -a -q -g 10.6.0.0/24<br />
10.6.0.1<br />
10.6.0.104<br />
10.6.0.114<br />
10.6.0.115<br />
10.6.0.116<br />
10.6.0.184<br />
root@deb0-manager:~# fping -a -q -g 10.6.0.0/24<br />
10.6.0.1<br />
10.6.0.104<br />
root@deb0-manager:~# fping -a -q -g 10.6.0.0/24<br />
10.6.0.1<br />
10.6.0.104<br />
10.6.0.184</p>
<p>The first is how it is in reality&#8230;<br />
Have I change some parameters of fping? How? Please help me. Thnaks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MoaVoa</title>
		<link>http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/comment-page-1/#comment-31211</link>
		<dc:creator>MoaVoa</dc:creator>
		<pubDate>Thu, 14 May 2009 09:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/#comment-31211</guid>
		<description>For ugly scan :

for i in `seq 1 255`; do echo -n &quot;192.168.1.$i - &quot; &gt;&gt; scan_lan.txt ;fping -n 192.168.1.$i &gt;&gt; scan_lan.txt; done

(need improvement ;p)</description>
		<content:encoded><![CDATA[<p>For ugly scan :</p>
<p>for i in `seq 1 255`; do echo -n &#8220;192.168.1.$i &#8211; &#8221; &gt;&gt; scan_lan.txt ;fping -n 192.168.1.$i &gt;&gt; scan_lan.txt; done</p>
<p>(need improvement ;p)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hozefa</title>
		<link>http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/comment-page-1/#comment-23643</link>
		<dc:creator>hozefa</dc:creator>
		<pubDate>Tue, 26 Aug 2008 22:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/#comment-23643</guid>
		<description>Can you guys help me install fping so that I can run it through Cygwin on a windows desktop.

Thanks</description>
		<content:encoded><![CDATA[<p>Can you guys help me install fping so that I can run it through Cygwin on a windows desktop.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kalyan</title>
		<link>http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/comment-page-1/#comment-23502</link>
		<dc:creator>kalyan</dc:creator>
		<pubDate>Fri, 25 Jul 2008 03:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/#comment-23502</guid>
		<description>Hi friends,

Thanx for all your replys.


cheers,
kalyan.</description>
		<content:encoded><![CDATA[<p>Hi friends,</p>
<p>Thanx for all your replys.</p>
<p>cheers,<br />
kalyan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alvaro</title>
		<link>http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/comment-page-1/#comment-23227</link>
		<dc:creator>alvaro</dc:creator>
		<pubDate>Tue, 15 Jul 2008 08:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/#comment-23227</guid>
		<description>Personally, i think it&#039;s better to use
&lt;code&gt; rm -rf /root/livestb.* &lt;/code&gt;

than 

&lt;code&gt; rm /root/livestb.* &amp;&amp; echo &quot;File removed successfully&quot; &lt;/code&gt;

By the way, i recommend you not to make scripts with root powers (uhm, quite dangerous).

Thanks</description>
		<content:encoded><![CDATA[<p>Personally, i think it&#8217;s better to use<br />
<code> rm -rf /root/livestb.* </code></p>
<p>than </p>
<p><code> rm /root/livestb.* &amp;&amp; echo "File removed successfully" </code></p>
<p>By the way, i recommend you not to make scripts with root powers (uhm, quite dangerous).</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pellgarlic</title>
		<link>http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/comment-page-1/#comment-3412</link>
		<dc:creator>pellgarlic</dc:creator>
		<pubDate>Tue, 05 Feb 2008 14:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/#comment-3412</guid>
		<description>it seems that you may be confusing the file that fping reads from, with a file you want to have the output stored in -

to have fping read from a file, do this:

fping -f /path/to/file

to save the ouput of fping to a file, do this:

fping -f /path/to/file &gt; /path/to/save/to

(the &quot;&gt;&quot; can be used to redirect the terminal output of any command-line command to a file)</description>
		<content:encoded><![CDATA[<p>it seems that you may be confusing the file that fping reads from, with a file you want to have the output stored in -</p>
<p>to have fping read from a file, do this:</p>
<p>fping -f /path/to/file</p>
<p>to save the ouput of fping to a file, do this:</p>
<p>fping -f /path/to/file &gt; /path/to/save/to</p>
<p>(the &#8220;&gt;&#8221; can be used to redirect the terminal output of any command-line command to a file)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pellgarlic</title>
		<link>http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/comment-page-1/#comment-3405</link>
		<dc:creator>pellgarlic</dc:creator>
		<pubDate>Tue, 05 Feb 2008 10:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/#comment-3405</guid>
		<description>so, maybe something like this:

fping -f /root/stb &gt; /root/livestb.`date +%d%I%M`</description>
		<content:encoded><![CDATA[<p>so, maybe something like this:</p>
<p>fping -f /root/stb &gt; /root/livestb.`date +%d%I%M`</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pellgarlic</title>
		<link>http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/comment-page-1/#comment-3404</link>
		<dc:creator>pellgarlic</dc:creator>
		<pubDate>Tue, 05 Feb 2008 10:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/#comment-3404</guid>
		<description>hi kalyan, what you&#039;re missing is the redirection... you would need to replace &quot;fping /root/stb&quot; with something like this:

&quot;fping -f /file/with/list/of/ips/to/ping &gt; results/of/fping&quot;

(i.e. - you need 2 files - 

1 - the list of ip addresses to ping
2 - the output of the fping command)</description>
		<content:encoded><![CDATA[<p>hi kalyan, what you&#8217;re missing is the redirection&#8230; you would need to replace &#8220;fping /root/stb&#8221; with something like this:</p>
<p>&#8220;fping -f /file/with/list/of/ips/to/ping &gt; results/of/fping&#8221;</p>
<p>(i.e. &#8211; you need 2 files &#8211; </p>
<p>1 &#8211; the list of ip addresses to ping<br />
2 &#8211; the output of the fping command)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalyan</title>
		<link>http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/comment-page-1/#comment-3397</link>
		<dc:creator>Kalyan</dc:creator>
		<pubDate>Tue, 05 Feb 2008 05:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/#comment-3397</guid>
		<description>Hi artiomix,pellgarlic

I am using below script my problem is here,i put this script in crontab to run daily 3 times and move the file &quot;stb&quot; to desktop of another system in the network by using &quot; mv /root/stb /root/livestb.`date +%d%I%M` &amp;&amp; scp livestb.* root@192.168.0.20:/root/Desktop&quot; as a script but final output on the desktop is empty file.

#!/bin/sh
#
#Script to ping all the hosts
#
rm /root/livestb.* &amp;&amp; echo &quot;File removed successfully&quot; #To remove previously run file
fping  /root/stb
echo &quot; ***completed*** &quot;
exit 0

Please can u correct me.

thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi artiomix,pellgarlic</p>
<p>I am using below script my problem is here,i put this script in crontab to run daily 3 times and move the file &#8220;stb&#8221; to desktop of another system in the network by using &#8221; mv /root/stb /root/livestb.`date +%d%I%M` &amp;&amp; scp livestb.* <a href="mailto:root@192.168.0.20">root@192.168.0.20</a>:/root/Desktop&#8221; as a script but final output on the desktop is empty file.</p>
<p>#!/bin/sh<br />
#<br />
#Script to ping all the hosts<br />
#<br />
rm /root/livestb.* &amp;&amp; echo &#8220;File removed successfully&#8221; #To remove previously run file<br />
fping  /root/stb<br />
echo &#8221; ***completed*** &#8221;<br />
exit 0</p>
<p>Please can u correct me.</p>
<p>thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: artiomix</title>
		<link>http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/comment-page-1/#comment-3323</link>
		<dc:creator>artiomix</dc:creator>
		<pubDate>Wed, 30 Jan 2008 14:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxscrew.com/2007/09/17/ping-range-of-ip-addresses-in-parallel-with-fping/#comment-3323</guid>
		<description>Hi Kalyan, you&#039;re more than welcome! :)</description>
		<content:encoded><![CDATA[<p>Hi Kalyan, you&#8217;re more than welcome! <img src='http://www.linuxscrew.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

