<?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>NIC-Teaming &#8211; Haikos Blog</title>
	<atom:link href="https://www.hertes.net/tag/nic-teaming/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.hertes.net</link>
	<description>Blog von Haiko Hertes zu allen Themen rund um Microsoft, Cloud und Datacenter</description>
	<lastBuildDate>Fri, 02 Dec 2016 15:02:16 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Windows Server NIC-Teaming: Problem mit doppelter MAC beheben</title>
		<link>https://www.hertes.net/2016/12/windows-server-nic-teaming-problem-mit-doppelter-mac-beheben/</link>
					<comments>https://www.hertes.net/2016/12/windows-server-nic-teaming-problem-mit-doppelter-mac-beheben/#respond</comments>
		
		<dc:creator><![CDATA[Haiko]]></dc:creator>
		<pubDate>Fri, 02 Dec 2016 15:02:16 +0000</pubDate>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<category><![CDATA[NIC-Teaming]]></category>
		<category><![CDATA[Teaming]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server vNext / 2016]]></category>
		<guid isPermaLink="false">http://www.hertes.net/?p=3313</guid>

					<description><![CDATA[Auf einem Test-Host unter Windows Server 2016 mit Hyper-V ist mir heute folgende Fehlermeldung im Eventlog aufgefallen: (MAC Conflict: A port on the virtual switch has the same MAC as one of the underlying team members on Team Nic Microsoft Network Adapter Multiplexor Driver) – Source: MsLbfoSysEvtProvider / Event-ID 16945 Wenn man mittels PowerShell nach den MACs schaut bestätigt sich das auch schnell: Get-NetAdapter &#124; Sort MacAddress Als Lösung habe ich die MAC des Teams (mittels PowerShell, da es ein Core-Server ist) geändert: Get-NetAdapter “Name” &#124; Set-NetAdapter –MacAddress 00-00-00-00-00-00]]></description>
										<content:encoded><![CDATA[<p>Auf einem Test-Host unter Windows Server 2016 mit Hyper-V ist mir heute folgende Fehlermeldung im Eventlog aufgefallen:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2016/12/lbfo1.png"><img fetchpriority="high" decoding="async" title="lbfo1" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto" border="0" alt="lbfo1" src="https://www.hertes.net/wp-content/uploads/2016/12/lbfo1_thumb.png" width="644" height="449" /></a></p>
<p>(MAC Conflict: A port on the virtual switch has the same MAC as one of the underlying team members on Team Nic Microsoft Network Adapter Multiplexor Driver) – Source: MsLbfoSysEvtProvider / Event-ID 16945</p>
<p>Wenn man mittels PowerShell nach den MACs schaut bestätigt sich das auch schnell:</p>
<blockquote>
<p>Get-NetAdapter | Sort MacAddress</p>
</blockquote>
<p><a href="https://www.hertes.net/wp-content/uploads/2016/12/lbfo2.png"><img decoding="async" title="lbfo2" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto" border="0" alt="lbfo2" src="https://www.hertes.net/wp-content/uploads/2016/12/lbfo2_thumb.png" width="644" height="172" /></a></p>
<p>Als Lösung habe ich die MAC des Teams (mittels PowerShell, da es ein Core-Server ist) geändert:</p>
<blockquote>
<p>Get-NetAdapter “Name” | Set-NetAdapter –MacAddress 00-00-00-00-00-00</p>
</blockquote>
<p><a href="https://www.hertes.net/wp-content/uploads/2016/12/lbfo3.png"><img decoding="async" title="lbfo3" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto" border="0" alt="lbfo3" src="https://www.hertes.net/wp-content/uploads/2016/12/lbfo3_thumb.png" width="644" height="108" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.hertes.net/2016/12/windows-server-nic-teaming-problem-mit-doppelter-mac-beheben/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
