Low Orbit Flux Logo 2 F

How To Find MAC Address Ubuntu

Use the ifconfig command :


ifconfig -a

Use the ip command and look for the link/ether field:


ip addr show

You can also use the netstat command and look for the line that says ‘ether’ like this:


netstat -ie

You can use ethtool if you already know the interface name but you might have to first install eth tool:


ethtool -P eno2

You can also check here but it didn’t actually give me a MAC address:


cat /proc/net/dev

Running a graphical desktop? Search for the network tool from the menu. That should just show you.