What's the MAC Address of my Ethernet adapter?

1

I have purchased a Dell Inspiron N5010 (with Windows 7). It works all fine but I need to know the MAC Address of the Ethernet adapter.

I have tried IPconfig /all, but it does not show my Ethernet adapter. How can I check and confirm my Ethernet card's physical address. I need to use a restricted LAN which requires me to know the physical address of my Ethernet adapter

Khalid

Posted 2012-03-11T08:58:03.913

Reputation: 11

usually it is also printed on a label on the bottom side of the notebook if you can find it using the operating system – None – 2012-03-11T09:25:36.207

Answers

4

Unless you have something like Virtualbox installed (which installs its own set of virtual LAN cards), you can try typing getmac at the command prompt. It should provide you your LAN card's MAC address.

If you do have Virtualbox installed, you might consider running getmac /v instead for more verbose output. It will list down the connection name associated with the MAC address.

screenshot of getmac

Isxek

Posted 2012-03-11T08:58:03.913

Reputation: 3 785

1LOVE IT. Never knew this command. – OG Chuck Low – 2012-03-11T17:40:12.890

3

First make sure your Ethernet adapter is not disabled.

And because the output of ipconfig /all is too long so the cmd truncated the output, then you need:

ipconfig /all | more

and press space key to next page till you find the MAC Address.

The graphical way:

Control Panel => Network and Sharing Center => Change adapter settings, then right click on your network device (Enable it if it's disabled), Status => Detail.

Mengdi Gao

Posted 2012-03-11T08:58:03.913

Reputation: 1 316

did all, but no icon for local area network found nor any details. DSL connected through lan connector is working. Need to know MAC address of ethernet adapter about which no indication is seen / found in my system even though now i have installed recent drivers available with Dell. – Khalid – 2012-03-11T11:54:31.807

@Khalid, I think what you meant lan connector is ethernet adapter. Your laptop has only one Ethernet adapter according to the specs?.

– Mengdi Gao – 2012-03-11T13:05:33.670

My fault, I don't know LAN Connector till I checked the "dictionary", I thought it's kind of network device... – Mengdi Gao – 2012-03-11T13:17:12.013