<?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/"
	xmlns:series="https://publishpress.com/"
	
	>
<channel>
	<title>
	Comments on: Static NAT	</title>
	<atom:link href="https://www.practicalnetworking.net/series/nat/static-nat/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.practicalnetworking.net/series/nat/static-nat/</link>
	<description>Networking presented simply, practically, and applicably</description>
	<lastBuildDate>Fri, 18 Apr 2025 05:07:12 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Jethro		</title>
		<link>https://www.practicalnetworking.net/series/nat/static-nat/#comment-254994</link>

		<dc:creator><![CDATA[Jethro]]></dc:creator>
		<pubDate>Fri, 18 Apr 2025 05:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1677#comment-254994</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.practicalnetworking.net/series/nat/static-nat/#comment-254993&quot;&gt;Jethro&lt;/a&gt;.

&lt;span&gt;Just to elaborate, with the distinction you make between NAT &#038; PAT, I guess my question would be more accurately phrased as &quot;is static PAT basically just port forwarding?&quot; Since strictly speaking NAT does not involve ports.&lt;/span&gt;

&lt;span&gt;In any case, I&#039;ll continue reading, and my hunch is the later articles would naturally clarify this point to me.&lt;/span&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.practicalnetworking.net/series/nat/static-nat/#comment-254993">Jethro</a>.</p>
<p><span>Just to elaborate, with the distinction you make between NAT &amp; PAT, I guess my question would be more accurately phrased as &#8220;is static PAT basically just port forwarding?&#8221; Since strictly speaking NAT does not involve ports.</span></p>
<p><span>In any case, I&#8217;ll continue reading, and my hunch is the later articles would naturally clarify this point to me.</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jethro		</title>
		<link>https://www.practicalnetworking.net/series/nat/static-nat/#comment-254993</link>

		<dc:creator><![CDATA[Jethro]]></dc:creator>
		<pubDate>Fri, 18 Apr 2025 05:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1677#comment-254993</guid>

					<description><![CDATA[Haven&#039;t read through the entire series yet, but just wanted to ask: is static NAT basically just port forwarding?]]></description>
			<content:encoded><![CDATA[<p>Haven&#8217;t read through the entire series yet, but just wanted to ask: is static NAT basically just port forwarding?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ed Harmoush		</title>
		<link>https://www.practicalnetworking.net/series/nat/static-nat/#comment-254021</link>

		<dc:creator><![CDATA[Ed Harmoush]]></dc:creator>
		<pubDate>Tue, 26 Apr 2022 20:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1677#comment-254021</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.practicalnetworking.net/series/nat/static-nat/#comment-254003&quot;&gt;Samir&lt;/a&gt;.

NAT is transparent to the hosts. Ping will not tell you whether you are or are not being NATed. 

There are other protocols you can use (STUN, for instance), but those aren&#039;t implemented in most operating systems and would have to be installed manually.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.practicalnetworking.net/series/nat/static-nat/#comment-254003">Samir</a>.</p>
<p>NAT is transparent to the hosts. Ping will not tell you whether you are or are not being NATed. </p>
<p>There are other protocols you can use (STUN, for instance), but those aren&#8217;t implemented in most operating systems and would have to be installed manually.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Samir		</title>
		<link>https://www.practicalnetworking.net/series/nat/static-nat/#comment-254003</link>

		<dc:creator><![CDATA[Samir]]></dc:creator>
		<pubDate>Wed, 13 Apr 2022 09:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1677#comment-254003</guid>

					<description><![CDATA[How would one test the NATing? is it possible to do it with a ping? 
the host on the internet will then send a ping request to &lt;span class=&quot;ql-font-monospace&quot;&gt;73.8.2.33&lt;/span&gt; and that will get translated to &lt;span class=&quot;ql-font-monospace&quot;&gt;10.2.2.33&lt;/span&gt; and will the returned Ping reply come back correctly? I have tried this on industrial routers (non-cisco) and I experience there are problems with ARP requests. Or is there any other way to test it? perhaps trying to see if telnet request works etc.]]></description>
			<content:encoded><![CDATA[<p>How would one test the NATing? is it possible to do it with a ping?<br />
the host on the internet will then send a ping request to <span class="ql-font-monospace">73.8.2.33</span> and that will get translated to <span class="ql-font-monospace">10.2.2.33</span> and will the returned Ping reply come back correctly? I have tried this on industrial routers (non-cisco) and I experience there are problems with ARP requests. Or is there any other way to test it? perhaps trying to see if telnet request works etc.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ed Harmoush		</title>
		<link>https://www.practicalnetworking.net/series/nat/static-nat/#comment-253906</link>

		<dc:creator><![CDATA[Ed Harmoush]]></dc:creator>
		<pubDate>Mon, 10 Jan 2022 18:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1677#comment-253906</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.practicalnetworking.net/series/nat/static-nat/#comment-253899&quot;&gt;Surender&lt;/a&gt;.

Thank you, Surender =)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.practicalnetworking.net/series/nat/static-nat/#comment-253899">Surender</a>.</p>
<p>Thank you, Surender =)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Surender		</title>
		<link>https://www.practicalnetworking.net/series/nat/static-nat/#comment-253899</link>

		<dc:creator><![CDATA[Surender]]></dc:creator>
		<pubDate>Sun, 09 Jan 2022 23:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1677#comment-253899</guid>

					<description><![CDATA[Information provided in this article is crystal clear.]]></description>
			<content:encoded><![CDATA[<p>Information provided in this article is crystal clear.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ed Harmoush		</title>
		<link>https://www.practicalnetworking.net/series/nat/static-nat/#comment-250102</link>

		<dc:creator><![CDATA[Ed Harmoush]]></dc:creator>
		<pubDate>Sat, 24 Jul 2021 04:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1677#comment-250102</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.practicalnetworking.net/series/nat/static-nat/#comment-249989&quot;&gt;Mircea&lt;/a&gt;.

Thank you, Mircea =).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.practicalnetworking.net/series/nat/static-nat/#comment-249989">Mircea</a>.</p>
<p>Thank you, Mircea =).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mircea		</title>
		<link>https://www.practicalnetworking.net/series/nat/static-nat/#comment-249989</link>

		<dc:creator><![CDATA[Mircea]]></dc:creator>
		<pubDate>Thu, 22 Jul 2021 08:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1677#comment-249989</guid>

					<description><![CDATA[Thank you!
You are really the best in teaching the networking.]]></description>
			<content:encoded><![CDATA[<p>Thank you!<br />
You are really the best in teaching the networking.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ed Harmoush		</title>
		<link>https://www.practicalnetworking.net/series/nat/static-nat/#comment-243262</link>

		<dc:creator><![CDATA[Ed Harmoush]]></dc:creator>
		<pubDate>Thu, 15 Apr 2021 17:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1677#comment-243262</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.practicalnetworking.net/series/nat/static-nat/#comment-243065&quot;&gt;Shraddha Pawar&lt;/a&gt;.

I&#039;m afraid I don&#039;t have Checkpoint experience and would not be able to speak to the configuration of Checkpoint firewalls. The concepts of NAT explained in this series will still apply to Checkpoint firewalls. &lt;a href=&quot;https://www.practicalnetworking.net/series/nat/nat-terminology-disambiguation/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;They will just call them something different&lt;/a&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.practicalnetworking.net/series/nat/static-nat/#comment-243065">Shraddha Pawar</a>.</p>
<p>I&#8217;m afraid I don&#8217;t have Checkpoint experience and would not be able to speak to the configuration of Checkpoint firewalls. The concepts of NAT explained in this series will still apply to Checkpoint firewalls. <a href="https://www.practicalnetworking.net/series/nat/nat-terminology-disambiguation/" rel="noopener" target="_blank">They will just call them something different</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shraddha Pawar		</title>
		<link>https://www.practicalnetworking.net/series/nat/static-nat/#comment-243065</link>

		<dc:creator><![CDATA[Shraddha Pawar]]></dc:creator>
		<pubDate>Mon, 12 Apr 2021 05:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1677#comment-243065</guid>

					<description><![CDATA[Will you please explain NAT take place in Checkpoint]]></description>
			<content:encoded><![CDATA[<p>Will you please explain NAT take place in Checkpoint</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
