I added a PCI NIC and couldn't SSH in after reboot.
I turned out that the integrated NIC go renamed from enp7s0 to enp10s0. The old one stopped showing up when
After I manually updated its name in
This behavior is surprising, and seems to fall outside the logic of "Predictable Network Interface Names".
Anyone know why this might have happened? Is this likely to interfere with the custom interface naming described elsewhere on the forum.
I turned out that the integrated NIC go renamed from enp7s0 to enp10s0. The old one stopped showing up when
ip a
.After I manually updated its name in
/etc/network/interfaces
I was able to connect to the node.This behavior is surprising, and seems to fall outside the logic of "Predictable Network Interface Names".
Anyone know why this might have happened? Is this likely to interfere with the custom interface naming described elsewhere on the forum.