<?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: List all machines connected to a LAN with additional details on each</title>
	<atom:link href="http://www.suramya.com/blog/2010/01/getting-a-list-of-all-machines-connected-to-a-lan-with-additional-details/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.suramya.com/blog/2010/01/getting-a-list-of-all-machines-connected-to-a-lan-with-additional-details/</link>
	<description>Welcome to my crazy life...</description>
	<lastBuildDate>Wed, 27 Mar 2013 19:15:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: SVK</title>
		<link>http://www.suramya.com/blog/2010/01/getting-a-list-of-all-machines-connected-to-a-lan-with-additional-details/comment-page-1/#comment-160614</link>
		<dc:creator>SVK</dc:creator>
		<pubDate>Tue, 19 Apr 2011 05:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.suramya.com/blog/?p=1151#comment-160614</guid>
		<description>i am also trying for the same but not able to get 
i am uisng asp.net web application 
i am able to get all the systems names in LAN aswell as their IP 
but i am not able to get the details of the systems in LAN lie their processor, type, RAM  , port no used etc

i tried many ways hop e to get it solved</description>
		<content:encoded><![CDATA[<p>i am also trying for the same but not able to get<br />
i am uisng asp.net web application<br />
i am able to get all the systems names in LAN aswell as their IP<br />
but i am not able to get the details of the systems in LAN lie their processor, type, RAM  , port no used etc</p>
<p>i tried many ways hop e to get it solved</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen Kumar K</title>
		<link>http://www.suramya.com/blog/2010/01/getting-a-list-of-all-machines-connected-to-a-lan-with-additional-details/comment-page-1/#comment-147939</link>
		<dc:creator>Naveen Kumar K</dc:creator>
		<pubDate>Mon, 20 Dec 2010 08:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.suramya.com/blog/?p=1151#comment-147939</guid>
		<description>Hi suramya,
                 I want to check all the systems ip address and gateways which is connected in my local lan network, Can you please tel me where we find the software for.

Regards,
Naveen.</description>
		<content:encoded><![CDATA[<p>Hi suramya,<br />
                 I want to check all the systems ip address and gateways which is connected in my local lan network, Can you please tel me where we find the software for.</p>
<p>Regards,<br />
Naveen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehul Ved</title>
		<link>http://www.suramya.com/blog/2010/01/getting-a-list-of-all-machines-connected-to-a-lan-with-additional-details/comment-page-1/#comment-142788</link>
		<dc:creator>Mehul Ved</dc:creator>
		<pubDate>Fri, 15 Oct 2010 15:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.suramya.com/blog/?p=1151#comment-142788</guid>
		<description>oops the previous comment was addressed to Ahamed. My bad.</description>
		<content:encoded><![CDATA[<p>oops the previous comment was addressed to Ahamed. My bad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehul Ved</title>
		<link>http://www.suramya.com/blog/2010/01/getting-a-list-of-all-machines-connected-to-a-lan-with-additional-details/comment-page-1/#comment-142787</link>
		<dc:creator>Mehul Ved</dc:creator>
		<pubDate>Fri, 15 Oct 2010 15:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.suramya.com/blog/?p=1151#comment-142787</guid>
		<description>Suramya,
You don&#039;t need to install any software on the client. nmap will only be installed on the server. And it will report all the machines connected to the network.</description>
		<content:encoded><![CDATA[<p>Suramya,<br />
You don&#8217;t need to install any software on the client. nmap will only be installed on the server. And it will report all the machines connected to the network.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suramya</title>
		<link>http://www.suramya.com/blog/2010/01/getting-a-list-of-all-machines-connected-to-a-lan-with-additional-details/comment-page-1/#comment-142229</link>
		<dc:creator>Suramya</dc:creator>
		<pubDate>Sat, 02 Oct 2010 17:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.suramya.com/blog/?p=1151#comment-142229</guid>
		<description>Well.. you could put a for loop and ping each IP address in the subnet. If you get a response then that is a valid machine. Can&#039;t think of ways to get additional info without using nmap or something similar.

In any case nmap is usually installed by default on most linux systems.

- Suramya</description>
		<content:encoded><![CDATA[<p>Well.. you could put a for loop and ping each IP address in the subnet. If you get a response then that is a valid machine. Can&#8217;t think of ways to get additional info without using nmap or something similar.</p>
<p>In any case nmap is usually installed by default on most linux systems.</p>
<p>- Suramya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahamed</title>
		<link>http://www.suramya.com/blog/2010/01/getting-a-list-of-all-machines-connected-to-a-lan-with-additional-details/comment-page-1/#comment-142019</link>
		<dc:creator>Ahamed</dc:creator>
		<pubDate>Tue, 28 Sep 2010 17:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.suramya.com/blog/?p=1151#comment-142019</guid>
		<description>Thnx suramya...
do you have any idea to get details about connected machines without using any s/w??
If you have please reply..
Bcs Im trying to create a s/w to get details about connected machines without installing any s/w on client machines.</description>
		<content:encoded><![CDATA[<p>Thnx suramya&#8230;<br />
do you have any idea to get details about connected machines without using any s/w??<br />
If you have please reply..<br />
Bcs Im trying to create a s/w to get details about connected machines without installing any s/w on client machines.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
