<?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>My Blog</title>
	<atom:link href="http://www.johnselkirk.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnselkirk.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 18 Apr 2012 01:03:21 +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>Switching between static and dynamic Dns</title>
		<link>http://www.johnselkirk.com/2012/04/18/switching-between-static-and-dynamic-dns/</link>
		<comments>http://www.johnselkirk.com/2012/04/18/switching-between-static-and-dynamic-dns/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 01:02:47 +0000</pubDate>
		<dc:creator>John Selkirk</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.johnselkirk.com/?p=4</guid>
		<description><![CDATA[I was fed up typing in the IP address of test machines that are on a different domain and dns within my network so decided to work out how to quickly switch to using that DNS when at work and &#8230; <a href="http://www.johnselkirk.com/2012/04/18/switching-between-static-and-dynamic-dns/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was fed up typing in the IP address of test machines that are on a different domain and dns within my network so decided to work out how to quickly switch to using that DNS when at work and back to dynamic when not.</p>
<p>It turns out to be really simple. The DNS being used is adapter specific which makes sense when you think of VPN and multiple other uses so you will need to know the name of the adpater you are using. </p>
<p>In my case it is &#8220;Wireless Network Connection&#8221;</p>
<p><code>netsh interface ip set dns "Wireless Network Connection" static <;ipaddress>;</code></p>
<p>to set it back:</p>
<p><code>netsh interface ip set dns "Wireless Network Connection" dhcp</code></p>
<p>netsh should be in your path so this can be run from any directory in the command line.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnselkirk.com/2012/04/18/switching-between-static-and-dynamic-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

