I want to block virtual machines from being able to connect to proxmox interfaces on https://10.0.12.100:8006 for example. I've only tried the following which blocked all access not just the VMs.
[/code][RULES]
IN ACCEPT -i vmbr1 -source 10.0.12.0/24 -log nolog[/code]
If possible I want it to be a cluster wide rule rather than creating the rule for each virtual machine. I know I can do this other ways through external firewalls/Pfsense but hoping I can just do it at the proxmox firewall level.
[/code][RULES]
IN ACCEPT -i vmbr1 -source 10.0.12.0/24 -log nolog[/code]
If possible I want it to be a cluster wide rule rather than creating the rule for each virtual machine. I know I can do this other ways through external firewalls/Pfsense but hoping I can just do it at the proxmox firewall level.