In: Computer Science
Using Linux system, give the name (such as "eth0") and the MAC address (Ethernet Address) of each network interface on your computer. (Consider ‘netstat’ or ‘ifconfig’ or ‘ip’ command)
Since my system is not connected to LAN, its connected to WiFi,
Ethernet connection will not be established but wireless network
will be shown.
netstat
(Not showing MAC address) --> will be in next command,
ipConfig: (This also does not show MAC address)
To get MAC address and other all required info we use.
ipconfig/all
- Physical Addess is the MAC address
- There are two connections.
Kindly upvote if this
helped