Search results

  1. Hannes Laimer

    Proxmox in Datacenter with public IP passthrough

    Hey, yes, just create a bridge and don't assign it an IP on the host, then add the bridge to the VM. Alternatively, you can also just pass through the NIC itself to the VM.
  2. Hannes Laimer

    Network bridge problem

    Hey, do you have the firewall configured?
  3. Hannes Laimer

    Proxmox 8.3 + Netzwerkkarte Broadcom BCM57416

    Hey, so ganz ohne irgendwelche Fehlermeldungen/Log Einträge ist das sehr schwer zu sagen. Aber vielleicht siehst du dir mal [1], könnte mit dem zu tun haben was du beschreibst. [1] https://forum.proxmox.com/threads/broadcom-nics-down-after-pve-8-2-kernel-6-8.146185/
  4. Hannes Laimer

    PBS und entfernbare Datastores

    Hab das nicht ganz eindeutig formuliert. ich meinte das hier, also es wird genau dann gesynct wenn eingelegt wird. Es gibt dann keinen fixen "Zeitplan".
  5. Hannes Laimer

    PBS und entfernbare Datastores

    Das kommt von der UI, also die fragt nach und das führt zu diesen Meldungen. Generell gibt es zu dem "Sync bei mount ausführen" Thema ein Issue (und auch schon einen ersten Patch) auf Bugzilla[1]. Wie du das vorhin beschrieben hast, sollte das eigentlich dein Problem lösen. [1]...
  6. Hannes Laimer

    permission error importing existing datastore

    Hey, it is basically this [1] what is checked for. [1] https://git.proxmox.com/?p=proxmox-backup.git;a=blob;f=pbs-datastore/src/chunk_store.rs;h=29d5874a10ff814b604a33bcc22dbb9228e78afb;hb=c312d5848879be9f3a49dc031ada49ac03654526#l599
  7. Hannes Laimer

    PBS und entfernbare Datastores

    Hey, nein. Es geht um das Gerät welches den Datastore enthält, wenn du zwei Geräte hast dann gibt es auch mindestens zwei Datastores. Ein Gerät kann mehrere Datastores enthalten, aber ein Datastore ist auf genau einem Gerät.
  8. Hannes Laimer

    Proxmox Node | DNS Records

    Hey, wenn du ein nicht self-signed SSL Zertifikat möchtest, wirst du da nicht drum rum kommen, aber je nachdem wie du das machst muss der DNS record nicht die öffentliche IP enthalten. Aber nein, PVE braucht weder eine öffentliche IP, noch einen passenden DNS record. Bin mir aber nicht ganz...
  9. Hannes Laimer

    [SOLVED] Yet another networking issue from former ESXi user

    Hey, I assume you have a DHCP server running on 172.22.0.0/16, could you run dhclient -v in a VM connected to the vmbr1ext bridge? What is the output? And just to be sure, could you also post the output of ip a from inside a VM? Can two VMs connected to vmbr1ext ping each other, after assigning...
  10. Hannes Laimer

    Verständnisfrage Speicherplatz Backupserver

    Hey, generell werden Daten die bei verschiedenen Backups gleich sind nur einmal gespeichert. Dazu werden die Daten in viele kleine 'chunks' aufgeteilt, und diese werden dann von Backups referenziert, ein chunk kann also von mehreren Backups verwendet werden, wird aber nur einmal gespeichert...
  11. Hannes Laimer

    Question About Prune Datastore

    GC[1] will do that, and how much that is depends on how much of the data is reused in other snapshots. [1] https://pbs.proxmox.com/docs/backup-client.html#garbage-collection
  12. Hannes Laimer

    Question About Prune Datastore

    Hey, no, this will delete all snapshots. Prune deletes some, according to the configuration.
  13. Hannes Laimer

    my virtual machine in proxmox linux does not have internet

    Do you have the firewall enabled on you PVE host?
  14. Hannes Laimer

    my virtual machine in proxmox linux does not have internet

    Hey, your VMs are on the same network, you don't need NAT. Could you reboot the host, so iptables is reset. Then could you check if the VM can ping the router and the PVE host. Additionally can you reach 1.1.1.1 from the host and from the VM?
  15. Hannes Laimer

    Letsencrypt für LXC klappt nicht

    Hey, ist der CT vom Internet aus erreichbar, bzw. hat er eine öffentliche IP? Wie hast du denn versucht ein Zertifikat zu bekommen? Certbot? Generell hat ein Zertifikat für den CT nichts mit einem Zertifikat für den host zu tun, also ob du das Zertifikat für einen Webserver auf deinem Laptop...
  16. Hannes Laimer

    installing proxmox - vmbr0 seems to be down on install?

    Sorry, forgot to reply. What does ifreload -av say? You have iface eno1 inet manual twice in your config, but that should not be the problem.
  17. Hannes Laimer

    Downgrade package libpve-network-perl

    Hey, that is an oddly specific question, why would you expect a package installation to cause a reboot? Generally downgrading is always a little risky and generally not supported[1], but I assume you know that. [1] https://wiki.debian.org/SystemDowngrade
  18. Hannes Laimer

    Logical Volume wird nach reboot nicht mehr erkannt

    Bist du der Anleitung hier [1] gefolgt? Wie hast du den PVE host installiert? Wie in den Docs beschrieben, kann die Installation nicht mit der ISO etwas kompliziert sein. Gabs beim apt install proxmox-backup-server irgendwelche Fehler/Warnungen? [1]...
  19. Hannes Laimer

    Logical Volume wird nach reboot nicht mehr erkannt

    Hey, als VM? Oder direkt auf dem host?