Search results

  1. M

    Task history size

    Is it possible to configure the size of Proxmox VE task logs, stored in /var/log/pve/task? I wish to have 1-year long history. Thanks!
  2. M

    PVE host random freeze with Ubuntu 19.10 VM

    Hello everyone, My PVE host (up and running since 2017) started to freeze randomly while running newly installed Ubuntu 19.10 VM. Only hard host reboot solves the problem. Host and VM logs are clear about freeze, no messages. Ubuntu 19.10 VM Desktop is used in headless mode, w/o any PCI...
  3. M

    [SOLVED] ARM64 VM emulation on Proxmox 5.3 AMD64

    Hello everyone! Proxmox 5.3 added support for emulating ARM virtual machines (experimental). Anybody tried to create and run ARM-based VM using latest Proxmox 5.3? If so, can you share VM configuration file? Thanks in advance!
  4. M

    NAT and PVE firewall rules for outgoing connections on cluster and node level

    Hello! I'm using NAT network configuration for my VMs (Proxmox 5.1), and post-up iptables -t raw -I PREROUTING -i fwbr+ -j CT --zone 1 allows me to use both NAT and PVE firewall for controlling incoming connections on all 3 levels (cluster, node, VM). However, when I add PVE firewall rule...