Since VMWare ESXi 4 servers don’t have the ifconfig command, you can use vim-cmd to get the information you need.
Use the command below to get the MAC address(es) on your server:
vim-cmd hostsvc/net/info | grep “mac =”
Since VMWare ESXi 4 servers don’t have the ifconfig command, you can use vim-cmd to get the information you need.
Use the command below to get the MAC address(es) on your server:
vim-cmd hostsvc/net/info | grep “mac =”