Raspberry Pi Finding MAC Address
The MAC (Media Access Control) Address on the Raspberry Pi can easily be found using the terminal. Type ifconfig at the prompt and hit enter. eth0 is the wired ethernet port on the Raspberry Pi. The MAC address is located beside the 'ether' subject. wlan0 is the WiFi ethernet on the Raspberry Pi. The MAC address is located beside the 'ether' subject. Example: pi@raspberrypi:~ $ ifconfig eth0: flags=4099 UP,BROADCAST,MULTICAST mtu 1500 ether dc:a6:32:92:72:80 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73 UP,LOOPBACK,RUNNING mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10 host loop txqueuelen 1000 (Local Loopback) RX packets 547 bytes 47978 (46.8 KiB) RX errors 0 dropped 0 overruns 0 frame 0