Bonding and VLAN

Apr 29, 2021
16
0
6
46
Hi.
I have the following network config, where vlan 250-251 are for storage, and 254 is for migration. Would it be ok to set the vlan-raw-device to enp65s0f0 for vlan 250 and enp65s0f1 for vlan251, in order to use both network cards for storage, or are there any disadvantages?

auto enp65s0f0
iface enp65s0f0 inet manual

auto enp65s0f1
iface enp65s0f1 inet manual

auto bond0
iface bond0 inet manual
bond-slaves enp65s0f0 enp65s0f1
bond-miimon 100
bond-mode active-backup
bond-primary enp65s0f0

auto vmbr1
iface vmbr1 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094

auto vlan250
iface vlan250 inet static
address 10.0.0.108/24
vlan-raw-device vmbr1

auto vlan251
iface vlan251 inet static
address 10.1.10.108/24
vlan-raw-device vmbr1

auto vlan254
iface vlan254 inet static
address 10.2.10.108/24
vlan-raw-device vmbr1

auto vlan1055
iface vlan1055 inet static
address 10.3.10.108/24
gateway 10.3.10.0
vlan-raw-device vmbr1
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!