Comments on: RHCSA Series: Firewall Essentials and Network Traffic Control Using FirewallD and Iptables – Part 11 https://www.tecmint.com/firewalld-vs-iptables-and-control-network-traffic-in-firewall/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Wed, 22 Jul 2015 23:17:55 +0000 hourly 1 By: Gabriel Cánepa https://www.tecmint.com/firewalld-vs-iptables-and-control-network-traffic-in-firewall/comment-page-1/#comment-628824 Wed, 22 Jul 2015 23:17:55 +0000 http://www.tecmint.com/?p=13411#comment-628824 @Rizal,
Yes, firewalld is an independent service but just like the iptables service, both are a front-end to the netfilter packet filtering framework inside the Linux kernel. You should NOT have both iptables and firewalld active, because that’s going to be a mess to manage. Choose either one, and stick with it.

]]>
By: Rizal Rahman https://www.tecmint.com/firewalld-vs-iptables-and-control-network-traffic-in-firewall/comment-page-1/#comment-615402 Fri, 03 Jul 2015 12:46:02 +0000 http://www.tecmint.com/?p=13411#comment-615402 Is firewalld an independent service? Or it just a tool for configuring iptables? Because in my fedora, when i add permanent ports for http and ssh with firewalld, in my iptables show these rules when i execute iptables -L :

Chain IN_public_allow (1 references)
target prot opt source destination
ACCEPT tcp — anywhere anywhere tcp dpt:http ctstate NEW
ACCEPT tcp — anywhere anywhere tcp dpt:ssh ctstate NEW

And if firewalld is an independent service, when i have rules in both of them (firewalld and iptables), which will be executed first ? whereas iptables is executing rules from top to bottom. I think i still can’t see their differences clearly.

]]>