<?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/"
	>

<channel>
	<title>Echo Hosting &#187; Uncategorized</title>
	<atom:link href="http://echohosting.net/topics/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://echohosting.net</link>
	<description>Professional Web Hosting Since 2008</description>
	<lastBuildDate>Tue, 27 Mar 2012 22:02:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Adding multiple IP&#8217;s with netch</title>
		<link>http://echohosting.net/adding-multiple-ips-with-netch</link>
		<comments>http://echohosting.net/adding-multiple-ips-with-netch#comments</comments>
		<pubDate>Fri, 22 Jul 2011 22:39:19 +0000</pubDate>
		<dc:creator>echohosting</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://173.225.89.134/?p=33</guid>
		<description><![CDATA[Ever wanted to add 200 ip addresses to Windows Server with one command instead of manually configure it on the interface? Netsh will help you to save time. You can use this quick batch command in cmd: FOR /L %I IN (2,1,254) DO netsh interface ip add address "Local Area Connection" 10.0.0.%I 255.255.255.0 This example [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Ever wanted to add 200 ip addresses to Windows Server with one command instead of manually configure it on the interface? Netsh will help you to save time.<br />
You can use this quick batch command in cmd:</p>
<pre><span style="color: #800080;">FOR /L %I IN (2,1,254) DO netsh interface ip add address "Local Area Connection" 10.0.0.%I</span> 255.255.255.0</pre>
<p>This example will add ip addresses from 10.0.0.2 to 10.0.0.254 with 1 step each time.<br />
You can play with this example and change the place of <code>%I</code> to say add ip addresses from 10.0.1.1 to 10.0.200.1 and so on.<br />
Do not forget to change the name of the interface (<code>"Local Area Connection"</code>) to the exact name of the interface you would like to use.</p>
]]></content:encoded>
			<wfw:commentRss>http://echohosting.net/adding-multiple-ips-with-netch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

