firewalld/FedoraServer.xml
Eric Garver c2e602b9fa fix: enable forward by default for Fedora zones
Upstream enabled forward [1] by default for stock zones in v1.0.0.
FedoraServer and FedoraWorkstation should follow upstream. This fixes
some out of the box issues for users.

e.g. wireguard doesn't work until user does `firewall-cmd --add-forward`

With this enabled wireguard and other VPNs will work out of the box.

[1]: https://firewalld.org/2020/04/intra-zone-forwarding
2022-07-07 10:36:56 -04:00

10 lines
356 B
XML

<?xml version="1.0" encoding="utf-8"?>
<zone>
<short>Public</short>
<description>For use in public areas. You do not trust the other computers on networks to not harm your computer. Only selected incoming connections are accepted.</description>
<service name="ssh"/>
<service name="dhcpv6-client"/>
<service name="cockpit"/>
<forward/>
</zone>