<?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 Port forwarding using outside interface - ASA with 8.3.1 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/port-forwarding-using-outside-interface-asa-with-8-3-1/m-p/1458462#M689505</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am struggling badly on figuring out how to port forward ftp service to one of my internal box when outside interface is using dhcp. It was very easy with earlier version of code but the new syntax of 8.3.1 is throwing me off totally. Neither there is a good example in documentation for command line and neither the ASDM configuration pushes off either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goal: Inbound ftp request to outside interface needs to be forwarded to 172.20.100.11 on inside host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody help out with correct syntax? OR should I downgrade to previous version of code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sam Munzani&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 17:50:27 GMT</pubDate>
    <dc:creator>smunzani</dc:creator>
    <dc:date>2019-03-11T17:50:27Z</dc:date>
    <item>
      <title>Port forwarding using outside interface - ASA with 8.3.1</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-using-outside-interface-asa-with-8-3-1/m-p/1458462#M689505</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am struggling badly on figuring out how to port forward ftp service to one of my internal box when outside interface is using dhcp. It was very easy with earlier version of code but the new syntax of 8.3.1 is throwing me off totally. Neither there is a good example in documentation for command line and neither the ASDM configuration pushes off either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goal: Inbound ftp request to outside interface needs to be forwarded to 172.20.100.11 on inside host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody help out with correct syntax? OR should I downgrade to previous version of code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sam Munzani&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:50:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-using-outside-interface-asa-with-8-3-1/m-p/1458462#M689505</guid>
      <dc:creator>smunzani</dc:creator>
      <dc:date>2019-03-11T17:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding using outside interface - ASA with 8.3.1</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-using-outside-interface-asa-with-8-3-1/m-p/1458463#M689514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have that version of the code, but unless things have changed drastically, you might be able to try something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 21 172.20.100.11 21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your ACL, you'd put:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list OUTSIDE permit tcp any interface outside eq 21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** You really use the word "interface" ****&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 15:30:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-using-outside-interface-asa-with-8-3-1/m-p/1458463#M689514</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2010-05-25T15:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding using outside interface - ASA with 8.3.1</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-using-outside-interface-asa-with-8-3-1/m-p/1458464#M689520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That old syntax and does not work with 8.3.1 code at all. That's my frustration. Static command is removed from 8.3.1.&lt;/P&gt;&lt;P&gt;In past when cisco deprecated some commands, the OS automatically converted the command syntax if old commands were typed. In this case, it complains that command has been deprecated but doesn't do conversion or point out right syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See output below.&lt;/P&gt;&lt;P&gt;ASA(config)# static (inside,outside) tcp interface 21 172.20.100.11 21&lt;BR /&gt;ERROR: This syntax of nat command has been deprecated.&lt;BR /&gt;Please refer to "help nat" command for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Needless to say that "help nat" command or the product documentation doesn't show a good example of how to achieve it. It shows how to do port forwarding using dedicated IP but nothing shows how to do with outside interface it self.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 16:07:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-using-outside-interface-asa-with-8-3-1/m-p/1458464#M689520</guid>
      <dc:creator>smunzani</dc:creator>
      <dc:date>2010-05-25T16:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding using outside interface - ASA with 8.3.1</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-using-outside-interface-asa-with-8-3-1/m-p/1458465#M689525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I upgraded a 5505 here and I see what you mean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I can guess, try this. You want your FTP traffic to be forwarded to&amp;nbsp; 172.20.100.11. In the ASA type:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network FTPSERVER&lt;/P&gt;&lt;P&gt;host 172.20.100.11&lt;/P&gt;&lt;P&gt;nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's it....see if that works and PLEASE let me know because I have 2 firewalls in active/standby that have a TON of mappings in them. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 18:47:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-using-outside-interface-asa-with-8-3-1/m-p/1458465#M689525</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2010-05-25T18:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding using outside interface - ASA with 8.3.1</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-using-outside-interface-asa-with-8-3-1/m-p/1458466#M689543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not work. Here is my config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network obj-172.24.100.0 &lt;BR /&gt; subnet 172.24.100.0 255.255.255.0&lt;/P&gt;&lt;P&gt;object network FTPSERVER &lt;BR /&gt; host 172.24.100.22&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object-group service FTP-Service tcp&lt;BR /&gt; port-object eq ftp&lt;BR /&gt; port-object eq ftp-data&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list outside-in extended permit tcp any host 172.24.100.22 object-group FTP-Service&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network obj-172.24.100.0&lt;BR /&gt; nat (inside,outside) dynamic interface&lt;BR /&gt;object network FTPSERVER&lt;BR /&gt; nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure its supposed to be dynamic NAT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 19:10:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-using-outside-interface-asa-with-8-3-1/m-p/1458466#M689543</guid>
      <dc:creator>smunzani</dc:creator>
      <dc:date>2010-05-25T19:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding using outside interface - ASA with 8.3.1</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-using-outside-interface-asa-with-8-3-1/m-p/1458467#M689551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;Are you sure its supposed to be dynamic NAT?&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No &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; We're both learning this at the same time! LOL!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) static interface service tcp ftp ftp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 19:39:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-using-outside-interface-asa-with-8-3-1/m-p/1458467#M689551</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2010-05-25T19:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding using outside interface - ASA with 8.3.1</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-using-outside-interface-asa-with-8-3-1/m-p/1458468#M689564</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;According to the migration guide:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.html"&gt;http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="content"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="pBl_BlockLabel"&gt;Old Configuration&lt;/P&gt;&lt;A name="wp96335"&gt;&lt;/A&gt;&lt;P class="pExT_ExampleTable"&gt;static (inside,outside) tcp 10.1.2.45 80 10.1.1.16 8080 netmask 255.255.255.255&lt;/P&gt;&lt;DIV class="pPreformatted"&gt;&lt;PRE class="pPreformatted"&gt;&lt;A name="wp96336"&gt;&lt;/A&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;A name="wp96337"&gt;&lt;/A&gt;&lt;P class="pBl_BlockLabel"&gt;Migrated Configuration&lt;/P&gt;&lt;A name="wp96338"&gt;&lt;/A&gt;&lt;DIV class="pEx1_Example1"&gt;&lt;PRE&gt;object network obj-10.1.1.16
&lt;/PRE&gt;&lt;/DIV&gt;&lt;A name="wp96339"&gt;&lt;/A&gt;&lt;DIV class="pEx2_Example2"&gt;&lt;PRE&gt;host 10.1.1.16
&lt;/PRE&gt;&lt;/DIV&gt;&lt;A name="wp96340"&gt;&lt;/A&gt;&lt;DIV class="pEx2_Example2"&gt;&lt;PRE&gt;nat (inside,outside) static 10.1.2.45 service tcp 8080 www
&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 19:44:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-using-outside-interface-asa-with-8-3-1/m-p/1458468#M689564</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-05-25T19:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding using outside interface - ASA with 8.3.1</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-using-outside-interface-asa-with-8-3-1/m-p/1458469#M689578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess it will take a little time to get used to with new syntax. For some reason ASDM interface didn't let me save configuration with such NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 19:58:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-using-outside-interface-asa-with-8-3-1/m-p/1458469#M689578</guid>
      <dc:creator>smunzani</dc:creator>
      <dc:date>2010-05-25T19:58:51Z</dc:date>
    </item>
  </channel>
</rss>

