<?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>EchoHosting &#187; ipconfig</title>
	<atom:link href="http://echohosting.net/tags/ipconfig/feed" rel="self" type="application/rss+xml" />
	<link>http://echohosting.net</link>
	<description>Professional Website Hosting</description>
	<lastBuildDate>Tue, 02 Mar 2010 19:04:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ipconfig</title>
		<link>http://echohosting.net/ipconfig</link>
		<comments>http://echohosting.net/ipconfig#comments</comments>
		<pubDate>Tue, 02 Mar 2010 18:49:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ipconfig]]></category>

		<guid isPermaLink="false">http://echohosting.net/?p=222</guid>
		<description><![CDATA[Ipconfig Syntax ipconfig [/all] [/renew [Adapter]] [/release [Adapter]] [/flushdns] [/displaydns] [/registerdns] [/showclassid Adapter] [/setclassid Adapter [ClassID]] Parameters /all : Displays the full TCP/IP configuration for all adapters. Without this parameter, ipconfig displays only the IP address, subnet mask, and default gateway values for each adapter. Adapters can represent physical interfaces, such as installed network adapters, [...]]]></description>
			<content:encoded><![CDATA[<h1>Ipconfig</h1>
<div>
<h3 id="EEAA">Syntax</h3>
<div><strong>ipconfig</strong> [<strong>/all</strong>] [<strong>/renew</strong> [<em>Adapter</em>]] [<strong>/release</strong> [<em>Adapter</em>]] [<strong>/flushdns</strong>] [<strong>/displaydns</strong>] [<strong>/registerdns</strong>] [<strong>/showclassid</strong> <em>Adapter</em>] [<strong>/setclassid</strong> <em>Adapter</em> [<em>ClassID</em>]]</div>
<h3 id="EDAA">Parameters</h3>
<p><strong>/all</strong> <strong> </strong> <strong>: </strong>Displays the full TCP/IP configuration for all adapters. Without this parameter, <strong>ipconfig</strong> displays only the IP address, subnet mask, and default gateway values for each adapter. Adapters can represent physical interfaces, such as installed network adapters, or logical interfaces, such as dial-up connections.</p>
<p><strong>/renew</strong> <strong>[</strong> <strong><em>Adapter</em> </strong><strong>] </strong><strong>: </strong>Renews DHCP configuration for all adapters (if an adapter is not specified) or for a specific adapter if the <em>Adapter</em> parameter is included. This parameter is available only on computers with adapters that are configured to obtain an IP address automatically. To specify an adapter name, type the adapter name that appears when you use <strong>ipconfig</strong> without parameters.</p>
<p><strong>/release</strong> <strong>[</strong> <strong><em>Adapter</em> </strong><strong>] </strong><strong>: </strong>Sends a DHCPRELEASE message to the DHCP server to release the current DHCP configuration and discard the IP address configuration for either all adapters (if an adapter is not specified) or for a specific adapter if the <em>Adapter</em> parameter is included. This parameter disables TCP/IP for adapters configured to obtain an IP address automatically. To specify an adapter name, type the adapter name that appears when you use <strong>ipconfig</strong> without parameters.</p>
<p><strong>/flushdns</strong> <strong> </strong> <strong>: </strong>Flushes and resets the contents of the DNS client resolver cache. During DNS troubleshooting, you can use this procedure to discard negative cache entries from the cache, as well as any other entries that have been added dynamically.</p>
<p><strong>/displaydns</strong> <strong> </strong> <strong>: </strong>Displays the contents of the DNS client resolver cache, which includes both entries preloaded from the local Hosts file and any recently obtained resource records for name queries resolved by the computer. The DNS Client service uses this information to resolve frequently queried names quickly, before querying its configured DNS servers.</p>
<p><strong>/registerdns</strong> <strong> </strong> <strong>: </strong>Initiates manual dynamic registration for the DNS names and IP addresses that are configured at a computer. You can use this parameter to troubleshoot a failed DNS name registration or resolve a dynamic update problem between a client and the DNS server without rebooting the client computer. The DNS settings in the advanced properties of the TCP/IP protocol determine which names are registered in DNS.</p>
<p><strong>/showclassid</strong> <strong> </strong> <strong><em>Adapter</em> </strong><strong> </strong> <strong>: </strong>Displays the DHCP class ID for a specified adapter. To see the DHCP class ID for all adapters, use the asterisk (<strong>*</strong>) wildcard character in place of <em>Adapter</em>. This parameter is available only on computers with adapters that are configured to obtain an IP address automatically.</p>
<p><strong>/setclassid</strong> <strong> </strong> <strong><em>Adapter</em> </strong><strong>[</strong> <strong><em>ClassID</em> </strong><strong>] </strong><strong>: </strong>Configures the DHCP class ID for a specified adapter. To set the DHCP class ID for all adapters, use the asterisk (<strong>*</strong>) wildcard character in place of <em>Adapter</em>. This parameter is available only on computers with adapters that are configured to obtain an IP address automatically. If a DHCP class ID is not specified, the current class ID is removed.</p>
<div><strong>/?</strong> <strong>: </strong>Displays help at the command prompt.</div>
<div><strong>Examples</strong></div>
<div>
<p>To display the basic TCP/IP configuration for all adapters, type:</p>
<p><strong>ipconfig</strong></p>
<p>To display the full TCP/IP configuration for all adapters, type:</p>
<p><strong>ipconfig /all</strong></p>
<p>To renew a DHCP-assigned IP address configuration for only the <strong>Local Area Connection</strong> adapter, type:</p>
<p><strong>ipconfig /renew &#8220;Local Area Connection&#8221;</strong></p>
<p>To flush the DNS resolver cache when troubleshooting DNS name resolution problems, type:</p>
<p><strong>ipconfig /flushdns</strong></p>
<p>To display the DHCP class ID for all adapters with names that start with <em>Local</em>, type:</p>
<p><strong>ipconfig /showclassid Local*</strong></p>
<p>To set the DHCP class ID for the <strong>Local Area Connection</strong> adapter to <em>TEST</em>, type:</p>
<p><strong>ipconfig /setclassid &#8220;Local Area Connection&#8221; TEST</strong></p>
</div>
</div>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fechohosting.net%2Fipconfig&amp;title=Ipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fechohosting.net%2Fipconfig&amp;title=Ipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fechohosting.net%2Fipconfig&amp;title=Ipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fechohosting.net%2Fipconfig&amp;headline=Ipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Ipconfig&amp;url=http%3A%2F%2Fechohosting.net%2Fipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Ipconfig&amp;u=http%3A%2F%2Fechohosting.net%2Fipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Ipconfig&amp;url=http%3A%2F%2Fechohosting.net%2Fipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Ipconfig&amp;url=http%3A%2F%2Fechohosting.net%2Fipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Ipconfig&amp;url=http%3A%2F%2Fechohosting.net%2Fipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fechohosting.net%2Fipconfig&amp;title=Ipconfig&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fechohosting.net%2Fipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fechohosting.net%2Fipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fechohosting.net%2Fipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://echohosting.net/ipconfig/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
