I have a working firstwalld with wireguard config working on f30 but after the update to f31 some of my config is not being applied. I have the following: $ more /etc/firewalld/direct.xml <?xml version="1.0" encoding="utf-8"?> <direct> <rule ipv="ipv4" table="filter" chain="FORWARD" priority="0">-i wg0 -o internal -j ACCEPT</rule> <rule ipv="ipv4" table="filter" chain="FORWARD" priority="0">-i wg0 -o internal -m state --state RELATED,ESTABLISHED - j ACCEPT</rule> </direct> This is important as it allows routing from interface wg0 to interface internal. What is the F31 version of the above? I tried punting the issue by switching firewalld back to iptables but that did not seen to fix it. Barry _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx