<?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: FTD static nat question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ftd-static-nat-question/m-p/3817432#M132547</link>
    <description>&lt;P&gt;You can do it with two rules. They should be Manual NAT ("NAT Rules Before") and not Auto NAT. The source port should be "any" since a client will use a random ephemeral port.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FTD Port Forward Multiple Ports with Manual NAT.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/31712i335F2FE06A74AF1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="FTD Port Forward Multiple Ports with Manual NAT.PNG" alt="FTD Port Forward Multiple Ports with Manual NAT.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also remember to allow the traffic with an ACL. You can use the group for that to keep it simple.&lt;/P&gt;
&lt;P&gt;Here's the running-config, the first two lines reflect your NAT use case:&lt;/P&gt;
&lt;PRE&gt;&amp;gt; show running-config nat
nat (Outside-Home,Inside-Lab) source static any any destination static Outside_interfrace Jump_server service SVC_158913793770 SVC_158913793770
nat (Outside-Home,Inside-Lab) source static any any destination static Outside_interfrace Jump_server service SVC_158913793771 SVC_158913793771
nat (Inside-Lab,Outside-Home) source static Lab_net Lab_net destination static VPN_Pool VPN_Pool description NAT Exemption
nat (Inside-Lab,Outside-Home) source static Lab_net Lab_net destination static FTDv-2_DMZ FTDv-2_DMZ no-proxy-arp
nat (Outside-Home,Inside-Lab) source static Condo_net Condo_net destination static Lab_net Lab_net
!
object network Lab_net
 nat (Inside-Lab,Outside-Home) dynamic interface
&amp;gt; &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 14:45:28 GMT</pubDate>
    <dc:creator>Marvin Rhoads</dc:creator>
    <dc:date>2019-03-11T14:45:28Z</dc:date>
    <item>
      <title>FTD static nat question</title>
      <link>https://community.cisco.com/t5/network-security/ftd-static-nat-question/m-p/3816634#M132544</link>
      <description>&lt;P&gt;There's a good chance I'm doing this wrong, but when I try to forward more than one port on my FTD box, it gives me the following error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 621px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/31635iB91ADA858D5C0D2B/image-dimensions/621x316?v=v2" width="621" height="316" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/31636i6F1FB66143CC3AD0/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here's the current rule in CLI:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nat (LAN-Side,ISP-Side) static interface service tcp ssh ssh&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Any idea why it won't let me add another PAT entry?&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2019 01:17:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftd-static-nat-question/m-p/3816634#M132544</guid>
      <dc:creator>Scott_22</dc:creator>
      <dc:date>2019-03-09T01:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: FTD static nat question</title>
      <link>https://community.cisco.com/t5/network-security/ftd-static-nat-question/m-p/3816651#M132545</link>
      <description>&lt;P&gt;Make the services (ports) you want to allow part of a service group (via Object Management) and then use that group in the (single) NAT rule.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2019 03:01:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftd-static-nat-question/m-p/3816651#M132545</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2019-03-09T03:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: FTD static nat question</title>
      <link>https://community.cisco.com/t5/network-security/ftd-static-nat-question/m-p/3816808#M132546</link>
      <description>&lt;P&gt;I attempted that by using the manual NAT entry, but continued having the same issue. See the error below after adding the object group.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 907px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/31648iFB18B0EB852D8B51/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2019 16:44:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftd-static-nat-question/m-p/3816808#M132546</guid>
      <dc:creator>Scott_22</dc:creator>
      <dc:date>2019-03-09T16:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: FTD static nat question</title>
      <link>https://community.cisco.com/t5/network-security/ftd-static-nat-question/m-p/3817432#M132547</link>
      <description>&lt;P&gt;You can do it with two rules. They should be Manual NAT ("NAT Rules Before") and not Auto NAT. The source port should be "any" since a client will use a random ephemeral port.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FTD Port Forward Multiple Ports with Manual NAT.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/31712i335F2FE06A74AF1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="FTD Port Forward Multiple Ports with Manual NAT.PNG" alt="FTD Port Forward Multiple Ports with Manual NAT.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also remember to allow the traffic with an ACL. You can use the group for that to keep it simple.&lt;/P&gt;
&lt;P&gt;Here's the running-config, the first two lines reflect your NAT use case:&lt;/P&gt;
&lt;PRE&gt;&amp;gt; show running-config nat
nat (Outside-Home,Inside-Lab) source static any any destination static Outside_interfrace Jump_server service SVC_158913793770 SVC_158913793770
nat (Outside-Home,Inside-Lab) source static any any destination static Outside_interfrace Jump_server service SVC_158913793771 SVC_158913793771
nat (Inside-Lab,Outside-Home) source static Lab_net Lab_net destination static VPN_Pool VPN_Pool description NAT Exemption
nat (Inside-Lab,Outside-Home) source static Lab_net Lab_net destination static FTDv-2_DMZ FTDv-2_DMZ no-proxy-arp
nat (Outside-Home,Inside-Lab) source static Condo_net Condo_net destination static Lab_net Lab_net
!
object network Lab_net
 nat (Inside-Lab,Outside-Home) dynamic interface
&amp;gt; &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:45:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftd-static-nat-question/m-p/3817432#M132547</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2019-03-11T14:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: FTD static nat question</title>
      <link>https://community.cisco.com/t5/network-security/ftd-static-nat-question/m-p/3819586#M132548</link>
      <description>&lt;P&gt;Thanks for your Marvin! I will give this a shot and let you know if it works.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 14:26:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftd-static-nat-question/m-p/3819586#M132548</guid>
      <dc:creator>Scott_22</dc:creator>
      <dc:date>2019-03-14T14:26:22Z</dc:date>
    </item>
  </channel>
</rss>

