Eric Garver
Eric Garver
Does it reproduce if you name it `public-3.xml` instead of `public.3.xml`? Maybe the extension is the problem.
There is a WIP #1316. It needs some work though.
Firewalld has different policies depending on Fedora install. The Server variant is much more restrictive and requires `sudo` for most commands. If using `sudo` works then you can change the...
@spstarr, If you're adding configuration to a zone the XML config will be at `/etc/firewalld/zones/.xml`. Or are you referring to direct rules?
I don't follow what this gains you when you can cat the files in `/etc/firewalld/`. Can you help me understand what I'm missing?
Translating from XML back to user CLI is questionably useful, IMO. Feel free to reopen if you have a specific use case that needs this feature.
> Now that the [direct interface is deprecated](https://firewalld.org/2021/06/the-upcoming-1-0-0#direct-interface-is-deprecated), how do we do this? I added a footer to that section of the post. Deprecation is not removal. It'll be years...
@liskin , have you tried this since 88e76ddfed6fe348975bfea9002da0e4627c6e25 (v0.8.0+)? That commit made module loading failures non-fatal. AFAIK, using userspace helpers is no different in regards to the nftables rules. Edit:...
Two options that I can think of: 1. add an `NftablesRuleDebug` config - would add a comment to generated rules that shows the firewalld rule/config that caused the nftables rule...
> Hey @erig0 , I was thinking of taking the time and picking up this issue, I do see there's this stale PR that could collide (#1290) I do not...