Hi all, i have 3 proxmox hosts (HP Blade BL460C gen 7) in a cluster.
Untill now i used only one VLAN but today i need to add a segregation for a ip cam system.
I need to have 1 VLAN for all VM (with default VLAN ID 1) and one VLAN for the ipcam (id 200).
The switch ports are already configured for tagged traffic on VLAN 200.
this is my configuration but doesn't function it:
auto lo
iface lo inet loopback
iface enp2s0f0 inet manual
iface enp2s0f1 inet manual
iface ens1f1 inet manual
iface ens1f0 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp2s0f0 enp2s0f1 ens1f0 ens1f1
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer3+4
auto vmbr0
iface vmbr0 inet static
address 192.168.133.204
netmask 255.255.255.0
gateway 192.168.133.254
bridge-ports bond0
bridge-stp off
bridge-fd 0
auto vmbr200
iface vmbr200 inet manual
bridge-ports bond0.200
bridge-stp off
bridge-fd 0
Can someone help me please?
Thank you
Ghido
Untill now i used only one VLAN but today i need to add a segregation for a ip cam system.
I need to have 1 VLAN for all VM (with default VLAN ID 1) and one VLAN for the ipcam (id 200).
The switch ports are already configured for tagged traffic on VLAN 200.
this is my configuration but doesn't function it:
auto lo
iface lo inet loopback
iface enp2s0f0 inet manual
iface enp2s0f1 inet manual
iface ens1f1 inet manual
iface ens1f0 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp2s0f0 enp2s0f1 ens1f0 ens1f1
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer3+4
auto vmbr0
iface vmbr0 inet static
address 192.168.133.204
netmask 255.255.255.0
gateway 192.168.133.254
bridge-ports bond0
bridge-stp off
bridge-fd 0
auto vmbr200
iface vmbr200 inet manual
bridge-ports bond0.200
bridge-stp off
bridge-fd 0
Can someone help me please?
Thank you
Ghido