O método ainda suportado no RHEL 6 é via regras de dispositivo do udev.
Deve haver um /etc/udev/rules.d/70-persistent-net.rules
gerado automaticamente que force a nomenclatura consistente:
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
# PCI device 0x8086:0x10c9 (igb)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:25:90:1d:d1:30", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x8086:0x10c9 (igb)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:25:90:1d:d1:31", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
Se não, você pode usar uma sintaxe semelhante com seus próprios endereços MAC para forçar a nomenclatura de dispositivos persistentes.