Hallo,
habe eine Testumgebung Proxmox 6.4-15 mit Open Vswitch, mehrere VLANs mit verschiedenen MTU Größen vorbereitet um ein Upgrade auf die Version 7.2 durchzuführen.
Beim Update sind keine Fehler aufgetreten, aber leider war die gesamte Konfiguration vom Open vSwitch weg bzw. die teile der Netzwerkkonfiguration mit Open vSwitch funktionierte nicht mehr.
Habe nun versucht die Konfiguration erneut durchzuführen (mit der Weboberfläche), aber leider funktioniert der teil mit OpenVswitch nicht mehr.
Hat jemand die selbe Erfahrung gemacht.
Dies ware meine Netzwerkonfiguration:
auto lo
iface lo inet loopback
iface enp1s0f0 inet manual
iface enp1s0f1 inet manual
iface enp4s0f0 inet manual
iface enp4s0f1 inet manual
auto enp7s0f0
iface enp7s0f0 inet manual
auto enp7s0f1
iface enp7s0f1 inet manual
auto enp16s0
iface enp16s0 inet manual
auto enp16s0d1
iface enp16s0d1 inet manual
allow-vmbr1 vlan40
iface vlan40 inet static
address 10.149.230.41/24
gateway 10.149.230.254
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=40
#Proxmox_Server
allow-vmbr1 vlan50
iface vlan50 inet static
address 10.149.240.41/24
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=50
#Storage_Backup
allow-vmbr1 vlan31
iface vlan31 inet static
address 10.149.251.41/24
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_mtu 9000
ovs_options tag=31
#Ceph_LTS
allow-vmbr1 bond0
iface bond0 inet manual
ovs_bonds enp16s0 enp16s0d1
ovs_type OVSBond
ovs_bridge vmbr1
ovs_options bond_mode=active-backup
ovs_mtu 9000
pre-up (ifconfig enp16s0 mtu 9000 && ifconfig enp16s0d1 mtu 9000)
up ip link set bond0 mtu 9000
auto vmbr0
iface vmbr0 inet static
address 192.168.250.121/24
bridge-ports enp1s0f0
bridge-stp off
bridge-fd 0
allow-ovs vmbr1
iface vmbr1 inet manual
ovs_type OVSBridge
ovs_ports bond0 vlan40 vlan50 vlan31
ovs_mtu 9000
Und dies die Konfiguration vom Open vSwitch:
669dfdf4-cd8d-416f-b26e-78e1ca639d93
Bridge "vmbr1"
Port "vlan40"
tag: 40
Interface "vlan40"
type: internal
Port "vmbr1"
Interface "vmbr1"
type: internal
Port "fwln9101o0"
tag: 5
Interface "fwln9101o0"
type: internal
Port "vlan31"
tag: 31
Interface "vlan31"
type: internal
Port "bond0"
Interface "enp16s0"
Interface "enp16s0d1"
Port "vlan50"
tag: 50
Interface "vlan50"
type: internal
ovs_version: "2.12.3"
habe eine Testumgebung Proxmox 6.4-15 mit Open Vswitch, mehrere VLANs mit verschiedenen MTU Größen vorbereitet um ein Upgrade auf die Version 7.2 durchzuführen.
Beim Update sind keine Fehler aufgetreten, aber leider war die gesamte Konfiguration vom Open vSwitch weg bzw. die teile der Netzwerkkonfiguration mit Open vSwitch funktionierte nicht mehr.
Habe nun versucht die Konfiguration erneut durchzuführen (mit der Weboberfläche), aber leider funktioniert der teil mit OpenVswitch nicht mehr.
Hat jemand die selbe Erfahrung gemacht.
Dies ware meine Netzwerkonfiguration:
auto lo
iface lo inet loopback
iface enp1s0f0 inet manual
iface enp1s0f1 inet manual
iface enp4s0f0 inet manual
iface enp4s0f1 inet manual
auto enp7s0f0
iface enp7s0f0 inet manual
auto enp7s0f1
iface enp7s0f1 inet manual
auto enp16s0
iface enp16s0 inet manual
auto enp16s0d1
iface enp16s0d1 inet manual
allow-vmbr1 vlan40
iface vlan40 inet static
address 10.149.230.41/24
gateway 10.149.230.254
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=40
#Proxmox_Server
allow-vmbr1 vlan50
iface vlan50 inet static
address 10.149.240.41/24
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_options tag=50
#Storage_Backup
allow-vmbr1 vlan31
iface vlan31 inet static
address 10.149.251.41/24
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_mtu 9000
ovs_options tag=31
#Ceph_LTS
allow-vmbr1 bond0
iface bond0 inet manual
ovs_bonds enp16s0 enp16s0d1
ovs_type OVSBond
ovs_bridge vmbr1
ovs_options bond_mode=active-backup
ovs_mtu 9000
pre-up (ifconfig enp16s0 mtu 9000 && ifconfig enp16s0d1 mtu 9000)
up ip link set bond0 mtu 9000
auto vmbr0
iface vmbr0 inet static
address 192.168.250.121/24
bridge-ports enp1s0f0
bridge-stp off
bridge-fd 0
allow-ovs vmbr1
iface vmbr1 inet manual
ovs_type OVSBridge
ovs_ports bond0 vlan40 vlan50 vlan31
ovs_mtu 9000
Und dies die Konfiguration vom Open vSwitch:
669dfdf4-cd8d-416f-b26e-78e1ca639d93
Bridge "vmbr1"
Port "vlan40"
tag: 40
Interface "vlan40"
type: internal
Port "vmbr1"
Interface "vmbr1"
type: internal
Port "fwln9101o0"
tag: 5
Interface "fwln9101o0"
type: internal
Port "vlan31"
tag: 31
Interface "vlan31"
type: internal
Port "bond0"
Interface "enp16s0"
Interface "enp16s0d1"
Port "vlan50"
tag: 50
Interface "vlan50"
type: internal
ovs_version: "2.12.3"