# cd /etc/sysconfig/network-scripts
# mv ifcfg-eth1 ifcfg-eth2
# mv ifcfg-eth0 ifcfg-eth3
Restart ettiğinde şöyle bir hata alman muhtemel:
# service network restart
Bringing up interface eth3: Device eth3 has different MAC address than expected, ignoring.
[FAILED]
Uygula
# cat /sys/class/net/eth2/address >> ifcfg-eth2
# cat /sys/class/net/eth3/address >> ifcfg-eth3
Restart et, büyük ihtimalle sorunun düzelmiş olacaktır.
Kaynak:
Google araştırması.