<?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: Port Forwarding in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3774031#M8002</link>
    <description>&lt;P&gt;cheers Karsten. Appropriated for the quick reply.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jan 2019 10:28:37 GMT</pubDate>
    <dc:creator>Sheraz.Salim</dc:creator>
    <dc:date>2019-01-07T10:28:37Z</dc:date>
    <item>
      <title>Port Forwarding</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3773640#M7989</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to configure port forwarding on the firewall for all traffic coming on inside interface going to the internet with destination port 5222 I want to forward this port to 443 instead. What could be the syntax on ASA firewall from any source IP from inside to any destination on the outside?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:38:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3773640#M7989</guid>
      <dc:creator>Adnan Khan</dc:creator>
      <dc:date>2020-02-21T16:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3773646#M7992</link>
      <description>&lt;P&gt;These are high ports, most cases user not going to type http or ftp with that port as per i know.&lt;/P&gt;&lt;P&gt;can you explain more use case here..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;belo document reference :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/118996-config-asa-00.html" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/118996-config-asa-00.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jan 2019 08:41:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3773646#M7992</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2019-01-06T08:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3773676#M7993</link>
      <description>&lt;P&gt;Do I understand you right that you want the following:&lt;/P&gt;
&lt;P&gt;Whenever a client on the inside network accesses any IP on the outside network with the port TCP/5222, then the destination port has to be changed to TCP/443?&lt;/P&gt;
&lt;P&gt;the you need to configure manual or twice NAT:&lt;/P&gt;
&lt;PRE&gt;object service TCP-5222
 service tcp destination eq 5222
object service TCP-443
 service tcp destination eq https
object network ANY
 subnet 0.0.0.0 0.0.0.0
!
nat (inside,outside) after-auto source dynamic any interface destination static ANY any service TCP-5222 TCP-443&lt;/PRE&gt;
&lt;P&gt;Here the source IP is changed to the ASA interface IP as the client typically has a private IP and for any destination the port is changed from 5222 to 443.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jan 2019 11:46:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3773676#M7993</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2019-01-06T11:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3773763#M7995</link>
      <description>as they mentioned, configuration is straight forward, it's all about static nat with ports, wither to do it from CLI or using ASDM.</description>
      <pubDate>Sun, 06 Jan 2019 18:45:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3773763#M7995</guid>
      <dc:creator>Moaz.Elzhrawey</dc:creator>
      <dc:date>2019-01-06T18:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3773991#M7997</link>
      <description>&lt;P&gt;Thank Bajaji and Karsten.I can be more spesifec. I would like all traffic reaching the firewall inside interface with destination port 5222 should immediately forward to port 443 because 5222 port is block on ISP side and application take so much time to connect because it tries to initiate connection first on port 5222.&lt;A id="link_19" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.cisco.com/t5/user/viewprofilepage/user-id/325766" target="_self"&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 08:53:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3773991#M7997</guid>
      <dc:creator>Adnan Khan</dc:creator>
      <dc:date>2019-01-07T08:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3773993#M7998</link>
      <description>&lt;P&gt;Ok, the NAT-solution&amp;nbsp;will work, but is not the best way to solve this problem. Better configure your firewall to deny this port. The ASA will send a TCP reset and&amp;nbsp;the client&amp;nbsp;will/should&amp;nbsp;try the alternate port directly after that.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 09:00:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3773993#M7998</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2019-01-07T09:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3774023#M8000</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/325766"&gt;@Karsten Iwen&lt;/a&gt;will this rule wont come in section 1 instead of section 3 ? also if Adnan already have a rule in section 3 than he must have to define on top of the rule. where 1 give a priority to other rules in section 3 or either in section 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i understand as the section 3 will be last to check in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(inside,outside) after-auto 1 source dynamic any interface destination static ANY any service TCP-5222 TCP-443&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 10:17:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3774023#M8000</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2019-01-07T10:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3774025#M8001</link>
      <description>&lt;P&gt;As always: it depends ... &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Putting this rule in section three gives the easy possibility to overwrite this behavior for clients with "normal" NAT-needs.&lt;/P&gt;
&lt;P&gt;In section three it has to be above the general PAT-rule which is done with the number "1" in the nat-statement. But it all depends on the rest of the NAT-config and has to be evaluated accordingly.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 10:21:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3774025#M8001</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2019-01-07T10:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Port Forwarding</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3774031#M8002</link>
      <description>&lt;P&gt;cheers Karsten. Appropriated for the quick reply.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 10:28:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding/m-p/3774031#M8002</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2019-01-07T10:28:37Z</dc:date>
    </item>
  </channel>
</rss>

