<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>
<channel>
	<title>Blog.ChenHow.Net &#187; duplicate IP</title>
	<atom:link href="http://blog.chenhow.net/tag/duplicate-ip/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chenhow.net</link>
	<description>Tech news, reviews, linux tips &#38; tricks, gadgets, foods and life experience sharing</description>
	<lastBuildDate>Wed, 21 Dec 2011 03:32:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<copyright>Copyright &#xA9; Blog.ChenHow.Net 2010 </copyright>
	<managingEditor>chenhow@chenhow.net (Blog.ChenHow.Net)</managingEditor>
	<webMaster>chenhow@chenhow.net (Blog.ChenHow.Net)</webMaster>
	<image>
		<url>http://blog.chenhow.net/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Blog.ChenHow.Net</title>
		<link>http://blog.chenhow.net</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Tech news, reviews, linux tips &#38; tricks, gadgets, foods and life experience sharing</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>Blog.ChenHow.Net</itunes:author>
	<itunes:owner>
		<itunes:name>Blog.ChenHow.Net</itunes:name>
		<itunes:email>chenhow@chenhow.net</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://blog.chenhow.net/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>How To Find duplicate IP</title>
		<link>http://blog.chenhow.net/2009/05/18/linux/how-to-find-duplicate-ip/</link>
		<comments>http://blog.chenhow.net/2009/05/18/linux/how-to-find-duplicate-ip/#comments</comments>
		<pubDate>Mon, 18 May 2009 06:24:46 +0000</pubDate>
		<dc:creator>chenhow</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[duplicate IP]]></category>
		<category><![CDATA[linux command]]></category>
		<guid isPermaLink="false">http://blog.chenhow.net/?p=493</guid>
		<description><![CDATA[To find duplicate IP, you can create a text file and putting all the IP addresses into it and seperate them with line break. eg: Create a text file called ip.txt [root@www ~]# touch ip.txt Put all the ip into the file and save it [root@www ~]# vi ip.txt 192.168.1.22 192.167.1.22 192.168.1.23 192.168.1.23 192.168.1.70 192.168.1.88 [...]]]></description>
			<content:encoded><![CDATA[<p>To find duplicate IP, you can create a text file and putting all the IP addresses into it and seperate them with line break.</p>
<p>eg:</p>
<blockquote><p><span style="color: #c0c0c0;">Create a text file called ip.txt</span><br />
<span style="color: #ffffff;"> [root@www ~]#</span> <span style="color: #ffff00;">touch ip.txt</span></p>
<p><span style="color: #c0c0c0;">Put all the ip into the file and save it</span><br />
<span style="color: #ffffff;"> [root@www ~]#</span> <span style="color: #ffff00;">vi ip.txt</span><br />
<span style="color: #0000ff;"><br />
192.168.1.22<br />
192.167.1.22<br />
192.168.1.23<br />
192.168.1.23<br />
192.168.1.70<br />
192.168.1.88<br />
192.168.1.89<br />
192.168.1.40<br />
192.168.1.63<br />
192.168.1.77<br />
192.168.1.79<br />
192.168.1.78<br />
192.168.1.11<br />
192.168.1.82<br />
192.168.1.24<br />
192.168.1.91<br />
192.168.1.64<br />
192.168.1.94<br />
192.168.1.21<br />
192.168.1.96<br />
192.168.1.95<br />
192.168.1.69<br />
&#8220;ip.txt&#8221; 138 lines, 2138 characters</span></p>
<p><span style="color: #c0c0c0;">Execute below command to find the duplicate ip</span><br />
<span style="color: #ffffff;"> [root@www ~]#</span> <span style="color: #ffff00;">sort ip.txt | uniq -d</span></p>
<p><span style="color: #ff0000;">#It will display all the duplicate IP </span><br />
<span style="color: #0000ff;">192.168.1.22</span></p></blockquote>
<div  class="related_post_title">Related Posts</div><ul class="related_post"><li>No Related Posts</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.chenhow.net/2009/05/18/linux/how-to-find-duplicate-ip/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

