


Steps to determine the MAC Address of a remote system using “Getmac” command – It’s the command line utility that returns the MAC address along with network protocols associated with each address for all network adapters from local or remote computers. Issue “nbtstat – a ” (where refers to remote device IP Address) to view the Physical (MAC) Address of remote system.
#Fedora find mac address windows
NBTSTAT is a Windows built-in utility for NetBIOS over TCP/IP used in Windows system.īelow is One way of determining the MAC address of a remote system is to type nbtstat -A remoteaddress at a command prompt where remoteaddress is the IP address of the remote system “Nbtstat” command is another way to find out the MAC address of remote machine. Issue “ARP – a” to view the list of IP address and Physical (MAC) Address corresponding each IP –.Here we are grepping ether keyword from ifconfig command and then piping to awk to get first and second column output separated by tab.
#Fedora find mac address how to
