Deze website maakt gebruik van Functionele en Analytische cookies voor website optimalisatie en statistieken.
De technische opslag of toegang is strikt noodzakelijk voor het legitieme doel het gebruik mogelijk te maken van een specifieke dienst waarom de abonnee of gebruiker uitdrukkelijk heeft gevraagd, of met als enig doel de uitvoering van de transmissie van een communicatie over een elektronisch communicatienetwerk.
De technische opslag of toegang is noodzakelijk voor het legitieme doel voorkeuren op te slaan die niet door de abonnee of gebruiker zijn aangevraagd.
De technische opslag of toegang die uitsluitend voor statistische doeleinden wordt gebruikt.
De technische opslag of toegang die uitsluitend wordt gebruikt voor anonieme statistische doeleinden. Zonder dagvaarding, vrijwillige naleving door uw Internet Service Provider, of aanvullende gegevens van een derde partij, kan informatie die alleen voor dit doel wordt opgeslagen of opgehaald gewoonlijk niet worden gebruikt om je te identificeren.
De technische opslag of toegang is nodig om gebruikersprofielen op te stellen voor het verzenden van reclame, of om de gebruiker op een website of over verschillende websites te volgen voor soortgelijke marketingdoeleinden.
5 comments
Since you probably use imaged deploys of the host,
What you can do (as part of the post sysprep procedure) is create a few keys:
MinimumMacAddress, MaximumMacAddress, CurrentMacAddress
in HKLMSoftwareMicrosoftWindowsNTCurrentVersionVirtualization
With some random values. This will change the behavior of the HMC generated values.
Source:
http://blogs.technet.com/jhoward/archive/2008/07/15/hyper-v-mac-address-allocation-and-apparent-network-issues-mac-collisions-can-cause.aspx
Rolf Huisman
As a work around you can probably create the register keys: MinimumMacAddress, MaximumMacAddress and CurrentMacAddress in the HKLMSoftwareMicrosoftWindowsNTCurrentVersionVirtualization
with random values for each machine.
Acording to howard, these are the keys HMC uses to create the mac addresses (http://blogs.technet.com/jhoward/archive/2008/07/15/hyper-v-mac-address-allocation-and-apparent-network-issues-mac-collisions-can-cause.aspx) to circomvent this problem.
rolfh
I know there are workarounds, but they still are workarounds, so I still hope they are going to fix it, At least i registered this as a feature that needs to be changes AFAIK.
EricD
What hapens if you create a machine, create a second machine and then delete the first machine (on the same box), without installing a OS on the first machine
for those that have a regedit fobia (not me).
Rob Hagman
Hyper-V will not immediately re-Use the MAC, so you can use this as a work around, but you have to keep track of all the machines created on each parent, so the above options are the best workaround for this problem.
EricD