// Windows XP/NT/2000
- Click the Start menu button on the Windows taskbar.
- Click 'Run...' on this menu.
- Type 'cmd' in the text box that appears. A command prompt window launches on the desktop.
- In this command window, type 'ipconfig /all'. Details are shown for each of the computer's network adapters. Computers installed with VPN software or emulation software will possess one or more virtual adapters.
- The 'IP Address' field states the current IP address for that network adapter.
- The 'Physical Address' field states the MAC address for that adapter.
Tips:
- Take care to read the IP address from the correct adapter. Virtual adapters generally show a private address rather than an actual Internet address.
- Virtual adapters possess software-emulated MAC addresses and not the actual physical address of the network interface card.
// Windows Vista/7
- Click the Start menu button on the Windows taskbar.
- In the windows search bar above the start button type 'cmd'. A command prompt window launches on the desktop.
- In this command window, type 'ipconfig /all'. Details are shown for each of the computer's network adapters. Computers installed with VPN software or emulation software will possess one or more virtual adapters.
- The 'IP Address' field states the current IP address for that network adapter.
- The 'Physical Address' field states the MAC address for that adapter.
Tips:
- Take care to read the IP address from the correct adapter. Virtual adapters generally show a private address rather than an actual Internet address.
- Virtual adapters possess software-emulated MAC addresses and not the actual physical address of the network interface card.
// Apple OS X
- Click on the Apple icon top left.
- Click 'About This Mac'
- Click 'More Info...'
- Find and click on 'Network' in the left hand menu
- On the right side you will see a list of devices. Click on the device you are looking for.
- Below you will see details on the device. Find the 'MAC Address'
// Ubuntu
- Open terminal.
- Type 'sudo ifconfig' and press enter
- Enter in your sudo/administrator password
- Find the line that says HWaddr, this is your systems MAC Address