Hi,
I have configured my Proxmox node with the follow config file:
auto lo
iface lo inet loopback
iface enp2s0f1 inet manual
iface ens1f1 inet manual
auto bond0
iface bond0 inet manual
bond-slaves ens1f0 ens1f1
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.19
iface vmbr0.19 inet static
address XXX.XXX.XXX.XXX
netmask 255.255.255.0
gateway XXX.XXX.XXX.XXX
I need to add a new VLAN where create the VMs. How I can add it on my cluster?
I have configured my Proxmox node with the follow config file:
auto lo
iface lo inet loopback
iface enp2s0f1 inet manual
iface ens1f1 inet manual
auto bond0
iface bond0 inet manual
bond-slaves ens1f0 ens1f1
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.19
iface vmbr0.19 inet static
address XXX.XXX.XXX.XXX
netmask 255.255.255.0
gateway XXX.XXX.XXX.XXX
I need to add a new VLAN where create the VMs. How I can add it on my cluster?