How to change default values for VM firewall?

fcyrl

New Member
Dec 29, 2020
2
0
1
47
How can we change the default values for the VM Firewalls so that they apply for all newly created VM.

Firewall - Proxmox VE : Sub heading of VM/Container Configuration - Under Options. For example

dhcp: <boolean> (default = 0)
enable: <boolean> (default = 0)
macfilter: <boolean> (default = 0)
ipfilter: <boolean>
ndp: <boolean> (default = 0)

etc....
 
This is not possible as those values are hardcoded. But you could create the VMs and Containers via the API and always set those options to the values you want.