I have a cluster of 3 servers
I have 2 two switches and a port going to each CISCO 3560.
I installed open switch and configured a vmbr0 with both ports
I can ping my gateway 10.249.15 .1 from each server however I cannot ping or access any of the other servers in the cluster on vlan 15
10.249.15.100, 10.249.15.101, 10.249.15.102
am I missing something on my switch config
auto lo
iface lo inet loopback
auto enp2s0f0
iface enp2s0f0 inet manual
ovs_type OVSPort
ovs_bridge vmbr0
auto enp4s0f0
iface enp4s0f0 inet manual
ovs_type OVSPort
ovs_bridge vmbr1
auto enp4s0f1
iface enp4s0f1 inet manual
ovs_type OVSPort
ovs_bridge vmbr1
auto enp2s0f1
iface enp2s0f1 inet manual
ovs_type OVSPort
ovs_bridge vmbr0
auto vlan15
iface vlan15 inet static
address 10.249.15.100/24
gateway 10.249.15.1
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=15
auto ceph
iface ceph inet manual
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=1
auto vlan18
iface vlan18 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=18
auto vlan14
iface vlan14 inet static
address 10.249.14.20/24
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=14
auto vmbr0
iface vmbr0 inet manual
ovs_type OVSBridge
ovs_ports enp2s0f0 enp2s0f1 vlan15 vlan18 vlan14
ovs_options rstp_enable=true
auto vmbr1
iface vmbr1 inet static
address 172.16.1.1/28
ovs_type OVSBridge
ovs_ports enp4s0f0 enp4s0f1 ceph
ovs_options rstp_enable=true
I have 2 two switches and a port going to each CISCO 3560.
I installed open switch and configured a vmbr0 with both ports
I can ping my gateway 10.249.15 .1 from each server however I cannot ping or access any of the other servers in the cluster on vlan 15
10.249.15.100, 10.249.15.101, 10.249.15.102
am I missing something on my switch config
auto lo
iface lo inet loopback
auto enp2s0f0
iface enp2s0f0 inet manual
ovs_type OVSPort
ovs_bridge vmbr0
auto enp4s0f0
iface enp4s0f0 inet manual
ovs_type OVSPort
ovs_bridge vmbr1
auto enp4s0f1
iface enp4s0f1 inet manual
ovs_type OVSPort
ovs_bridge vmbr1
auto enp2s0f1
iface enp2s0f1 inet manual
ovs_type OVSPort
ovs_bridge vmbr0
auto vlan15
iface vlan15 inet static
address 10.249.15.100/24
gateway 10.249.15.1
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=15
auto ceph
iface ceph inet manual
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=1
auto vlan18
iface vlan18 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=18
auto vlan14
iface vlan14 inet static
address 10.249.14.20/24
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=14
auto vmbr0
iface vmbr0 inet manual
ovs_type OVSBridge
ovs_ports enp2s0f0 enp2s0f1 vlan15 vlan18 vlan14
ovs_options rstp_enable=true
auto vmbr1
iface vmbr1 inet static
address 172.16.1.1/28
ovs_type OVSBridge
ovs_ports enp4s0f0 enp4s0f1 ceph
ovs_options rstp_enable=true