How do I find out my hardware address(es)?
IMPORTANT: If you are trying to find the MAC address for a dongle, make sure it is connected to your machine before performing the following steps.
A MAC address has the format of
hh:hh:hh:hh:hh:hh
where hh
represents a hexadecimal value (i.e., ranging from 00
to ff
).
On Windows 10:
- Click Start,
- Type Network Properties
- Click the View your network properties
- Scroll to the bottom of the View network properties window
- Click the Copy button, and then paste into a text file so you can easily attach it to a ticket or an email.
On MacOS:
- Go to System Preferences
- Click Network
- Select the connection you want more info about
- Then click Advanced... in the bottom-right corner of the window. The hardware address will be listed at the bottom.
On Linux:
- Open up a terminal window.
- Type run the following command (Note: those are backticks around
`hostname`
, NOT single quotes)ip a > `hostname`-network-interfaces.txt
- Attach this text file in a ticket or email.