Was @Falk R. sagt macht am meisten Sinn: USV so konfigurieren, dass die Outlets erst ab einem bestimmten Ladestand (50% oder so) wieder Strom kriegen. So fängt man das Szenario "Strom kurz da, gleich wieder weg" ab.
Ansonsten: Host per BIOS auf...
Frage 1 ) Habt du remote KVM Zugriff per VPN
Frage 2) wie wichtig sind die VMs und wie robust sind die Betriebssysteme / Anwendungen
Frage 3) Welche USV und welche Managementsoftware läuft
Das Muster ist ziemlich aufschlussreich: VMs laufen weiter, aber Host-Dienste und LXCs nicht. VMs haben ihren eigenen Netzwerk-Stack über QEMU, LXCs teilen sich aber den Host-Kernel. Wenn der Host hängt (Storage, OOM, Kernel-Bug), sind die LXCs...
Ja das ist klassisches Unknown-Unicast-Flooding auf der Linux Bridge. Deine Analyse stimmt, der Host kennt die Ziel-MAC nicht (mehr) und flutet das Paket an alle Ports auf dem VLAN.
Die 290 Sekunden passen zur Default Ageing Time der Bridge...
Ob du das virtuell oder Physisch betreibst ist erst einmal egal.
Da würde ich mir mal die Carp Konfigurationen anschauen. Eigentlich sollte die interne FW nichts mitbekommen.
Eventuell hast du auch etwas extremes Logging aktiv?
Die beste Hilfe...
Hallo Stoiko.
Ok, das versuche ich. Plesk will die Einträge alle in einer Zeile und ohne " in der Mitte; also etwas anders als das PMG.
Daher habe ich zwei TXT-Einträge angelegt. Ich nehme an, dass Du oben pmg._domainkey.your.domain (also mit...
Hallo Stoiko.
Ok, das versuche ich. Plesk will die Einträge alle in einer Zeile und ohne " in der Mitte; also etwas anders als das PMG.
Daher habe ich zwei TXT-Einträge angelegt. Ich nehme an, dass Du oben pmg._domainkey.your.domain (also mit...
Hi everyone, I recently picked up a 16GB Radeon Pro V340 and it runs great for gaming. I'm currently benchmarking different games, so I hope the performance stats are useful to you. I'm not sure if I'm allowed to share the link here, but I'll be...
FDB-Overflow ist raus, gut. Dann müssen wir rausfinden warum die Bridge die MACs nicht dauerhaft lernt. Wenn das Flooding gerade aktiv ist, check mal ob die betroffene Client-MAC überhaupt in der FDB steht:
bridge fdb show br vmbr001 | grep...
yes, the CLI tools are always running as root@pam. so that explains the difference - if you want to restore this container with idmaps you need to log in as root@pam on the UI as well.
I completely agree with leesteken on this one.
Looking at that script here, I notice it is installing a privileged LXC. I can only imagine what else it is doing. This is most likely the source of the issue.
You cannot share devices from the same IOMMU group (safely) between VMs and/or the Proxmox host: https://pve.proxmox.com/wiki/PCI_Passthrough#Verify_IOMMU_isolation . Lots of PCI(e) passthrough threads about exactly this and IOMMU groups in...
Thank you for adding this very concrete data point.
Please report this to the community-scripts (that are not provided or supported by Proxmox) issues page. The people there know the script and might be able to pinpoint and fix the problem.
I came across this and thought I'd provide a little info, cause I have the exact same problem.
For me this behaviour started immediately after I ran the Unifi installation script...
May I ask a last question: Since each board 4 NICs, 1 (enp6s0) is yet unused:
enp7s0 and enp8s0 are in use for the "full mesh network" using Fabrics and assigned for replication and migration
enp5s0 is for everything else, WebUI, Corosync, VM...
Für so ein überschaubliches Setup (1 Node, paar VMs, fast alles nur per VPN) kannst du das problemlos mit nativem Linux lösen. NAT/Masquerade über nftables, Proxmox-Firewall für die Regeln, fertig. Mach ich bei kleineren Setups auch so, das...
I mixed up things , this is the Remote PBS need to have the WAN static IP ( Source PBS static ip not mandatory in the pull case )
indeed most routers are able to forward port only for specified WAN public IP.
if router can't do this, then...