Locating MAC & IP on Linux
On Debian-based systems (e.g., Debian, Ubuntu): Display MAC Address: Open a terminal. Type the following command and press Enter: ifconfig Look for your network interface (e.g., eth0, enp0s3, wlp2s0) and find the “HWaddr” field. The value next to “HWaddr” is your MAC address. Display IP Address: Open a terminal. Type the following command and press Enter: ifconfig Find your network interface (e.g., eth0, enp0s3, wlp2s0), and look for the “inet” field....