Search results

  1. S

    Full Server backup + restore solution

    Hey guys, I was wondering what you're using to backup and restore the whole supervisor? I do backup the pve config and all vms of course, but sometimes I wish restoring the whole supervisor when things go to shit could be as easy as restoring a vm. So what do you guys use to backup the whole...
  2. S

    Bond Konfiguration – eno1 steigt irgendwann aus

    Offloading abschalten hilft leider auch nicht. Dauert wirklich so ca. 2-5 Minuten, dann ist die Kiste nicht mehr erreichbar. Noch irgendjemand eine Idee dazu?
  3. S

    Bond Konfiguration – eno1 steigt irgendwann aus

    Also Kernel Downgrade hat nicht geholfen, dauert keine 2 min mit dem 12-8er Kernel und eno1 steigt wieder aus. Jetzt werde ich mal das Offloading abschalten und schauen was passiert.
  4. S

    Bond Konfiguration – eno1 steigt irgendwann aus

    Danke. Ich habe es gerade erstmal mit einem Downgrade auf "proxmox-kernel-6.8.12-8-pve-signed" probiert. Mal schauen, ob das Abhilfe schafft erstmal.
  5. S

    Bond Konfiguration – eno1 steigt irgendwann aus

    Moin zusammen, ich habe bei mir folgende Konstellation: Mein Proxmox Server hat zwei Netzwerkkarten, (2,5gbit + 1 gbit). Je Karte besteht eine Verbindung zu einem anderen Switch, weswegen ich die als active-backup Karten konfiguriert habe. Wenn der 2,5Gbit Switch online ist, soll die Karte...
  6. S

    PVE 8.0 – fail2ban log locations missing?

    That is very helpful, thanks! I'll give that a try and see if that makes fail2ban operational again. So I guess the "findtime" is the timeframe the three retrys have to be in in order to trigger an ban, correct?
  7. S

    Proxmox + Hetzner | VMs without public IP can't access internet

    Yes. I even rebooted Proxmox entirely to be sure.
  8. S

    Proxmox + Hetzner | VMs without public IP can't access internet

    Removes the quotes. Added the ip_forward post-up as well Looks like this now: auto lo iface lo inet loopback iface enp4s0 inet manual auto vmbr0 iface vmbr0 inet static address xx.xx.xx.58/27 gateway xx.xx.xx.29 bridge-ports enp4s0 bridge-stp off...
  9. S

    Proxmox + Hetzner | VMs without public IP can't access internet

    But shouldn't the NAT routing of vmbr1 deal with that or do I really need another router vm to make this happen?
  10. S

    Proxmox bei Hetzner | VMs ohne Public IP ans Netz bringen (Internet access)

    Habe die testweise mal abgeschaltet – keine Chance, ändert nichts. Also ich kann, nachdem ich die Änderung auf vmbr0 gemacht habe, immerhin meine andere VM mit 10.10.0.2 anpingen, das geht in beide Richtungen. Auch vom VPN aus, kann ich die 10.10.0.3 anpingen, also meine neue "interne" VM...
  11. S

    Proxmox + Hetzner | VMs without public IP can't access internet

    Hello all :) The following scenario... My proxmox server at Hetzner is running with the following network config: auto lo iface lo inet loopback iface enp4s0 inet manual auto vmbr0 iface vmbr0 inet static address xx.xx.xx.58/27 gateway xx.xx.xx.29 bridge-ports enp4s0...
  12. S

    Proxmox bei Hetzner | VMs ohne Public IP ans Netz bringen (Internet access)

    Muss ich vllt. in der Proxmox Firewall noch irgendwas konfigurieren?
  13. S

    Proxmox bei Hetzner | VMs ohne Public IP ans Netz bringen (Internet access)

    Habe das nun auf vmbr0 gelegt, den Hypervisor neu gestartet, aber auch das bring mit nichts. Verstehe das nicht. Ich bekomme einfach keine Verbindung. Ich kann nichtmal die 10.10.0.1 von einer VM aus anpingen, was ja eigentlich wenigstens gehen müsste.
  14. S

    Proxmox bei Hetzner | VMs ohne Public IP ans Netz bringen (Internet access)

    Danke für deine Antwort. Die Idee hatte ich auch schon. Und ausprobiert habe ich es auch, aber es funktioniert leider nicht. Ich habe meiner VM die 10.10.0.3 gegeben und als Gateway 10.10.0.1 gesetzt. Ebenso als Nameserver 10.10.0.1 aber die VM kommt nicht raus. Ich kann noch nicht mal einen...
  15. S

    Proxmox bei Hetzner | VMs ohne Public IP ans Netz bringen (Internet access)

    Hallo zusammen :) Folgendes Szenario... Mein Proxmox Server bei Hetzner läuft mit folgender Netzwerkconfig: auto lo iface lo inet loopback iface enp4s0 inet manual auto vmbr0 iface vmbr0 inet static address xx.xx.xx.58/27 gateway xx.xx.xx.29 bridge-ports enp4s0...
  16. S

    A bootable clone of the PVE Host – How To?

    Dear fellow proxmoxers, I do have multiple backups of my VMs distributed to various storage services, like within the local network and on cloud services, so that when a VM crashes or needs to be restored, I do have options. However, when it comes to the hypervisor itself, the restore process...
  17. S

    PVE 8.0 – fail2ban log locations missing?

    Alright, thanks. So if I change the files to: [proxmox] enabled = true port = https,http,8006 filter = proxmox banaction = iptables backend = systemd maxretry = 5 findtime = 1d bantime = 1d Filter: [Definition] failregex = pvedaemon\[.*authentication (verification )?failure...
  18. S

    After upgrade to PVE 8.0 no network access

    Sorry but I have no physical access to the machine just a screen capture remote console. Would've not been possible with the journal I guess.
  19. S

    PVE 8.0 – fail2ban log locations missing?

    Hi there! I just wanted to copy my fail2ban configs as follows: [proxmox] enabled = true port = https,http,8006 filter = proxmox logpath = /var/log/daemon.log maxretry = 3 # 10 minutes bantime = 600 [ssh] enabled = true port = ssh filter = sshd logpath = /var/log/auth.log maxretry = 3...
  20. S

    After upgrade to PVE 8.0 no network access

    That was all good. I ended up reinstalling, pasting my exact same network config again and everything is running again. Guess I'll never know what caused this? Strange.