<?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: Prevent registration of multiple IP addresses in DNS</title>
	<atom:link href="http://www.binarywar.com/2010/01/prevent-registration-of-multiple-ip-addresses-in-dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.binarywar.com/2010/01/prevent-registration-of-multiple-ip-addresses-in-dns/</link>
	<description>My KB.  If it helps someone else who is searching for answers...great!</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:07:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
	<item>
		<title>By: Tom R.</title>
		<link>http://www.binarywar.com/2010/01/prevent-registration-of-multiple-ip-addresses-in-dns/comment-page-1/#comment-463</link>
		<dc:creator>Tom R.</dc:creator>
		<pubDate>Thu, 08 Sep 2011 15:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarywar.com/?p=278#comment-463</guid>
		<description>Thank you, sir! After digging around in dozens of threads where there were dozens of solutions, none of which seemed to work, keeping the DNS role from binding to my second NIC resolved this problem.

Seems obvious in retrospect!</description>
		<content:encoded><![CDATA[<p>Thank you, sir! After digging around in dozens of threads where there were dozens of solutions, none of which seemed to work, keeping the DNS role from binding to my second NIC resolved this problem.</p>
<p>Seems obvious in retrospect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Itchy</title>
		<link>http://www.binarywar.com/2010/01/prevent-registration-of-multiple-ip-addresses-in-dns/comment-page-1/#comment-138</link>
		<dc:creator>Itchy</dc:creator>
		<pubDate>Wed, 01 Dec 2010 20:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarywar.com/?p=278#comment-138</guid>
		<description>Take 2 - Forgot HTML escape codes:

Netsh int ipv4 add address &lt;Interface Name&gt; &lt;ip address&gt; &lt;mask&gt; skipassource=true</description>
		<content:encoded><![CDATA[<p>Take 2 &#8211; Forgot HTML escape codes:</p>
<p>Netsh int ipv4 add address &lt;Interface Name&gt; &lt;ip address&gt; &lt;mask&gt; skipassource=true</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Itchy</title>
		<link>http://www.binarywar.com/2010/01/prevent-registration-of-multiple-ip-addresses-in-dns/comment-page-1/#comment-136</link>
		<dc:creator>Itchy</dc:creator>
		<pubDate>Wed, 01 Dec 2010 20:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarywar.com/?p=278#comment-136</guid>
		<description>Single Server Multiple IPs:

http://support.microsoft.com/kb/975808/EN-US
It will install on Windows 2008 server as well not just Vista.

Then register new IPs from command line:
Netsh int ipv4 add address    skipassource=true

This will prevent secondary addresses from registering on the box.  If you add it using the GUI, even after the hotfix, you will STILL register the DNS record as the GUI registers addresses as (Preferred)

Also disable IPv6 if you are not using it:
objShell.RegWrite &quot;HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\DisabledComponents&quot;, 255, &quot;REG_DWORD&quot;

Windows 2008 is a pain!</description>
		<content:encoded><![CDATA[<p>Single Server Multiple IPs:</p>
<p><a href="http://support.microsoft.com/kb/975808/EN-US" rel="nofollow">http://support.microsoft.com/kb/975808/EN-US</a><br />
It will install on Windows 2008 server as well not just Vista.</p>
<p>Then register new IPs from command line:<br />
Netsh int ipv4 add address    skipassource=true</p>
<p>This will prevent secondary addresses from registering on the box.  If you add it using the GUI, even after the hotfix, you will STILL register the DNS record as the GUI registers addresses as (Preferred)</p>
<p>Also disable IPv6 if you are not using it:<br />
objShell.RegWrite &#8220;HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\DisabledComponents&#8221;, 255, &#8220;REG_DWORD&#8221;</p>
<p>Windows 2008 is a pain!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

