Hi all,
I have a 3-node proxmox cluster and am also in the process of adding a 10gb network card to my nodes.
i want to bind the existing vmbr0 network with the MAC address to each node (so not to loose connectivity when adding the network cards), and if my understanding is correct, i should create a file called vmbr0.link inside the /etc/systemd/network/, paste the following inside:
and then refresh the initramfs.
Above procedure should be done for every node for every mac address.
Is my understanding correct?
I have a 3-node proxmox cluster and am also in the process of adding a 10gb network card to my nodes.
i want to bind the existing vmbr0 network with the MAC address to each node (so not to loose connectivity when adding the network cards), and if my understanding is correct, i should create a file called vmbr0.link inside the /etc/systemd/network/, paste the following inside:
Code:
[Match]
MACAddress=d8:43:ae:45:ad:7e
Type=ether
[Link]
Name=vmbr0
and then refresh the initramfs.
Above procedure should be done for every node for every mac address.
Is my understanding correct?