Tuesday, October 18, 2011

static mac address on vmware

in the vmx file, enter:

ethernetN.addressType = “static”
ethernetN.address = “<address>”


statements with desired mac address, : delimited


works on bridged and private to host, causes dictionary error if you try nat connection for some reason.
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=507

No comments:

Post a Comment