Page 1 of 1

MAC Address

Posted: Tue May 02, 2023 11:42 pm
by Captain FPGA

How to find out my MiSTers current MAC address? I need it before my comcast router can allow me to port forward a reserved-IP address.


Re: MAC Address

Posted: Wed May 03, 2023 12:16 am
by Flandango

Get into the terminal (F9), log in then do a

Code: Select all

ifconfig

If you want mac address of the Ethernet port, look for eth0: and the ETHER value is the mac address
For wifi, look for something like wlan0.


Re: MAC Address

Posted: Wed May 03, 2023 1:50 am
by Captain FPGA

worked like a charm


Re: MAC Address

Posted: Wed May 03, 2023 6:53 am
by RealLarry
Flandango wrote: Wed May 03, 2023 12:16 am

Get into the terminal (F9), log in then do a

Code: Select all

ifconfig

If you want mac address of the Ethernet port, look for eth0: and the ETHER value is the mac address
For wifi, look for something like wlan0.

That is correct and

Code: Select all

ip a

would also work. But keep in mind that MiSTer's Ethernet port has a default MAC address of 02:03:04:05:06:07 and should be configured in /media/fat/linux/u-boot.txt, for example

Code: Select all

ethaddr=11:12:0A:4B:25:10

to have a known and real MAC address.