Fix a virtual machine for me, so the mac address is fixed, so when using it on WIFI on any computer the mac address does not change. Use virtual mac address, or spoofing.

Job ID: 36048683

Budget: £10 – £20 GBP

Very simple.

Normally when computers have a wifi card attached, the mac address of the connected computer can change randomly.

So I need you to find a way to make the mac address of the virtual machine "fixed". So it only uses 1 mac address.

This is different than the solution which you use with wired connections. Whereby in the vmx file itself, you change the settings to state "MAC : 00000000000 fixed".

Even with a fixed mac address in the notepad file.

When using wifi, the mac address will change.

So a solution needs to be found.

It can be done.

I just don't have the time.



-----
Some ways this can be solved.

In Device Manager, select View and Show hidden devices from the menu bar.
Expand Network adapters and uninstall all instances of Microsoft ISATAP Adapter.

---

go to start menu and type powershell and run as admin and past the following command there

Get-NetAdapter -InterfaceDescription "Microsoft Wi-Fi Direct Virtual*" | Disable-NetAdapter -Confirm:$false


---

1) disable IPv6
2) add in register key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters]
«DisabledComponents»=dword:00000001
3)in command line : a)interface teredo set state disabled
b) interface isatap set state disabled