Windows:
Start>Run>type "cmd"
in the command window that appears type "ipconfig /all"
The MAC address will be listed as "Physical Address" and usually starts with 00-
Unix or Linux versions:
Open a terminal session and enter the "ifconfig" or "ifconfig -a" command.
Information for each network interface is displayed. "HWaddr" is the MAC address.
ipconfig
''ipconfig/all''
To spoof the MAC address on a Mac use the ifconfig command in the Terminal.
for Windows Systems use IPCONFIG /ALL command to view Mac Address. for Linux Systems use IFCONFIG -A command to view Mac Address.
it depends on your operating system. On windows the command is: ipconfig /all
hi u can find the mac address of computer by ipconfig/all command in command prompt. Thanks
The command ifconfig will tell you the MAC address of whatever interfaces are active.
After running cmd, you can check the MAC (Physical Address) address by using the command ipconfig /all.
To configure a static ARP entry for the MAC address AAAA.BBBB.DDDD towards the IP address 10.41.82.11, you would use the command: arp 10.41.82.11 AAAA.BBBB.DDDD. This command is typically executed in the command-line interface of a router or switch. Make sure to have the necessary privileges to modify the ARP table.
Hold the windows key(next to alt) and click r(You can also search for Run) in the RUN window type cmd IN the cmd type ipconfig /all Look for MAC address
Ipconfig
To find the MAC address in Windows 8, open the Command Prompt by pressing Windows + X and selecting "Command Prompt." Type the command ipconfig /all and press Enter. Look for the network adapter you are using; the MAC address will be listed as "Physical Address." It will be displayed in a format like "00-1A-2B-3C-4D-5E."