How can I get the MAC address for the wireless access point in Ubuntu?
feedback
|
migrated from stackoverflow.com Jan 22 '11 at 23:46
This question came from our site for professional and enthusiast programmers.
|
Use the $ arping 192.168.0.1 ARPING 192.168.0.1 from 192.168.0.200 eth0 Unicast reply from 192.168.0.1 [00:48:6C:38:B7:4D] 0.660ms Unicast reply from 192.168.0.1 [00:48:6C:38:B7:4D] 0.590ms Unicast reply from 192.168.0.1 [00:48:6C:38:B7:4D] 0.610ms Unicast reply from 192.168.0.1 [00:48:6C:38:B7:4D] 0.410ms Sent 4 probes (1 broadcast(s)) Received 4 response(s) You can see the MAC address in the reply. | ||||
|
feedback
|
|
Either connect to the point, and do
or find your access point in the output of
(if you have wireless interface called not | |||
|
feedback
|
|
You may try dmesg when connecting/connected to wireless access point:
On my box (Fedora 14), I get line like this:
Not sure whether under different kernel or other configuration on other distro like ubuntu has the same info printed out. Please try. | |||
|
feedback
|
