<?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/"
		>
<channel>
	<title>Comments on: DHCP &amp; Static IP Settings in Windows Registry</title>
	<atom:link href="http://www.windowsreference.com/networking/dhcp-static-ip-settings-in-windows-registry/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.windowsreference.com/networking/dhcp-static-ip-settings-in-windows-registry/</link>
	<description>Windows 7 2008 2003 Vista XP 2000 Ms Office Tutorials Fixes Tips</description>
	<lastBuildDate>Fri, 06 Nov 2009 15:40:37 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martijn</title>
		<link>http://www.windowsreference.com/networking/dhcp-static-ip-settings-in-windows-registry/comment-page-1/#comment-2107</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Tue, 07 Jul 2009 08:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.windowsreference.com/windows-vista/dhcp-static-ip-settings-in-windows-registry/#comment-2107</guid>
		<description>That should not be too hard... By far the easiest option is using DHCP on both networks, if you have a DSL router at home it should be easy to use that device as your DHCP server. I don;t know about your office infrastructure, but a DHCP server should not be too hard to setup...

If you want to stick with fixed IP addresses, try the command line tool NetSh.
NetSh /? should give you a good indication what it can do, but I&#039;ll give the first examples:

netsh interface ip set address name=&quot;Local Area Connection&quot; static 192.168.168.10 255.255.255.0 192.168.168.1 1 
&#039; Used to set the address to 192.168.168.10 with gateway 192.168.168.1

netsh interface ip set dns &quot;Local Area Connection&quot; static 192.168.200.200
&#039; Set the 1st DNS server fixed to 192.168.200.200

netsh interface ip add dns &quot;Local Area Connection&quot; 192.168.200.201
&#039; Set the secondary DNS server 

netsh interface ip set wins &quot;Local Area Connection&quot; static 192.168.200.202
&#039; Set the WINS server

Keep in mind that the command accesses your netwerk interface by name, so change the name &quot;Local Area Connection&quot; to whatever your network card is labeled. 
You can easily put these NetSH commands in a batchfile, and thus create two batchfiles that do the trick (one for office settings, one for home settings).
Good luck!</description>
		<content:encoded><![CDATA[<p>That should not be too hard&#8230; By far the easiest option is using DHCP on both networks, if you have a DSL router at home it should be easy to use that device as your DHCP server. I don;t know about your office infrastructure, but a DHCP server should not be too hard to setup&#8230;</p>
<p>If you want to stick with fixed IP addresses, try the command line tool NetSh.<br />
NetSh /? should give you a good indication what it can do, but I&#8217;ll give the first examples:</p>
<p>netsh interface ip set address name=&#8221;Local Area Connection&#8221; static 192.168.168.10 255.255.255.0 192.168.168.1 1<br />
&#8216; Used to set the address to 192.168.168.10 with gateway 192.168.168.1</p>
<p>netsh interface ip set dns &#8220;Local Area Connection&#8221; static 192.168.200.200<br />
&#8216; Set the 1st DNS server fixed to 192.168.200.200</p>
<p>netsh interface ip add dns &#8220;Local Area Connection&#8221; 192.168.200.201<br />
&#8216; Set the secondary DNS server </p>
<p>netsh interface ip set wins &#8220;Local Area Connection&#8221; static 192.168.200.202<br />
&#8216; Set the WINS server</p>
<p>Keep in mind that the command accesses your netwerk interface by name, so change the name &#8220;Local Area Connection&#8221; to whatever your network card is labeled.<br />
You can easily put these NetSH commands in a batchfile, and thus create two batchfiles that do the trick (one for office settings, one for home settings).<br />
Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: towfx</title>
		<link>http://www.windowsreference.com/networking/dhcp-static-ip-settings-in-windows-registry/comment-page-1/#comment-1612</link>
		<dc:creator>towfx</dc:creator>
		<pubDate>Mon, 13 Apr 2009 16:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.windowsreference.com/windows-vista/dhcp-static-ip-settings-in-windows-registry/#comment-1612</guid>
		<description>Having to change IP address 2 times daily piss me off.

My laptop use different IP at office, and need to change to other IP at home. 

Googling for solutions land me here. I wonder how the others dealing with multiple IP.</description>
		<content:encoded><![CDATA[<p>Having to change IP address 2 times daily piss me off.</p>
<p>My laptop use different IP at office, and need to change to other IP at home. </p>
<p>Googling for solutions land me here. I wonder how the others dealing with multiple IP.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
