Adding addtional NIC card to proxmox pve 7.4

Vijayabaskar

New Member
Aug 11, 2023
3
0
1
Hi,
need to add addtional nic to proxmox 7.4 (dell R640), just adding NIC will bring up in proxmox or any other procedure to followup
thanks in advance
Regards,
vijay
 
Hi,
there are a few things you should be aware of:
Changing the hardware layout might lead to renaming of network interface names, following systemd's predictable name scheme as described here [0]. So you will have to check that the interface names did not change after adding the card or explicitly define .link files to statically name network links [1].
Also, depending on the NIC you will have to install additional drivers if they are not available via the Proxmox VE kernel and you will have to configure the new interface in /etc/network/interfaces.

[0] https://wiki.debian.org/NetworkInterfaceNames#THE_.22PREDICTABLE_NAMES.22_SCHEME
[1] https://wiki.debian.org/NetworkInterfaceNames#CUSTOM_SCHEMES_USING_.LINK_FILES