<?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: How to Restrict Network Access Using FirewallD	</title>
	<atom:link href="https://www.tecmint.com/restrict-network-access-using-firewalld/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/restrict-network-access-using-firewalld/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 03 Aug 2022 19:15:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: William Nolf		</title>
		<link>https://www.tecmint.com/restrict-network-access-using-firewalld/comment-page-1/#comment-1856327</link>

		<dc:creator><![CDATA[William Nolf]]></dc:creator>
		<pubDate>Wed, 03 Aug 2022 19:15:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38768#comment-1856327</guid>

					<description><![CDATA[I have 3 network interfaces and would like to limit &lt;strong&gt;tftp&lt;/strong&gt; to only one of the interfaces. For example, I have networks 192.168.100.0, 192.168.101.0, and 192.168.102.0.  tftp should only be able to access the server via the 102 networks.  Is this possible?]]></description>
			<content:encoded><![CDATA[<p>I have 3 network interfaces and would like to limit <strong>tftp</strong> to only one of the interfaces. For example, I have networks 192.168.100.0, 192.168.101.0, and 192.168.102.0.  tftp should only be able to access the server via the 102 networks.  Is this possible?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: omavel		</title>
		<link>https://www.tecmint.com/restrict-network-access-using-firewalld/comment-page-1/#comment-1397066</link>

		<dc:creator><![CDATA[omavel]]></dc:creator>
		<pubDate>Tue, 01 Dec 2020 12:42:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38768#comment-1397066</guid>

					<description><![CDATA[How to reject all connections and allow the only ssh from one certain network?
&lt;pre&gt;
$ sudo firewall-cmd --zone=public --add-service=ssh
$ sudo firewall-cmd --zone=public --add-source=172.17.17.0/24
$ sudo firewall-cmd --runtime-to-permanent
&lt;/pre&gt;
Didn&#039;t work, still can ping internets from the VM. Interface is in public zone.]]></description>
			<content:encoded><![CDATA[<p>How to reject all connections and allow the only ssh from one certain network?</p>
<pre>
$ sudo firewall-cmd --zone=public --add-service=ssh
$ sudo firewall-cmd --zone=public --add-source=172.17.17.0/24
$ sudo firewall-cmd --runtime-to-permanent
</pre>
<p>Didn&#8217;t work, still can ping internets from the VM. Interface is in public zone.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: roland		</title>
		<link>https://www.tecmint.com/restrict-network-access-using-firewalld/comment-page-1/#comment-1345880</link>

		<dc:creator><![CDATA[roland]]></dc:creator>
		<pubDate>Mon, 20 Jul 2020 12:12:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38768#comment-1345880</guid>

					<description><![CDATA[Does this tool preclude the use of iptables?]]></description>
			<content:encoded><![CDATA[<p>Does this tool preclude the use of iptables?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/restrict-network-access-using-firewalld/comment-page-1/#comment-1345407</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Sat, 18 Jul 2020 05:14:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38768#comment-1345407</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/restrict-network-access-using-firewalld/comment-page-1/#comment-1345335&quot;&gt;David&lt;/a&gt;.

@David,

My bad, yes I must cross-check commands before publishing an article, thanks man, I&#039;ve corrected the commands in the article...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/restrict-network-access-using-firewalld/comment-page-1/#comment-1345335">David</a>.</p>
<p>@David,</p>
<p>My bad, yes I must cross-check commands before publishing an article, thanks man, I&#8217;ve corrected the commands in the article&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/restrict-network-access-using-firewalld/comment-page-1/#comment-1345405</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Sat, 18 Jul 2020 05:12:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38768#comment-1345405</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/restrict-network-access-using-firewalld/comment-page-1/#comment-1345355&quot;&gt;Sven&lt;/a&gt;.

@Sven,

Sorry for that, I&#039;ve corrected the commands in the article...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/restrict-network-access-using-firewalld/comment-page-1/#comment-1345355">Sven</a>.</p>
<p>@Sven,</p>
<p>Sorry for that, I&#8217;ve corrected the commands in the article&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
