[SOLVED] PBS Network Settings

HubertNubert

New Member
Dec 20, 2024
2
0
1
Hi,
I've created a PVE test-cluster with 7 Nodes and one PBS and separated the network in different VLANS:

I'm using the 172.17.1.0/24 VLAN for management, 1Gbit:
172.17.1.11 --> Node1
172.17.1.12 --> Node2
...
172.17.1.51 --> PBS1

the 172.17.2.0/28 VLAN for corosync, 1Gbi:
172.17.2.1 --> Node1
172.17.2.2 --> Node2
...

and the 172.17.2.16/28 VLAN for VM-Migration, 20 Gbit:
172.17.2.21 --> Node1
172.17.2.22 --> Node2
...

The PBS uses the 172.17.1.51 IP in the management VLAN and is assigned to a 1Gbit NIC. It also has a second NIC with two 10 Gbit Interfaces (bonded) assigned to the migration subnet using the IP 172.17.2.28.

Is it possible to move the backup traffic to the migration VLAN? Until now it is using the managment VLAN for backups and I can't figure out how to change it.

I've read this forum post, but there is no information how the configuration is done: https://forum.proxmox.com/threads/proxmox-backup-server-and-pve-migration-network.93942/

Network settings PBS:
1743676486534.png


Thanks in advance
Hubert
 
I tried it that way and it did not work the first time.
Just tried it again and now it works. The only thing I did was to reboot the PBS.
Thank you