Search results

  1. 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!
  2. M

    DNAT/SNAT via pve-firewall PREROUTING/POSTROUTING

    Dear Spirit, in case of SNAT/DNAT, do we really need add POSTROUTING rule? In my case PVE firewall works for outgoing rules without POSTROUTING rule (PVE 5.2). Also I wonder, how pve-firewall works on outgoing traffic rules. For example, if I define blocking outgoing rule on cluster/node...
  3. M

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

    Need moderator help, please change topic name to "NAT and PVE firewall rules for outgoing connections on cluster and node level" - this describes my issue more precise. Thanks in advance! ...Still not understand why outgoing PVE firewall rules are ignored on cluster/node (host) level, but...
  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...