Hallo,
könnte dringend eure Unterstützung gebrauchen können
Ich habe heute auf Proxmox 8 geupdated (von Proxmox 7.4).
Nach dem Neustart hängt das System jetzt bei "networking.service"
Leider geht es hier ncht weiter, und im "Recovery Mode" kann ich mich zwar am System anmelden, sehe in den Logs aber leider auch keinen Hinweis auf einen Fehler etc.
Hier mal meine interfaces Konfiguration:
könnte dringend eure Unterstützung gebrauchen können
Ich habe heute auf Proxmox 8 geupdated (von Proxmox 7.4).
Nach dem Neustart hängt das System jetzt bei "networking.service"
Leider geht es hier ncht weiter, und im "Recovery Mode" kann ich mich zwar am System anmelden, sehe in den Logs aber leider auch keinen Hinweis auf einen Fehler etc.
Hier mal meine interfaces Konfiguration:
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto eno2
iface eno2 inet manual
auto eno3
iface eno3 inet manual
auto eno4
iface eno4 inet manual
ovs_type OVSPort
ovs_bridge vmbr1
ovs_mtu 9000
auto vlan100
iface vlan100 inet static
address 10.1.0.3/25
gateway 10.1.0.126
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_mtu 1500
ovs_options tag=100
auto vlan1100
iface vlan1100 inet static
address 10.2.2.2/28
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_mtu 9000
ovs_options tag=1100
auto bond0
iface bond0 inet manual
ovs_bonds eno1 eno2 eno3
ovs_type OVSBond
ovs_bridge vmbr0
ovs_options bond_mode=balance-tcp lacp=active vlan_mode=trunk
auto vmbr0
iface vmbr0 inet manual
ovs_type OVSBridge
ovs_ports bond0
auto vmbr1
iface vmbr1 inet manual
ovs_type OVSBridge
ovs_ports eno4 vlan100 vlan1100
ovs_mtu 9000