<?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 Out All Live Hosts IP Addresses Connected on Network in Linux	</title>
	<atom:link href="https://www.tecmint.com/find-live-hosts-ip-addresses-on-linux-network/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/find-live-hosts-ip-addresses-on-linux-network/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 01:39:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/find-live-hosts-ip-addresses-on-linux-network/comment-page-1/#comment-842961</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 29 Nov 2016 22:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23530#comment-842961</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/find-live-hosts-ip-addresses-on-linux-network/comment-page-1/#comment-842678&quot;&gt;Rms-Mit&lt;/a&gt;.

@Rms-Mit 

That is correct, and because the we have been using IPv4 on our LANs, we did not mention any point concerning IPv6 support here. However, recent versions of &lt;strong&gt;Nmap&lt;/strong&gt; offer support for IPv6 and you can read more from here: https://nmap.org/ and here is an additional resource providing more insights on scanning IPv6 addresses using Nmap: http://security.stackexchange.com/questions/51523/how-do-i-use-nmap-to-scan-a-range-of-ipv6-addresses.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/find-live-hosts-ip-addresses-on-linux-network/comment-page-1/#comment-842678">Rms-Mit</a>.</p>
<p>@Rms-Mit </p>
<p>That is correct, and because the we have been using IPv4 on our LANs, we did not mention any point concerning IPv6 support here. However, recent versions of <strong>Nmap</strong> offer support for IPv6 and you can read more from here: <a target="_blank" href="https://nmap.org/" rel="nofollow ugc">https://nmap.org/</a> and here is an additional resource providing more insights on scanning IPv6 addresses using Nmap: <a target="_blank" href="http://security.stackexchange.com/questions/51523/how-do-i-use-nmap-to-scan-a-range-of-ipv6-addresses" rel="nofollow ugc">http://security.stackexchange.com/questions/51523/how-do-i-use-nmap-to-scan-a-range-of-ipv6-addresses</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/find-live-hosts-ip-addresses-on-linux-network/comment-page-1/#comment-842952</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 29 Nov 2016 21:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23530#comment-842952</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/find-live-hosts-ip-addresses-on-linux-network/comment-page-1/#comment-842483&quot;&gt;Mace Moneta&lt;/a&gt;.

@Mace 

This is an effective and reliable option as well, thanks for sharing this tip with us.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/find-live-hosts-ip-addresses-on-linux-network/comment-page-1/#comment-842483">Mace Moneta</a>.</p>
<p>@Mace </p>
<p>This is an effective and reliable option as well, thanks for sharing this tip with us.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rms-Mit		</title>
		<link>https://www.tecmint.com/find-live-hosts-ip-addresses-on-linux-network/comment-page-1/#comment-842678</link>

		<dc:creator><![CDATA[Rms-Mit]]></dc:creator>
		<pubDate>Tue, 29 Nov 2016 01:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23530#comment-842678</guid>

					<description><![CDATA[This will work on IPv4 but not on an IPv6 network. a sub-net on IPv6 has 64 bits of address space in each sub-net. It would take a 1000 years for a fast computer to scan that IP range. I was hoping that there might be a reference to some Neighbor discovery tool to achieve this on an IPv6 network]]></description>
			<content:encoded><![CDATA[<p>This will work on IPv4 but not on an IPv6 network. a sub-net on IPv6 has 64 bits of address space in each sub-net. It would take a 1000 years for a fast computer to scan that IP range. I was hoping that there might be a reference to some Neighbor discovery tool to achieve this on an IPv6 network</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mace Moneta		</title>
		<link>https://www.tecmint.com/find-live-hosts-ip-addresses-on-linux-network/comment-page-1/#comment-842483</link>

		<dc:creator><![CDATA[Mace Moneta]]></dc:creator>
		<pubDate>Mon, 28 Nov 2016 20:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23530#comment-842483</guid>

					<description><![CDATA[Using nmap is an active scan, but that&#039;s not necessary for this purpose. All hosts arp to identify themselves to other hosts on the network, so simply displaying the arp table will show you what you want, instantly.

arp -n &#124; grep -v &quot;incomplete\&#124;Flags&quot; &#124; sort -V]]></description>
			<content:encoded><![CDATA[<p>Using nmap is an active scan, but that&#8217;s not necessary for this purpose. All hosts arp to identify themselves to other hosts on the network, so simply displaying the arp table will show you what you want, instantly.</p>
<p>arp -n | grep -v &#8220;incomplete\|Flags&#8221; | sort -V</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/find-live-hosts-ip-addresses-on-linux-network/comment-page-1/#comment-842266</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 28 Nov 2016 05:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23530#comment-842266</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/find-live-hosts-ip-addresses-on-linux-network/comment-page-1/#comment-841778&quot;&gt;Mightyjordi&lt;/a&gt;.

@Mighty,

I suggest you to read our complete Nmap guide for finding out all live non assigned IP address at &lt;a href=&quot;http://www.tecmint.com/nmap-network-security-scanner-in-kali-linux/&quot; target=&quot;_blank&quot;&gt;http://www.tecmint.com/nmap-network-security-scanner-in-kali-linux/&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/find-live-hosts-ip-addresses-on-linux-network/comment-page-1/#comment-841778">Mightyjordi</a>.</p>
<p>@Mighty,</p>
<p>I suggest you to read our complete Nmap guide for finding out all live non assigned IP address at <a target="_blank" href="http://www.tecmint.com/nmap-network-security-scanner-in-kali-linux/" target="_blank">http://www.tecmint.com/nmap-network-security-scanner-in-kali-linux/</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
