WiFi - Access the MAC Address

Hello,

The following describes how to retrieve the MAC Address of the Brain WiFi adapter.

If you are unable to connect to the Amiga Brain via WiFi, please configure a machine with an RJ45 port and the included M12 to RJ45 cable as indicated here: amiga-ethernet.

  1. Connect to the Amiga via Ethernet or WiFi (through Hotspot method)
  2. SSH to the Amiga
  • Over WiFi via IP address located on the dashboard
      ssh amiga@192.168.0.111
    
  • Over an Ethernet connection
      ssh amiga@10.95.76.1
    
  1. Type “ifconfig wlan0 | grep ether” without quotes and press Enter.
      ifconfig wlan0 | grep ether
    
  2. The MAC address of the WiFi adapter is located after the word “ether” in the output. In the following screenshot, the MAC Address would be: 28:d0:ea:89:f4:1d.

1 Like