Hi,
I have a 2 node cluster Proxmox VE 3.2-4 with 3 vlans, one untagged and 2 tagged. On another proxmox machine, that is used only for testing purpose, all vlans works fine, but on both 2 node that are in cluster with the same configuration, one doesn't work..
This is the configuration of one of 2 node:
auto lo
iface lo inet loopback
auto bond0.9
iface bond0.9 inet manual
vlan-raw-device bond0
auto bond0.10
iface bond0.10 inet manual
vlan-raw-device bond0
auto bond0
iface bond0 inet manual
slaves eth0 eth1 eth2 eth3
bond_miimon 100
bond_mode 802.3ad
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xxx.xxx
netmask xxx.xxx.xxx.xxx
gateway xxx.xxx.xxx.xxx
bridge_ports bond0
bridge_stp off
bridge_fd 0
auto vmbr9
iface vmbr9 inet manual
bridge_ports bond0.9
bridge_stp off
bridge_fd 0
auto vmbr10
iface vmbr10 inet manual
bridge_ports bond0.10
bridge_stp off
bridge_fd 0
The vmbr0 and vmbr9 works fine, and the vmbr10 not. I tried to connect to the same ports on the switch the testing proxmox machine and all vlans works fine.
Any suggestion, where can I search for my problem?
Thank you in advice.
I have a 2 node cluster Proxmox VE 3.2-4 with 3 vlans, one untagged and 2 tagged. On another proxmox machine, that is used only for testing purpose, all vlans works fine, but on both 2 node that are in cluster with the same configuration, one doesn't work..
This is the configuration of one of 2 node:
auto lo
iface lo inet loopback
auto bond0.9
iface bond0.9 inet manual
vlan-raw-device bond0
auto bond0.10
iface bond0.10 inet manual
vlan-raw-device bond0
auto bond0
iface bond0 inet manual
slaves eth0 eth1 eth2 eth3
bond_miimon 100
bond_mode 802.3ad
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xxx.xxx
netmask xxx.xxx.xxx.xxx
gateway xxx.xxx.xxx.xxx
bridge_ports bond0
bridge_stp off
bridge_fd 0
auto vmbr9
iface vmbr9 inet manual
bridge_ports bond0.9
bridge_stp off
bridge_fd 0
auto vmbr10
iface vmbr10 inet manual
bridge_ports bond0.10
bridge_stp off
bridge_fd 0
The vmbr0 and vmbr9 works fine, and the vmbr10 not. I tried to connect to the same ports on the switch the testing proxmox machine and all vlans works fine.
Any suggestion, where can I search for my problem?
Thank you in advice.