Recent content by arnoproxmox

  1. A

    [SOLVED] Invalid packets from Proxmox causes Proxmox server to be unreachable

    This was not enough. I had to restart the VMs. Online there is a suggestion to use ifreload -a. Don't know if that is the proper way to restart the network in Proxmox.
  2. A

    [SOLVED] Invalid packets from Proxmox causes Proxmox server to be unreachable

    Added /24 service networking restart enable "drop invalid packages" on OpenWRT router. Proxmox server stays reachable. Issue solved. Thanks
  3. A

    [SOLVED] Invalid packets from Proxmox causes Proxmox server to be unreachable

    Added How is a device called that routes (wifi) traffic between (and the same) subnets? There is a device between client and server.
  4. A

    [SOLVED] Invalid packets from Proxmox causes Proxmox server to be unreachable

    They are used for hosting files on a webserver (proxmox-mirror). For extra IP addresses (and extra local dns entries) Installed Proxmox on top of Debian using a Proxmox guide. Did I forget a setting? Should it be /24?
  5. A

    [SOLVED] Invalid packets from Proxmox causes Proxmox server to be unreachable

    No that was 5 years ago and I checked just now: File is gone. I think due to upgrades/migrations/re-installs. Any packet that passes through the router. All invalid packets are being dropped. As I wrote in my first post: Client, router and server all in the same subnet. Client connected to...
  6. A

    [SOLVED] Invalid packets from Proxmox causes Proxmox server to be unreachable

    Hi, Setup: Client -> Router -> Proxmox server All on the same subnet When the router is configured to drop invalid packets the Proxmox server is unreachable. When the option is disabled on the router the proxmox server is reachable. That is, I've been told, because Proxmox tries to route...
  7. A

    POM: Mirror netboot installer

    For netbootxyz I want to self-host the netboot installers. For the (Debian) mirror I use POM. mirror: debian_bookworm_main architectures amd64 architectures all base-dir /data/files/ftp/www/linux/debian ignore-errors false key-path...
  8. A

    [SOLVED] PXE boot of VM (OVMF): Access denied

    Secure boot it was. Thanks. Removing and add a EFI Disk solved it.
  9. A

    Audio device in VM without audio device in configuration

    Hi, After creating a VM (see image) there is an audio device in the Debian VM. No audio device in configuration and no passthrough. Please explain. (pveversion pve-manager/8.3.2/3e76eec21c4a14a7 (running kernel: 6.8.12-5-pve) Packages up to date. Debian 12 Host and VM.
  10. A

    [SOLVED] PXE boot of VM (OVMF): Access denied

    Hi, When booting from selfhosted netboot.xyz the file from the tftp server (netboot.xyz.efi) is downloaded successfully but access is denied (see image). The VM doesn't boot. (Using SeaBIOS and netboot.xyz.kpxe does boot) Does anybody know why?
  11. A

    [SOLVED] Creating a Debian VM (UEFI/OVMF)

    Hi to you all, After reading https://forum.proxmox.com/threads/purpose-of-the-efi-disk.53862/ I still can't create a VM (q35 and EFI disk). Starting with a Debian 12 iso, how do I install Debian? The installer wants me to create an EFI partition. When I don't create an EFI partition (because...
  12. A

    [SOLVED] Notifications configuration on local LAN

    Thanks for setting on the right track. Your test worked after changing the mail address of root from root@localhost to root@<hostname>. Probably a postfix configuration issue (out of scope for here) but at least I receive mail. Before the change of mail address the backup job showed: INFO...
  13. A

    [SOLVED] Notifications configuration on local LAN

    Hi, Proxmox running fine for a long time. Now trying to configure notifications via E-mail: Set mail address of root to root@localhost. Set mall address of backup job to root@localhost (E-mail (Legacy)-Send Always). No mail received. echo "Test mail from postfix" | mail -s "Test proxmox from...
  14. A

    [SOLVED] Migrate Windows VM from kvm to Proxmox (BSOD)

    The safe mode trick didn't work for me. My original question is solved so thanks for all the answers.