<?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: Dynamic NAT	</title>
	<atom:link href="https://www.practicalnetworking.net/series/nat/dynamic-nat/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.practicalnetworking.net/series/nat/dynamic-nat/</link>
	<description>Networking presented simply, practically, and applicably</description>
	<lastBuildDate>Mon, 06 Feb 2023 06:58:52 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Harrison Parks		</title>
		<link>https://www.practicalnetworking.net/series/nat/dynamic-nat/#comment-254193</link>

		<dc:creator><![CDATA[Harrison Parks]]></dc:creator>
		<pubDate>Mon, 06 Feb 2023 06:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1707#comment-254193</guid>

					<description><![CDATA[Hi Ed,

Thanks for the great articles. I continuously come back to these.

In the dynamic NAT diagrams, the port is listed in the translation table. Is traffic from the outside that hits the NAT device with a destination address matching a post-translation address that is currently in the translation table untranslated and forwarded, or does this only happen if the destination port also matches the post-translation port?

If so, is it true to say that strictly speaking dynamic NAT does not translate the port, but it does consider it?]]></description>
			<content:encoded><![CDATA[<p>Hi Ed,</p>
<p>Thanks for the great articles. I continuously come back to these.</p>
<p>In the dynamic NAT diagrams, the port is listed in the translation table. Is traffic from the outside that hits the NAT device with a destination address matching a post-translation address that is currently in the translation table untranslated and forwarded, or does this only happen if the destination port also matches the post-translation port?</p>
<p>If so, is it true to say that strictly speaking dynamic NAT does not translate the port, but it does consider it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ed Harmoush		</title>
		<link>https://www.practicalnetworking.net/series/nat/dynamic-nat/#comment-254140</link>

		<dc:creator><![CDATA[Ed Harmoush]]></dc:creator>
		<pubDate>Sat, 15 Oct 2022 00:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1707#comment-254140</guid>

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

You&#039;re welcome!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.practicalnetworking.net/series/nat/dynamic-nat/#comment-254102">Alan</a>.</p>
<p>You&#8217;re welcome!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alan		</title>
		<link>https://www.practicalnetworking.net/series/nat/dynamic-nat/#comment-254102</link>

		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Tue, 27 Sep 2022 21:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1707#comment-254102</guid>

					<description><![CDATA[Great article, Ed! Thank you so much.]]></description>
			<content:encoded><![CDATA[<p>Great article, Ed! Thank you so much.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Arnold		</title>
		<link>https://www.practicalnetworking.net/series/nat/dynamic-nat/#comment-250552</link>

		<dc:creator><![CDATA[Arnold]]></dc:creator>
		<pubDate>Sun, 01 Aug 2021 08:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1707#comment-250552</guid>

					<description><![CDATA[If a single IP address is shared among many internal users, and if the port number changes, than it is indeed a Dynamic PAT.

Typo: then

Excellent articles; thanks.]]></description>
			<content:encoded><![CDATA[<p>If a single IP address is shared among many internal users, and if the port number changes, than it is indeed a Dynamic PAT.</p>
<p>Typo: then</p>
<p>Excellent articles; thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Binh Thanh Nguyen		</title>
		<link>https://www.practicalnetworking.net/series/nat/dynamic-nat/#comment-117642</link>

		<dc:creator><![CDATA[Binh Thanh Nguyen]]></dc:creator>
		<pubDate>Thu, 03 Oct 2019 05:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1707#comment-117642</guid>

					<description><![CDATA[Thanks, nice post]]></description>
			<content:encoded><![CDATA[<p>Thanks, nice post</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt		</title>
		<link>https://www.practicalnetworking.net/series/nat/dynamic-nat/#comment-106924</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Thu, 23 May 2019 21:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1707#comment-106924</guid>

					<description><![CDATA[Hi Ed,

I have a single public IP - 100.1.1.49 which is already NATted to 192.168.1.36 (Proxy) using a Manual NAT as follows:

	ASA#config t
	object-group network Proxy-Out-Int
	 network-object host 192.168.1.36
	exit
	
	object-group network Public-Int
	 network-object host 100.1.1.29
	exit
	
	nat (inside,outside) source static Proxy-Out-Int Public-Int
	
	Now I have additional two proxies to deploy to leverage on the existing public IP (100.1.1.29)
	
	Can I create additional two STATIC NAT to achieve this, and will still get the new proxies to work, as shown below ?
	
	ASA#config t
	object-group network Proxy-Out-Int2
	 network-object host 192.168.1.37
	exit
	
	ASA#config t
	object-group network Proxy-Out-Int3
	 network-object host 192.168.1.38
	Exit
	
	nat (inside,outside) source static Proxy-Out-Int2 Public-Int
	nat (inside,outside) source static Proxy-Out-Int3 Public-Int
	
	OR should I just remove the existing MANUAL (STATIC) NAT and put in an entire new config for MANUAL (DYNAMIC) NAT ?, see below
	
	ASA#config t
	object-group network Proxy-Out-Int
	 range 192.168.1.36 192.168.1.38
	exit
	
	object-group network Public-Int
	 network-object host 100.1.1.29
	exit
	
	nat (inside,outside) source dynamic Proxy-Out-Int Public-Int
	
	I would appreciate your help on this, thanks.]]></description>
			<content:encoded><![CDATA[<p>Hi Ed,</p>
<p>I have a single public IP &#8211; 100.1.1.49 which is already NATted to 192.168.1.36 (Proxy) using a Manual NAT as follows:</p>
<p>	ASA#config t<br />
	object-group network Proxy-Out-Int<br />
	 network-object host 192.168.1.36<br />
	exit</p>
<p>	object-group network Public-Int<br />
	 network-object host 100.1.1.29<br />
	exit</p>
<p>	nat (inside,outside) source static Proxy-Out-Int Public-Int</p>
<p>	Now I have additional two proxies to deploy to leverage on the existing public IP (100.1.1.29)</p>
<p>	Can I create additional two STATIC NAT to achieve this, and will still get the new proxies to work, as shown below ?</p>
<p>	ASA#config t<br />
	object-group network Proxy-Out-Int2<br />
	 network-object host 192.168.1.37<br />
	exit</p>
<p>	ASA#config t<br />
	object-group network Proxy-Out-Int3<br />
	 network-object host 192.168.1.38<br />
	Exit</p>
<p>	nat (inside,outside) source static Proxy-Out-Int2 Public-Int<br />
	nat (inside,outside) source static Proxy-Out-Int3 Public-Int</p>
<p>	OR should I just remove the existing MANUAL (STATIC) NAT and put in an entire new config for MANUAL (DYNAMIC) NAT ?, see below</p>
<p>	ASA#config t<br />
	object-group network Proxy-Out-Int<br />
	 range 192.168.1.36 192.168.1.38<br />
	exit</p>
<p>	object-group network Public-Int<br />
	 network-object host 100.1.1.29<br />
	exit</p>
<p>	nat (inside,outside) source dynamic Proxy-Out-Int Public-Int</p>
<p>	I would appreciate your help on this, thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ed Harmoush		</title>
		<link>https://www.practicalnetworking.net/series/nat/dynamic-nat/#comment-98339</link>

		<dc:creator><![CDATA[Ed Harmoush]]></dc:creator>
		<pubDate>Mon, 29 Oct 2018 17:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1707#comment-98339</guid>

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

Hi Nathan,

Glad you enjoyed the article!

The syntax you provided appears to be a Cisco ASA. If so, you might find your answer &lt;a href=&quot;https://www.practicalnetworking.net/stand-alone/cisco-asa-nat/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;in this article&lt;/a&gt;. The syntax you provided is also a little off, so maybe after reading through that article please feel free to ask again and provide the full syntax of what you are trying to compare. Alternatively, you might want to try in the &lt;a href=&quot;https://networkengineering.stackexchange.com/&quot; rel=&quot;nofollow&quot;&gt;Network Engineering Stack Exchange&lt;/a&gt; or the &lt;a href=&quot;https://www.reddit.com/r/networking/&quot; rel=&quot;nofollow&quot;&gt;Networking Sub Reddit&lt;/a&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.practicalnetworking.net/series/nat/dynamic-nat/#comment-98097">Nathan</a>.</p>
<p>Hi Nathan,</p>
<p>Glad you enjoyed the article!</p>
<p>The syntax you provided appears to be a Cisco ASA. If so, you might find your answer <a href="https://www.practicalnetworking.net/stand-alone/cisco-asa-nat/" target="_blank" rel="noopener">in this article</a>. The syntax you provided is also a little off, so maybe after reading through that article please feel free to ask again and provide the full syntax of what you are trying to compare. Alternatively, you might want to try in the <a href="https://networkengineering.stackexchange.com/" rel="nofollow">Network Engineering Stack Exchange</a> or the <a href="https://www.reddit.com/r/networking/" rel="nofollow">Networking Sub Reddit</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nathan		</title>
		<link>https://www.practicalnetworking.net/series/nat/dynamic-nat/#comment-98097</link>

		<dc:creator><![CDATA[Nathan]]></dc:creator>
		<pubDate>Thu, 25 Oct 2018 20:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1707#comment-98097</guid>

					<description><![CDATA[Ed,
This is a very well written article. Mentioning and recommending the deterministic design patterns as you noted in latter part of your article is a good foundation block for building security. I have a specific question regarding . Is there ever a use case to dynamically NAT an interface to a single ip address. E.G.  Nat(inside,outside) dynamic 100.100.100.100 . Is there a difference between that and this  -  Nat(inside,outside) static 100.100.100.100 
I would appreciate your insight]]></description>
			<content:encoded><![CDATA[<p>Ed,<br />
This is a very well written article. Mentioning and recommending the deterministic design patterns as you noted in latter part of your article is a good foundation block for building security. I have a specific question regarding . Is there ever a use case to dynamically NAT an interface to a single ip address. E.G.  Nat(inside,outside) dynamic 100.100.100.100 . Is there a difference between that and this  &#8211;  Nat(inside,outside) static 100.100.100.100<br />
I would appreciate your insight</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vishal kumar		</title>
		<link>https://www.practicalnetworking.net/series/nat/dynamic-nat/#comment-47545</link>

		<dc:creator><![CDATA[Vishal kumar]]></dc:creator>
		<pubDate>Thu, 07 Dec 2017 18:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1707#comment-47545</guid>

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

Sorry i just read the yellow post and u have mentioned it there ..i guess i skiped that part by mistake]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.practicalnetworking.net/series/nat/dynamic-nat/#comment-47543">Vishal kumar</a>.</p>
<p>Sorry i just read the yellow post and u have mentioned it there ..i guess i skiped that part by mistake</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vishal kumar		</title>
		<link>https://www.practicalnetworking.net/series/nat/dynamic-nat/#comment-47543</link>

		<dc:creator><![CDATA[Vishal kumar]]></dc:creator>
		<pubDate>Thu, 07 Dec 2017 18:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=1707#comment-47543</guid>

					<description><![CDATA[In this article, u r talking about active type of FTP which ofcourse would be possible in dynamic nat case but if it is a passive connection then dynamic pat should work i guess.]]></description>
			<content:encoded><![CDATA[<p>In this article, u r talking about active type of FTP which ofcourse would be possible in dynamic nat case but if it is a passive connection then dynamic pat should work i guess.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
