This is probably a simple brain-o on my part, but I'm not seeing a
(Note, I'm not asking how to add the
What I'm asking is how to toggle the Firewall setting on an individual VM, as would be done in the web interface here:
Is there a simple cli command for this, or will I need to start generating and modifying the
qm
option (or other command line tool) for enabling/disabling the firewall for a VM.(Note, I'm not asking how to add the
,firewall=1
option to a network interface at VM creation time nor afterwards. That's documented in the qm
man page.)What I'm asking is how to toggle the Firewall setting on an individual VM, as would be done in the web interface here:
Is there a simple cli command for this, or will I need to start generating and modifying the
/etc/pve/firewall/<VMID>.fw
files directly, or something else?