<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NAT Question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-question/m-p/2235310#M350918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems to me that you cant use "object-group service &lt;NAME&gt;" type of objects in the new NAT configurations. And as the "object service" can only contain one destination and/or source service port (or range of them etc) means you cant really group them. &lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to me at its current state you will simply have to use separate NAT statement with its port or range of ports per TCP/UDP if you want to configure this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remember to mark the question as answered if it did. Or rate helpfull answers &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally ask more if you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Apr 2013 18:17:11 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-04-27T18:17:11Z</dc:date>
    <item>
      <title>NAT Question</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/2235307#M350915</link>
      <description>&lt;P&gt;I have a dynamic nat below that allows web traffic from specified networks in group Inside-ext to be nated to a single address below :-&lt;BR /&gt;&lt;BR /&gt;nat (inside,outside) source dynamic Inside-ext obj-10.50.50.1&lt;BR /&gt;&lt;BR /&gt;Is it possible to have multiple dynamic nat for other services like RDP, Citrix etc to be nated different hosts ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:35:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/2235307#M350915</guid>
      <dc:creator>mistryj</dc:creator>
      <dc:date>2019-03-12T01:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Question</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/2235308#M350916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the Dynamic PAT you configured above applies to any TCP/UDP traffic heading from "inside" to "outside" for the hosts/networks specified under "Inside-ext"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to give a couple of examples of how we could do Dynamic PAT to different public IP address depending on the destination service/port&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets do for example&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Own Dynamic PAT for TCP/80 , TCP/443 and TCP/8080&lt;/LI&gt;&lt;LI&gt;Own Dynamic PAT for TCP/3389&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IP address/network information&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;2 LAN networks &lt;UL&gt;&lt;LI&gt;10.10.10.0/24&lt;/LI&gt;&lt;LI&gt;10.10.20.0/24&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;2 Public IP addresses &lt;UL&gt;&lt;LI&gt;1.1.1.2&lt;/LI&gt;&lt;LI&gt;1.1.1.3&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dynamic PAT Configurations for TCP/80 , TCP/443 and TCP/8080&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;WEB-PAT-SOURCE = Defines the source addresses/networks for this NAT configuration&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;PAT-1.1.1.2 = Defines the PAT address to be used&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;TCP80, TCP443, TCP8080 = Defines the destination TCP ports for which this NAT supposed to apply&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network WEB-PAT-SOURCE&lt;/P&gt;&lt;P&gt; network-object 10.10.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 10.10.20.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network PAT-1.1.1.2&lt;/P&gt;&lt;P&gt; host 1.1.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service TCP80&lt;/P&gt;&lt;P&gt;&amp;nbsp; service tcp destination eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service TCP443&lt;/P&gt;&lt;P&gt;&amp;nbsp; service tcp destination eq 443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service TCP8080&lt;/P&gt;&lt;P&gt;&amp;nbsp; service tcp destination eq 8080&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic WEB-PAT-SOURCE PAT-1.1.1.2 service TCP80 TCP80&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic WEB-PAT-SOURCE PAT-1.1.1.2 service TCP443 TCP443&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic WEB-PAT-SOURCE PAT-1.1.1.2 service TCP8080 TCP8080&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dynamic PAT for TCP/3389&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;RDP-PAT-SOURCE = Defines the source addresses/networks for this NAT configuration&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;PAT-1.1.1.3 = Defines the PAT address to be used&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;TCP3389 = Defines the destination TCP ports for which this NAT supposed to apply&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network RDP-PAT-SOURCE&lt;/P&gt;&lt;P&gt; network-object 10.10.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 10.10.20.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network PAT-1.1.1.3&lt;/P&gt;&lt;P&gt; host 1.1.1.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service TCP3389&lt;/P&gt;&lt;P&gt;&amp;nbsp; service tcp destination eq 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic RDP-PAT-SOURCE PAT-1.1.1.3 service TCP3389 TCP3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally as always, even though these configurations should work, you SHOULD ALWAYS look at the big picture and make sure that these dont break any existing functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; Please mark the question as answered if it did or rate helpfull answers &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally ask more if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 19:27:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/2235308#M350916</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-04-26T19:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Question</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/2235309#M350917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply , I have just one question.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to group the udp and tcp ports together in a single group for Citrix service or do I have to list them individually ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Apr 2013 18:00:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/2235309#M350917</guid>
      <dc:creator>j44mistry</dc:creator>
      <dc:date>2013-04-27T18:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Question</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/2235310#M350918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems to me that you cant use "object-group service &lt;NAME&gt;" type of objects in the new NAT configurations. And as the "object service" can only contain one destination and/or source service port (or range of them etc) means you cant really group them. &lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to me at its current state you will simply have to use separate NAT statement with its port or range of ports per TCP/UDP if you want to configure this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remember to mark the question as answered if it did. Or rate helpfull answers &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally ask more if you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Apr 2013 18:17:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/2235310#M350918</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-04-27T18:17:11Z</dc:date>
    </item>
    <item>
      <title>NAT Question</title>
      <link>https://community.cisco.com/t5/network-security/nat-question/m-p/2235311#M350919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks very much for your help on this much appreciated !&amp;nbsp; &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon" height="1" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif" width="1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Apr 2013 18:42:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-question/m-p/2235311#M350919</guid>
      <dc:creator>j44mistry</dc:creator>
      <dc:date>2013-04-27T18:42:01Z</dc:date>
    </item>
  </channel>
</rss>

