VMware Communities > Blogs > Christian FERRERO > 2008 > August > 20

Blog Posts

Christian FERRERO

Previous Next
0

  1. Editing the VMX file of the VM
  2. Edit the VMX file of the VM
  3. Change the following line from ethernetN.addressType="vpx" to ethernetN.addressType="static" (N is the number of your ethernet adapter, usually 0)
  4. Next change the line "ethernetN.GeneratedAddress" to "ethernetN.address" and then change the current MAC address to "00:50:56:XX:YY:ZZ" (again N is the number of your ethernet adapter and XX is a valid hex number between 00 and 3F, and YY and ZZ are valid hex numbers between 00 and FF. The value for XX must not be greater than 3F in order to avoid conflict with MAC addresses that are generated by the VMware Workstation and VMware GSX Server products.)
  5. Power your VM back on. Login to the OS, go to the CMD prompt and type "ipconfig /all", your manually assigned MAC address should be listed for the NIC that you changed
Setting the NIC properties in Windows

  1. Edit the Local Area Connection propeties for the NIC you want to change
  2. Click the Configure button next to the NIC name
  3. On the Advanced tab select NetworkAddress
  4. In the Value field enter a new value for the MAC address, enter only numbers or letters, no spaces, dashes or colons. This MAC address can be any valid hex numbers between 00 and FF for any of the octets
  5. Click OK and that's it, the new MAC address takes effect immediately and will override any MAC address set by Vmware



Add a comment Leave a comment on this blog post.

There are no comments on this post