Search results

  1. U

    I have 4 available IP addresses, I want to add them to the ProxMox of each VM

    Sounds good So inside your VM configure another of your IPs. Ping 8.8.8.8 Do tcpdump -ni vmbr0 icmp on your host, you should see the ICMP echo request and reply packets. tcpdump -ni enp3s0 icmp should show the same, these are the packets leaving/entering your system
  2. U

    I have 4 available IP addresses, I want to add them to the ProxMox of each VM

    Does your proxmox host have an IP in that range? Can you ping the default gw and 8.8.8.8 (Google nameserver) Is that IP on your vmbr interface? brctl show should show your vmbr0 bridge interface, please post your /etc/network/interfaces Are you allowed to have additional Mac addresses...
  3. U

    I have 4 available IP addresses, I want to add them to the ProxMox of each VM

    Tell us more about your setup. I suppose you have a proxmox server in a server hosting somewhere and a /29 network with a gateway from your provider, like 188.16.12.0/29. In this example 188.16.12.1 would be your gateway, 2-6 your 5 ips.
  4. U

    Where are my Proxmox files in a ZFS?

    ZFS is a complex beast but there is documentation. ;) Your disks are in one (or more) pools, in that pool you have volumes (filesystems) and blockdevices (zvols) in case of your dead proxmox server, you just set up a new one, attach your proxmox backup server and restore your vms and...
  5. U

    Wie allesAktuell halten?? Welche Update´s etc??

    Der Vorteil von topgrade ist dass es nicht nur die apt pakete updated, sondern auch flatpak, snap, rust etc. Allerding sind auf einem Proxmox host diese normal nicht installiert
  6. U

    Stuck VM on removed host

    Output of ceph -s ? Do you still need this vm 102? You should be able to move the file 102.con from the deletet host to another host: mv /etc/pve/nodes/host-deleted/qemu-server/102.conf /etc/pve/nodes/host-still-existing/qemu-server/102.conf Then try deleting /etc/pve/nodes/host-deleted/
  7. U

    Proxmox 2 Installationen Rpool ZFS

    zpool import ... -R /new/path/to/mount/under
  8. U

    journald only mail gateway / journald support for pmg-log-tracker

    Optional syslog, journald default sounds good
  9. U

    CVE-2024-3094 - Proxmox betroffen

    Kurze Antwort: Nein Längere Antwort: Das manipulierte Paket ist nur in Debian testing / unstable gewesen, NICHT in stable
  10. U

    PVE apt Problem

    grep -ris enterprise /etc/apt should show you the file and line, just add a # in front of it
  11. U

    PVE apt Problem

    Just comment out the enterprise repository line in your sources
  12. U

    Spam quarantine is empty

    Can i whitelist a sender for clamav scans instead of spamassassin, if so , how?
  13. U

    Spam quarantine is empty

    I also have this effect here, log say mail is quarantined, journal show it: root@mx01:~# journalctl |grep 3741E6613C38B2A7F5 Apr 08 10:14:35 mx01 pmg-smtp-filter[348601]: 3739A6613C36A0B2CF: moved mail for <xxxx@yyyy.com> to virus quarantine - 3741E6613C38B2A7F5 (rule: Block Viruses) Apr 08...
  14. U

    Full Disk Encryption mit TPM2 - Anleitung benötigt

    Suchst du sowas? https://www.my-it-brain.de/wordpress/network-bound-disk-encryption-im-ueberblick
  15. U

    Proxmox komplett zerschossen

    Kuck unter /etc/pve/ storage*
  16. U

    Proxmox komplett zerschossen

    lvs sollte die logical volumes anzeigen, du musst die VG noch als storage hinzufügen
  17. U

    Proxmox komplett zerschossen

    Du must es möglicherweise mit vgchange -ay vg aktivieren (VG ist der Volume group name)
  18. U

    Proxmox komplett zerschossen

    Mach Mal ein pvscan und vgscan ob dein LVM erkannt wird
  19. U

    Proxmox komplett zerschossen

    Wichtig: Keine Panik ;) Du schreibst ja dass du die Daten auf den Disks noch siehst, also neuen Proxmox Server anlegen und die Config und Platten der VMs von den vorhandenen SSDs kopieren
  20. U

    ZFS Anfängerfrage

    Vorsicht bei HA mit ZFS Replikation: Wenn die Repl unbemeerkt hängt und die HA dann auf anderem Host neu startet werden möglicherweise aktuellere Daten von alten Daten überschrieben.