OpenVSwitch configuration

jprouty

New Member
Apr 12, 2022
1
0
1
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
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!