<?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 Anyone ? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5505-port-forwarding-to-different-internal-port/m-p/2663615#M197088</link>
    <description>&lt;P&gt;Anyone ?&lt;/P&gt;</description>
    <pubDate>Wed, 18 Feb 2015 05:44:31 GMT</pubDate>
    <dc:creator>S Kumar</dc:creator>
    <dc:date>2015-02-18T05:44:31Z</dc:date>
    <item>
      <title>ASA 5505 Port Forwarding to Different Internal Port</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-port-forwarding-to-different-internal-port/m-p/2663614#M197087</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Config:&lt;/P&gt;&lt;P&gt;object network obj-192.168.220.104&lt;BR /&gt;&amp;nbsp;host 192.168.220.104&lt;BR /&gt;object network obj-192.168.220.124&lt;BR /&gt;&amp;nbsp;host 192.168.220.124&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list acl_in_http extended permit tcp host 1.1.1.1 object obj-192.168.1.100 eq 3389 log&lt;BR /&gt;access-list acl_in_http extended permit tcp host 1.1.1.1 object obj-192.168.1.200 eq 3389 log&lt;/P&gt;&lt;P&gt;object network obj-192.168.1.100&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static interface service tcp 3390 3389&lt;BR /&gt;object network obj-192.168.1.200&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static interface service tcp 3389 3389&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have one public IP configured on ASA5505 and I have 2 internal hosts which needs RDP access from outside.&lt;BR /&gt;One host is accessible from outside using 3389. I wanted to configure the second host with outside port 3390 and inside 3389.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When I configure natting for second host, I get following warning message:&lt;BR /&gt;WARNING: mapped-address 2.2.2.2/3389 ovelap with existing static NAT.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;where 2.2.2.2 is public ip address of ASA's outside interface.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:29:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-port-forwarding-to-different-internal-port/m-p/2663614#M197087</guid>
      <dc:creator>S Kumar</dc:creator>
      <dc:date>2019-03-12T05:29:42Z</dc:date>
    </item>
    <item>
      <title>Anyone ?</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-port-forwarding-to-different-internal-port/m-p/2663615#M197088</link>
      <description>&lt;P&gt;Anyone ?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2015 05:44:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-port-forwarding-to-different-internal-port/m-p/2663615#M197088</guid>
      <dc:creator>S Kumar</dc:creator>
      <dc:date>2015-02-18T05:44:31Z</dc:date>
    </item>
    <item>
      <title>You are getting warning</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-port-forwarding-to-different-internal-port/m-p/2663616#M197089</link>
      <description>&lt;P&gt;You are getting warning because the configuration that you have is using same mapped port (3389)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;change nat statements to&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;object network obj-192.168.1.100&lt;/SPAN&gt;&lt;BR style="font-size: 14.3999996185303px;" /&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;&amp;nbsp;nat (inside,outside) static interface service tcp &amp;nbsp;3389&amp;nbsp;3390&lt;/SPAN&gt;&lt;BR style="font-size: 14.3999996185303px;" /&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;object network obj-192.168.1.200&lt;/SPAN&gt;&lt;BR style="font-size: 14.3999996185303px;" /&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;&amp;nbsp;nat (inside,outside) static interface service tcp &amp;nbsp;3389&amp;nbsp;3389&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;And your ACL should permit traffic to the UN NATed ip:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;access-list acl_in_http extended permit tcp host 1.1.1.1 object obj-192.168.1.100 eq 3389 log&lt;/SPAN&gt;&lt;BR style="font-size: 14.3999996185303px;" /&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;access-list acl_in_http extended permit tcp host 1.1.1.1 object obj-192.168.1.200 eq 3389 log&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;Hope it helps.!!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2015 06:47:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-port-forwarding-to-different-internal-port/m-p/2663616#M197089</guid>
      <dc:creator>Rishabh Seth</dc:creator>
      <dc:date>2015-02-18T06:47:06Z</dc:date>
    </item>
  </channel>
</rss>

