Rename interface Linux
Example:
[root@rr ~]# cat /etc/sysconfig/hwconf | grep -A 16 NETWORK
-
class: NETWORK
bus: PCI
detached: 0
device: eth12
driver: e1000e
desc: "Intel Corporation 82572EI Gigabit Ethernet Controller (Copper)"
network.hwaddr: 00:15:17:4b:76:2c
vendorId: 8086
deviceId: 10b9
subVendorId: 8086
subDeviceId: 1093
pciType: 1
pcidom: 0
pcibus: 5
pcidev: 0
pcifn: 0
-
[root@rr ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth6
# Intel Corporation 82572EI Gigabit Ethernet Controller (Copper)
DEVICE=eth12
BOOTPROTO=static
HWADDR=00:15:17:4B:76:2C
ONBOOT=yes
