I am trying to run some third-party software on an Azure Linux VM but their licensing is tied to the MAC address. The private and public IPv4 IP addresses of the Network Interface for the VM are both static.
But, the MAC address I get starts with 00-0D and the software provider is telling me that is a "pure virtual" MAC address and will cause problems with the licensing server.
I tried to find the MAC address many different ways (looking in Azure portal > Network Interfaces > Properties > MAC Address, running ifconfig
on the VM, using Powershell command Get-AzureRmNetworkInterface -ResourceGroupName %rgName%
) but all give the same result.
How can I get the "physical" MAC address of my VM?