qubes-issues icon indicating copy to clipboard operation
qubes-issues copied to clipboard

qvm-firewall doesnt accept dest6=::/0

Open b90g opened this issue 1 year ago • 0 comments

How to file a helpful issue

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

b90g avatar Jun 23 '24 15:06 b90g