<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: RHCSA Series: Firewall Essentials and Network Traffic Control Using FirewallD and Iptables &#8211; Part 11	</title>
	<atom:link href="https://www.tecmint.com/firewalld-vs-iptables-and-control-network-traffic-in-firewall/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/firewalld-vs-iptables-and-control-network-traffic-in-firewall/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 22 Jul 2015 23:17:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Gabriel Cánepa		</title>
		<link>https://www.tecmint.com/firewalld-vs-iptables-and-control-network-traffic-in-firewall/comment-page-1/#comment-628824</link>

		<dc:creator><![CDATA[Gabriel Cánepa]]></dc:creator>
		<pubDate>Wed, 22 Jul 2015 23:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13411#comment-628824</guid>

					<description><![CDATA[@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&#039;s going to be a mess to manage. Choose either one, and stick with it.]]></description>
			<content:encoded><![CDATA[<p>@Rizal,<br />
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&#8217;s going to be a mess to manage. Choose either one, and stick with it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rizal Rahman		</title>
		<link>https://www.tecmint.com/firewalld-vs-iptables-and-control-network-traffic-in-firewall/comment-page-1/#comment-615402</link>

		<dc:creator><![CDATA[Rizal Rahman]]></dc:creator>
		<pubDate>Fri, 03 Jul 2015 12:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13411#comment-615402</guid>

					<description><![CDATA[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&#039;t see their differences clearly.]]></description>
			<content:encoded><![CDATA[<p>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 : </p>
<p>Chain IN_public_allow (1 references)<br />
target     prot opt source               destination<br />
ACCEPT     tcp  &#8212;  anywhere             anywhere             tcp dpt:http ctstate NEW<br />
ACCEPT     tcp  &#8212;  anywhere             anywhere             tcp dpt:ssh ctstate NEW</p>
<p>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&#8217;t see their differences clearly.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
