MAC Address Lookup
Find the vendor name of a device by entering an OUI or a MAC address
How do I find the MAC Address on Linux?
First method
- Open a shell.
- Execute ifconfig at the command prompt.
- You will have your MAC address displayed next to the HWaddr / ether label.
Second method
- Open a shell.
- Execute ip -a link at the command prompt.
- You will have your MAC address displayed next to the link/ether label.