Cisco switch has configured two ethernet ports as Port-Channel with VLAN trunking.
I want to use VLAN=1 for mgmt network(also for proxmox GUI), 2 for windows, 3 for linux. Is my configuration correct?
I want to use VLAN=1 for mgmt network(also for proxmox GUI), 2 for windows, 3 for linux. Is my configuration correct?
Code:
iface eno1 inet manual
iface eno2 inet manual
auto bond0
iface bond0 inet manual
slaves eno1 eno2
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
auto vmbr0.1
iface vmbr0.1 inet static
address 10.10.10.2
netmask 255.255.255.0
gateway 10.10.10.1
auto vmbr0.2
iface vmbr0.2 inet static
auto vmbr0.3
iface vmbr0.3 inet static
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes