<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Powershell script to change from static to dynamic IP addressing</title>
	<atom:link href="http://thebackroomtech.com/2008/08/08/powershell-script-to-change-from-static-to-dynamic-ip-addressing/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebackroomtech.com/2008/08/08/powershell-script-to-change-from-static-to-dynamic-ip-addressing/</link>
	<description>serving up the info back room techs everywhere find interesting</description>
	<lastBuildDate>Thu, 19 Nov 2009 21:28:25 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sunnie</title>
		<link>http://thebackroomtech.com/2008/08/08/powershell-script-to-change-from-static-to-dynamic-ip-addressing/#comment-2631</link>
		<dc:creator>Sunnie</dc:creator>
		<pubDate>Tue, 28 Jul 2009 08:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=578#comment-2631</guid>
		<description>Hi, Julie
I have both IPv4 and IPv6 on my machine,
after I ran setdynamic.ps1, IPv6 is still static. 
then how to apply dynamic IP address on IPv6 using Powershell?</description>
		<content:encoded><![CDATA[<p>Hi, Julie<br />
I have both IPv4 and IPv6 on my machine,<br />
after I ran setdynamic.ps1, IPv6 is still static.<br />
then how to apply dynamic IP address on IPv6 using Powershell?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://thebackroomtech.com/2008/08/08/powershell-script-to-change-from-static-to-dynamic-ip-addressing/#comment-1682</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 09 Aug 2008 12:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=578#comment-1682</guid>
		<description>I use the following batch files to accomplish this...
To switch to dhcp
netsh interface ip set address &quot;Local Area Connection&quot; dhcp
netsh interface ip set dns &quot;Local Area Connection&quot; dhcp

To assign an ip address
netsh interface ip set address name=&quot;Local Area Connection&quot; static 192.168.1.6 255.255.255.0 192.168.1.1 1
netsh interface ip set dns &quot;Local Area Connection&quot; static 4.2.2.1

For static the first set is your ip, then subnet mask then gateway then metric. I use 4.2.2.1 as it&#039;s a public dns server and easy to remember.</description>
		<content:encoded><![CDATA[<p>I use the following batch files to accomplish this&#8230;<br />
To switch to dhcp<br />
netsh interface ip set address &#8220;Local Area Connection&#8221; dhcp<br />
netsh interface ip set dns &#8220;Local Area Connection&#8221; dhcp</p>
<p>To assign an ip address<br />
netsh interface ip set address name=&#8221;Local Area Connection&#8221; static 192.168.1.6 255.255.255.0 192.168.1.1 1<br />
netsh interface ip set dns &#8220;Local Area Connection&#8221; static 4.2.2.1</p>
<p>For static the first set is your ip, then subnet mask then gateway then metric. I use 4.2.2.1 as it&#8217;s a public dns server and easy to remember.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
