Hi
I am trying to get proxmox to work with an LACP trunk connected to a Netgear stacked switch.
On the Netgear the LAG port is tagged with all 4 VLANs
It works with access from proxmox but not from containers/kvm, here is my config
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
iface eth3 inet manual
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_miimon 100
bond_mode 802.3ad
bond_xmit_hash_policy layer2
auto bond0.10
iface bond0.10 inet manual
vlan-raw-device bond0
auto bond0.20
iface bond0.20 inet manual
vlan-raw-device bond0
auto bond0.183
iface bond0.183 inet manual
vlan-raw-device bond0
auto bond0.200
iface bond0.200 inet manual
vlan-raw-device bond0
auto vmbr0
iface vmbr0 inet static
address 10.183.1.5
netmask 255.255.255.0
bridge_ports eth3
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.183.5
netmask 255.255.255.0
gateway 192.168.183.1
bridge_ports bond0.183
bridge_stp off
bridge_fd 0
I am trying to get proxmox to work with an LACP trunk connected to a Netgear stacked switch.
On the Netgear the LAG port is tagged with all 4 VLANs
It works with access from proxmox but not from containers/kvm, here is my config
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
iface eth3 inet manual
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_miimon 100
bond_mode 802.3ad
bond_xmit_hash_policy layer2
auto bond0.10
iface bond0.10 inet manual
vlan-raw-device bond0
auto bond0.20
iface bond0.20 inet manual
vlan-raw-device bond0
auto bond0.183
iface bond0.183 inet manual
vlan-raw-device bond0
auto bond0.200
iface bond0.200 inet manual
vlan-raw-device bond0
auto vmbr0
iface vmbr0 inet static
address 10.183.1.5
netmask 255.255.255.0
bridge_ports eth3
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.183.5
netmask 255.255.255.0
gateway 192.168.183.1
bridge_ports bond0.183
bridge_stp off
bridge_fd 0