donderdag 26 februari 2009

change mac on local vm to a static one

If you want to change the mac address on a local vm machine to a static one.
Change the following entries in the vmx file

ethernet0.generatedAddress = "your mac"
Ethernet1.addressType = "generated"
To
ethernet0.Address = "00:etcetc"
ethernet0.addressType = "static"


This is already widely spread but hey more is better ;)

Geen opmerkingen:

Een reactie posten