ل زیر رو باز کنید:
/etc/udev/rules.d/70-persistent-net.rules
مثلا خروجی این میشه:
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.
# PCI device 0x15ad:0x07b0 (vmxnet3) (custom name provided by external tool)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00

56:bc:00:45", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x15ad:0x07b0 (vmxnet3)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00

56:bc:00:46", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
باید در subsystem دوم عبارت NAME="eth1" را به NAME="eth0" تغییر بدید.
subsystem اول را کاملا حذف کنید:
# PCI device 0x15ad:0x07b0 (vmxnet3) (custom name provided by external tool)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00

56:bc:00:45", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
بعد سرور را یکبار ریستارت کنید.
دقت کنید که مک آدرس چه در ساب سیستم و چه در کارت شبکه سرور یکی باشد و با مک آدرس خود ip همخوانی داشته باشد.