How to change migration network

Mar 24, 2022
23
7
8
Using Proxmox 8.2, I've built a small cluster of Proxmox nodes. There are two common bonds, bond0 (1G) and bond1 (10G). The corosync configuration is all using the bond1 network interface but when I do storage replication or migration it uses bond0. The IP# for bond0 was what I used to "Join" the cluster, "bond1" was the link0.

Looking at this:
https://pve.proxmox.com/wiki/Separate_Cluster_Network
- what I see in /etc/pve/corosync.conf is just the IP#s from the 10G bond1.

What do I need to change in order for the replication to use the bond1 pair of 10G NICs?
 
Select datacenter -> Options -> Migration Settings -> Edit -> pull down menue -> select other network -> OK.
 
  • Like
Reactions: alexdelprete
Select datacenter -> Options -> Migration Settings -> Edit -> pull down menue -> select other network -> OK.

do you know if it's possible to do it via CLI? my problem is that I created a thunderbolt network interface manually, it's working fine, but since I created it outside of proxmox UI it doesn't appear in the Migration Settings pull down menu.

Thanks.
 
Found it: Datacenter doc.

In case anybody stumbles here for the same problem, here's what I did:

In /etc/pve/datacenter.cfg I added: migration: network=172.16.0.80/32,type=insecure

And the Datacenter -> Options the Migration Settings was updated right away:

1735514330985.png
 
  • Like
Reactions: waltar