Fedora has a Firewall Configuration interface:

Does this use iptables underneath to enforce the rules?
|
|
I assume it does, but it's easy to find out to make sure: As root or via sudo do:
It should print out a bunch of rules. If you see rules that match what you selected via the GUI interface, you can assume it does. :) |
|||||
|
|
It pretty much has to, unless they've done a whole lot of reinventing the wheel in order to talk to the kernel's netfilter interface directly, which would mean a great deal of hassle for absolutely no benefit -- there's literally nothing that said interface can do that iptables can't tell it to. If you want to be sure, go to a root console and type
You should see a list of active filter rules. |
|||
|
|