<?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>Exchange Server Pro &#187; MS08-037</title>
	<atom:link href="http://exchangeserverpro.com/tag/ms08-037/feed" rel="self" type="application/rss+xml" />
	<link>http://exchangeserverpro.com</link>
	<description>Microsoft Exchange Server News - Tips - Tutorials</description>
	<lastBuildDate>Wed, 23 May 2012 11:55:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>MS08-037 causes port conflicts with DNS and IAS services</title>
		<link>http://exchangeserverpro.com/ms08-037-causes-port-conflicts-with-dns-and-ias-services</link>
		<comments>http://exchangeserverpro.com/ms08-037-causes-port-conflicts-with-dns-and-ias-services#comments</comments>
		<pubDate>Wed, 28 Jan 2009 01:32:52 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Event ID 7023]]></category>
		<category><![CDATA[IAS]]></category>
		<category><![CDATA[MS08-037]]></category>
		<category><![CDATA[Server 2003]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/2009/01/28/ms08-037-causes-port-conflicts-with-dns-and-ias-services/</guid>
		<description><![CDATA[You may encounter an issue with servers running both the DNS and IAS services that have installed update MS08-037 (Vulnerabilities in DNS could allow spoofing – 953230).  The IAS services will fail to start and any authentication that relies on IAS (such as VPNs) will fail. When connecting to the IAS server with the IAS [...]]]></description>
			<content:encoded><![CDATA[<p>You may encounter an issue with servers running both the DNS and IAS services that have installed update <a href="http://www.microsoft.com/technet/security/bulletin/ms08-037.mspx" target="_blank">MS08-037 (Vulnerabilities in DNS could allow spoofing – 953230)</a>.  The IAS services will fail to start and any authentication that relies on IAS (such as VPNs) will fail.</p>
<p>When connecting to the IAS server with the IAS management console the following errors may appear:</p>
<p><img style="display: inline" title="An error occurred while trying to make a connection to the datastore" src="http://www.exchangeserverpro.com/wp-content/uploads/2009/01/isaerror01.png" alt="An error occurred while trying to make a connection to the datastore" width="412" height="121" /></p>
<p><img style="display: inline" title="There was an error getting connection to the data store. The handle is invalid." src="http://www.exchangeserverpro.com/wp-content/uploads/2009/01/iaserror02.png" alt="There was an error getting connection to the data store. The handle is invalid." width="455" height="121" /></p>
<p>Event ID 7023 will appear in the System event log of the IAS server.</p>
<blockquote><p> </p>
<p>Event Type:    Error<br />
Event Source:    Service Control Manager<br />
Event Category:    None<br />
Event ID:    7023<br />
Date:        28/01/2009<br />
Time:        9:15:17 AM<br />
User:        N/A<br />
Computer:    SERVER<br />
Description:</p>
<p>The Internet Authentication Service service terminated with the following error:</p>
<p>Only one usage of each sock address (protocol/network address/port) is normally permitted.</p></blockquote>
<p>The cause of the issue is explained in <a href="http://support.microsoft.com/kb/956188/" target="_blank">KB956188</a>:</p>
<blockquote><p> </p>
<p><strong>You experience issues with UDP-dependent network services after you install DNS Server service security update 953230 (MS08-037)</strong></p>
<p>This issue occurs because the service cannot obtain the port that it requires to function correctly. This issue occurs because of changes to the port allocation in the DNS Service after security update 953230 is installed.</p>
<p><a href="http://support.microsoft.com/kb/956188/" target="_blank">Read full article</a></p></blockquote>
<p>The solution is to reserve the IAS ports from the ephemeral port range to ensure that the DNS Server service does not dynamically allocate those ports to itself.  To determine which ports are being used by IAS open the IAS management console, right-click the server name and select Properties.</p>
<p><img style="display: inline" title="iasconfig01" src="http://www.exchangeserverpro.com/wp-content/uploads/2009/01/iasconfig01.png" alt="iasconfig01" width="347" height="204" /></p>
<p>Navigate to the Ports tab and note the port numbers in use.</p>
<p><img style="display: inline" title="iasconfig02" src="http://www.exchangeserverpro.com/wp-content/uploads/2009/01/iasconfig02.png" alt="iasconfig02" width="403" height="155" /></p>
<p>Follow the instructions in <a href="http://support.microsoft.com/kb/812873/" target="_blank">KB812873 (How to reserve a range of ephemeral ports on a computer that is running Windows Server 2003)</a> and enter the correct ports in the registry key like this.</p>
<p><img style="display: inline" title="regconfig" src="http://www.exchangeserverpro.com/wp-content/uploads/2009/01/regconfig.png" alt="regconfig" width="352" height="179" /></p>
<p>The server must be restarted for the change to take effect.  After the restart the DNS Server will no longer allocate the IAS ports to itself, which will allow IAS to start properly.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/mx-record" title="Email Fundamentals: What is an MX Record?">Email Fundamentals: What is an MX Record?</a></li><li><a href="http://exchangeserverpro.com/microsoft-certification-the-mark-russinovich-exam" title="Microsoft Certification – The Mark Russinovich Exam">Microsoft Certification – The Mark Russinovich Exam</a></li><li><a href="http://exchangeserverpro.com/slipstreaming-service-pack-2-into-your-windows-server-2003-r2-media" title="Slipstreaming Service Pack 2 into your Windows Server 2003 R2 media">Slipstreaming Service Pack 2 into your Windows Server 2003 R2 media</a></li><li><a href="http://exchangeserverpro.com/recovering-a-single-domain-controller-from-a-usn-rollback" title="Recovering a single Domain Controller from a USN Rollback">Recovering a single Domain Controller from a USN Rollback</a></li><li><a href="http://exchangeserverpro.com/event-id-3006-and-exchange-server-2007-performance-counters" title="Event ID 3006 and Exchange Server 2007 performance counters">Event ID 3006 and Exchange Server 2007 performance counters</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/ms08-037-causes-port-conflicts-with-dns-and-ias-services">MS08-037 causes port conflicts with DNS and IAS services</a> is © 2009 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/ms08-037-causes-port-conflicts-with-dns-and-ias-services/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

