How to find MAC address in CentOS
Open SSH and type the following and press Enter:
/sbin/ifconfig | grep -i hwaddr
The sequence of hexadecimal digits that appears to the right of eth0 HWAddr (e.g. 08:00:27:ED:DA:8b) is
your network card’s MAC Address
|
|
|
|
|
|
Related posts:
- CentOS – what happened to netconfig in 5.1 For whatever reason CentOS decided to drop netconfig and renamed...
