qubes-issues
qubes-issues copied to clipboard
qvm-firewall doesnt accept dest6=::/0
Qubes OS release
4.2.2-rc1
Brief summary
Trying to create a firewall rule that only allows ipv6 traffic results in allowing all traffic.
( kind of like qvm-featues ipv4 '' which does only exist for ipv6)
Steps to reproduce
set up firewall to drop everything in GUI then:
$ qvm-firewall calendar add --before=0 accept proto=tcp dst6=::/0
Expected behavior
0 accept ::/0 tcp - - - - -
Actual behavior
0 accept - tcp - - - - -
https://forum.qubes-os.org/t/trying-do-disable-most-ipv4-traffic/27160