Установил новую карту в сервер, интерфейсы нормально определились как eth2 и eth3.
Для ясности переименовал два сетевых интерфейса в /etc/udev/rules.d/70-persistent-net.rules
70-persistent-net.rules
# cat /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 0x8086:0x10c9 (igb)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="22:11:00:63:fc:57", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
# PCI device 0x8086:0x10c9 (igb)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="22:11:00:63:fc:56", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x8086:0x10fb (ixgbe)
# SFP+ 10G port 1
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="22:1f:11:00:92:0e", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="sfp1"
# PCI device 0x8086:0x10fb (ixgbe)
# SFP+ 10G port 2
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="22:1f:11:00:92:0f", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="sfp2"
udevadm control --reload-rules и udevadm trigger не помогают, имена остаются старые.