Fusion

 View Only
  • 1.  MAC address

    Posted Nov 15, 2007 11:45 AM

    Can we change the MAC(Physical) address of the Virtual Machine?



  • 2.  RE: MAC address

    Posted Nov 15, 2007 12:02 PM

    You can set the mac address with the following method.

    edit the VMX file with the following lines

    ethernet0.addresstype = "static"

    ethernet0.address = "00:50:56:00:00:XX"

    The mac address authorized can be picked up in the following range: 00:50:00:00:01 to 00:50:56:3F:FF:FF

    Your vm needs to be shut down.



  • 3.  RE: MAC address

    Posted Nov 15, 2007 01:47 PM

    You can possibly also change the MAC in the guest (depending on what guest you're using).



  • 4.  RE: MAC address

    Posted Dec 18, 2007 02:49 PM

    Thank you very much.

    it worked for me..



  • 5.  RE: MAC address

    Posted Jun 09, 2008 12:53 AM

    Hi,

    Where is the VMX file located in VM Ware for Mac (Fusion).

    Thank you.



  • 6.  RE: MAC address

    Posted Jun 09, 2008 12:57 AM

    Where is the VMX file located in VM Ware for Mac (Fusion).

    Have a look at:



  • 7.  RE: MAC address

    Posted Jun 09, 2008 01:10 AM

    Found it. Thank you..!!!



  • 8.  RE: MAC address

    Posted Nov 15, 2007 01:47 PM

    For most OS's (Window and Linux), it's usually easier to overwrite the VMware "hardware" address directly in the Guest OS. This is done via the properties of the NIC adapter or in the Windows registry. In Linux you override HWADDR in the if script for the interface (like eth0).