Hello,
My Proxmox server have 2 interface linked on a switch.
The switch interface is configured on trunk with vlan 10, 20, 100 and 200.
Vlan 20 is for server, 100 for DMZ and 200 for management.
I want to fix the ip of the Proxmox host on vlan 200, vlan 20 and 100 will be only used by VMs.
I want to create a bond on my 2 host interface for failover and improve performance, so I create a bond.
Here is the configuration of the Proxmox host :
I can't ping my gateway with this configuration, should I create multiple bridge interface wich only 1 vlan for each one ?
I would like to get your opinion about my config, where is my mistake ?
Thanks you !
My Proxmox server have 2 interface linked on a switch.
The switch interface is configured on trunk with vlan 10, 20, 100 and 200.
Vlan 20 is for server, 100 for DMZ and 200 for management.
I want to fix the ip of the Proxmox host on vlan 200, vlan 20 and 100 will be only used by VMs.
I want to create a bond on my 2 host interface for failover and improve performance, so I create a bond.
Here is the configuration of the Proxmox host :
auto lo
iface lo inet loopback
allow-hotplug enp1s0
iface enp1so inet manual
allow-hotplug eno1
iface eno1 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp1s0 eno1
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
auto vmbr0
iface vmbr0 inet static
address 192.168.200.200/24
gateway 192.168.200.254
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 10 20 100 200
I can't ping my gateway with this configuration, should I create multiple bridge interface wich only 1 vlan for each one ?
I would like to get your opinion about my config, where is my mistake ?
Thanks you !
Last edited: