<?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 Map and forwarding problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/map-and-forwarding-problem/m-p/1064913#M895826</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've created a static NAT:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;static (inside,outside) 200.200.200.10 172.16.0.10 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;It's working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, now I want to forward all traffic to  destination 200.200.200.10 port 8888 for 172.16.0.20 port 80... and I'm putting the command: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 200.200.200.10 8888 172.10.31.20 80 netmask 255.255.255.255, and the ASA is showing me the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: mapped-address conflict with existing static&lt;/P&gt;&lt;P&gt;  inside:172.16.0.10 to outside:200.200.200.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should be the better way to resolve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tauer&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 13:50:00 GMT</pubDate>
    <dc:creator>Tauer Drumond</dc:creator>
    <dc:date>2019-03-11T13:50:00Z</dc:date>
    <item>
      <title>Map and forwarding problem</title>
      <link>https://community.cisco.com/t5/network-security/map-and-forwarding-problem/m-p/1064913#M895826</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've created a static NAT:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;static (inside,outside) 200.200.200.10 172.16.0.10 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;It's working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, now I want to forward all traffic to  destination 200.200.200.10 port 8888 for 172.16.0.20 port 80... and I'm putting the command: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 200.200.200.10 8888 172.10.31.20 80 netmask 255.255.255.255, and the ASA is showing me the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: mapped-address conflict with existing static&lt;/P&gt;&lt;P&gt;  inside:172.16.0.10 to outside:200.200.200.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should be the better way to resolve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tauer&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:50:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/map-and-forwarding-problem/m-p/1064913#M895826</guid>
      <dc:creator>Tauer Drumond</dc:creator>
      <dc:date>2019-03-11T13:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Map and forwarding problem</title>
      <link>https://community.cisco.com/t5/network-security/map-and-forwarding-problem/m-p/1064914#M895827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;200.200.200.10 ip address is completely being used 172.16.0.10 .so its dedicated and we cannot use it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use it in Dynamic NAT &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;nat(inside) 2 0.0.0.0&lt;/P&gt;&lt;P&gt;global (outside) 2 200.200.200.10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use &lt;/P&gt;&lt;P&gt; static (inside,outside) tcp 200.200.200.10 8888 172.10.31.20 80 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 12:55:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/map-and-forwarding-problem/m-p/1064914#M895827</guid>
      <dc:creator>singhsaju</dc:creator>
      <dc:date>2008-09-26T12:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Map and forwarding problem</title>
      <link>https://community.cisco.com/t5/network-security/map-and-forwarding-problem/m-p/1064915#M895828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;I tell you the wrong IP. &lt;/P&gt;&lt;P&gt;Instead 172.10.31.20, you consider 172.16.0.20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should I replace the line you wrote:&lt;/P&gt;&lt;P&gt;nat(inside) 2 0.0.0.0 to&lt;/P&gt;&lt;P&gt;nat(inside) 2 172.16.0.20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tauer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 13:30:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/map-and-forwarding-problem/m-p/1064915#M895828</guid>
      <dc:creator>Tauer Drumond</dc:creator>
      <dc:date>2008-09-26T13:30:31Z</dc:date>
    </item>
  </channel>
</rss>

