Recent content by janus57

  1. J

    Unable to connect to my PVE Host

    Hi, Yes, you can; you just have to edit the interface file. Also you can do what the GUI does in CLI, either via Linux commands or via proxmox CLI (see : https://pve.proxmox.com/pve-docs/index.html). Best regards,
  2. J

    Fragnesia

    Hi, FYI : https://ubuntu.com/security/CVE-2026-46300#status https://security-tracker.debian.org/tracker/CVE-2026-46300 Best regards,
  3. J

    [SOLVED] My proxmox stopped responding in the browser (web interface).

    Hi, Look at your screen the file "access.log" have the wrong owner & chmod Best regards,
  4. J

    Subscription Issues

    Hi, Have you checked your DNS on your host ? Can you ping/resolve shop.proxmox.com ? Best regards,
  5. J

    Secure Boot – Microsoft UEFI CA 2023 Certificate Not Included in EFI Disk

    Hi, not only, it also impact linux when Secure Boot is enable and use shim signed with : MS 2023 UEFI CA have you done it when the VM was shutdown ? Best regards,
  6. J

    3 nodes without cluster sharing a subnet?

    Hi, yes, see REF1918 for completeness Yes, if your router can do a static route But at this point the question will be more "Why would you do this" instead of putting it all in the same subnet ? Best regards,
  7. J

    3 nodes without cluster sharing a subnet?

    Hi, Your issue is not proxmox but pure network missing knowledge. If you want to communicate between networks, you need a router + 192.169.X.X range is not private; you should check rfc1918. Best regards,
  8. J

    Cannot "deliver" SPAM from quarentine

    Hi, You should show the logs, but if the status is "queued/delivered" it's most likely that your mail server has accepted the mail and you should look at the log of this server. Best regards,
  9. J

    Secure Boot – Microsoft UEFI CA 2023 Certificate Not Included in EFI Disk

    Hi, SeaBIOS => not UEFI so it does not apply If you want to be sure you can run this powershell : [System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Windows UEFI CA 2023' [System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI kek).bytes) -match 'Microsoft...
  10. J

    Proxmox 9.1 on HP T620 Thin Client - Supported?

    Hi, If you know how to modify a BIOS, you can do it; otherwise, i don't thinks it's possible if the manufacturer has not put this option in BIOS. Best regards,
  11. J

    Cannot "deliver" SPAM from quarentine

    Hi, Is "192.168.178.139" your mail server ? If yes the reject seem to come from it. Best regards,
  12. J

    Proxmox 9.1 on HP T620 Thin Client - Supported?

    Hi, The CPU "GX-415GA" does support AMD-V[1][2], but if HP doesn't expose the settings in the BIOS, you are screwed. [1]https://www.cpu-world.com/CPUs/Jaguar/AMD-G-Series%20GX-415GA%20-%20GE415GIBJ44HM.html...
  13. J

    [SOLVED] Issue with license ( from remote ) ?

    Hi, what is your exact version of subscription licence (PREMIUM/STANDARD/BASIC/COMMUNITY) ? Best regards,
  14. J

    All Helper Scripts Fail

    Hi, You should ask the maintainer of the script. Here it's the proxmox forum. Best regards,
  15. J

    New VM already installed OS

    Hi, do you reuse the same VMID ? If yes maybe the disk wasn't erase when you delete the VM with ID 610 Best regards,