

Type ifconfig -a or ip link show or cat /sys/class/net/*/address command.The following commands can get you the MAC address of your network interface in Linux. These commands are safe to run without changing anything. Here are some methods to get the MAC address. Be sure your pictures are legible before sending them.How to list MAC address on Linux is a commonly asked question during a Linux job interview. If you're trying to get this information to your CAS support technician, and you just want to take pictures of the information, we suggest using the Command Prompt instructions.

Note: this file contains a lot of information to sift through. The "*" will actually be your computer name such as: CAS-123456 Look for a file name: NetworkAdapterConfiguration-*.xml.Powershell.exe -ExecutionPolicy Bypass -Command gwmi Win32_NetworkAdapterConfiguration | select * | Export-Clixml "$.xml"Ī blue PowerShell window should open and quickly close. Copy and paste the following into the Open field:.If you're trying to get this information to your CAS support technician, we suggest using PowerShell as shown in the Provide to IT Technician section. Note:this may be a lot of information to sift through. Your MAC Addresses will be labeled Physical Address, one for each ethernet adapter.Your IP Addresses will be labeled IPv4 Address, one for each ethernet adapter.A Command Prompt window will open and your computer's NIC information will be displayed.Type the following in the Open field: cmd /k ipconfig.Press: Windows + R to open the Run WindowĪlternatively, Click: Start Menu then Click: Run.
