Hi everyone,
I’m trying to achieve a VM‑wide IPv6 block in Proxmox using only the GUI, without manually editing:
I want the GUI rule to behave exactly like the manual rules:
These two rules correctly block all IPv6 traffic, including:

I’m trying to achieve a VM‑wide IPv6 block in Proxmox using only the GUI, without manually editing:
Code:
/etc/pve/firewall/<VMID>.fw
Code:
IN -6 DROP
OUT -6 DROP
- TCPv6
- UDPv6
- ICMPv6
- ND / RA
- Multicast
- Everything in the IPv6 family
