
<?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: Find all active IP addresses in an network</title>
	<atom:link href="http://liamm.com/linux/find-all-active-ip-addresses-in-an-network/feed" rel="self" type="application/rss+xml" />
	<link>http://liamm.com/linux/find-all-active-ip-addresses-in-an-network</link>
	<description>Your source of Obscure Tech Jargon and miscellaneous Geekery since 2003</description>
	<lastBuildDate>Fri, 20 Jan 2012 10:55:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alexander</title>
		<link>http://liamm.com/linux/find-all-active-ip-addresses-in-an-network#comment-2943</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Sat, 12 Nov 2011 16:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.liamm.com/?p=182#comment-2943</guid>
		<description>Thanks, was a great help </description>
		<content:encoded><![CDATA[<p>Thanks, was a great help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NamQuoc</title>
		<link>http://liamm.com/linux/find-all-active-ip-addresses-in-an-network#comment-2934</link>
		<dc:creator>NamQuoc</dc:creator>
		<pubDate>Tue, 13 Sep 2011 04:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.liamm.com/?p=182#comment-2934</guid>
		<description>thanks you! </description>
		<content:encoded><![CDATA[<p>thanks you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijeet Gore</title>
		<link>http://liamm.com/linux/find-all-active-ip-addresses-in-an-network#comment-2912</link>
		<dc:creator>Abhijeet Gore</dc:creator>
		<pubDate>Fri, 05 Aug 2011 04:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.liamm.com/?p=182#comment-2912</guid>
		<description>Your way is simplest of all, cool, It Worked for me too, thanks</description>
		<content:encoded><![CDATA[<p>Your way is simplest of all, cool, It Worked for me too, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://liamm.com/linux/find-all-active-ip-addresses-in-an-network#comment-2609</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 13 Apr 2011 03:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.liamm.com/?p=182#comment-2609</guid>
		<description>great, it works for me! </description>
		<content:encoded><![CDATA[<p>great, it works for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Dean</title>
		<link>http://liamm.com/linux/find-all-active-ip-addresses-in-an-network#comment-2602</link>
		<dc:creator>Gary Dean</dc:creator>
		<pubDate>Mon, 07 Mar 2011 06:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.liamm.com/?p=182#comment-2602</guid>
		<description>for ip in $(seq 1 254); do ping -c 1 192.168.1.$ip&gt;/dev/null; [ $? -eq 0 ] &amp;&amp; echo &#8220;192.168.1.$ip UP&#8221; &#124;&#124; : ; done 
 
OR quite a bit faster: 
 
nmap -sP 192.168.0.0/24 &#124; grep -oE &#039;([[:digit:]]{1,3}.){3}[[:digit:]]{1,3}&#039; 
 </description>
		<content:encoded><![CDATA[<p>for ip in $(seq 1 254); do ping -c 1 192.168.1.$ip&gt;/dev/null; [ $? -eq 0 ] &amp;&amp; echo &ldquo;192.168.1.$ip UP&rdquo; || : ; done </p>
<p>OR quite a bit faster: </p>
<p>nmap -sP 192.168.0.0/24 | grep -oE &#039;([[:digit:]]{1,3}.){3}[[:digit:]]{1,3}&#039;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @iankits</title>
		<link>http://liamm.com/linux/find-all-active-ip-addresses-in-an-network#comment-2517</link>
		<dc:creator>@iankits</dc:creator>
		<pubDate>Wed, 26 May 2010 11:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.liamm.com/?p=182#comment-2517</guid>
		<description>Thanks. This worked for me. :) nice article. </description>
		<content:encoded><![CDATA[<p>Thanks. This worked for me. <img src='http://liamm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  nice article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zebi</title>
		<link>http://liamm.com/linux/find-all-active-ip-addresses-in-an-network#comment-2510</link>
		<dc:creator>zebi</dc:creator>
		<pubDate>Tue, 04 May 2010 18:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.liamm.com/?p=182#comment-2510</guid>
		<description>nik ou mouk  
 </description>
		<content:encoded><![CDATA[<p>nik ou mouk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j_nukis</title>
		<link>http://liamm.com/linux/find-all-active-ip-addresses-in-an-network#comment-2501</link>
		<dc:creator>j_nukis</dc:creator>
		<pubDate>Fri, 16 Apr 2010 09:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.liamm.com/?p=182#comment-2501</guid>
		<description>Not working !!! </description>
		<content:encoded><![CDATA[<p>Not working !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: L Libal</title>
		<link>http://liamm.com/linux/find-all-active-ip-addresses-in-an-network#comment-2411</link>
		<dc:creator>L Libal</dc:creator>
		<pubDate>Mon, 17 Aug 2009 20:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.liamm.com/?p=182#comment-2411</guid>
		<description>This didn&#039;t work for me. </description>
		<content:encoded><![CDATA[<p>This didn&#039;t work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santu</title>
		<link>http://liamm.com/linux/find-all-active-ip-addresses-in-an-network#comment-1003</link>
		<dc:creator>Santu</dc:creator>
		<pubDate>Fri, 07 Nov 2008 18:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.liamm.com/?p=182#comment-1003</guid>
		<description>There is also a gui program that does roughly the same thing http://www.angryziber.com/w/Home</description>
		<content:encoded><![CDATA[<p>There is also a gui program that does roughly the same thing <a href="http://www.angryziber.com/w/Home" rel="nofollow">http://www.angryziber.com/w/Home</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

