ifconfig | awk '/eth/{print $1,$5}'
或者
arp -a | awk '{print $4}
或者
sudo lshw -C network
或者
sudo lshw -c network | grep serial