<?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 Static NAT to backend network in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-to-backend-network/m-p/2201971#M356825</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;To me it seems you are opening the traffic to the Real IP address rather than the NAT IP address which should be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If you are running ASA software 8.2 or below/older, you will need to use the NAT IP addresses as the destination address when you make ACL rules&lt;/LI&gt;&lt;LI&gt;If you are running ASA software 8.3 or higher/newer, you will need to use the Real IP addresses as the destination address when you make ACL rules&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your above case the ACL should rather be the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list main_acl permit tcp any host 1.2.3.180 eq 80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also your "packet-tracer" destination IP address should be the NAT IP address rather than the Real IP address. This is why the "packet-tracer" fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2013 21:24:51 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-02-11T21:24:51Z</dc:date>
    <item>
      <title>Static NAT to backend network</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-to-backend-network/m-p/2201970#M356823</link>
      <description>&lt;P&gt;I have this setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outside &amp;lt;-&amp;gt; [ASA] &amp;lt;-&amp;gt; inside (10.21.30.0/23) &amp;lt;-&amp;gt; [router] &amp;lt;-&amp;gt; inside2 (10.21.40.0/23)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.180 www 10.21.41.100 www netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-list main_acl extended permit ip any host 10.21.41.100 &lt;/P&gt;&lt;P&gt;route inside 10.21.40.0 255.255.254.0 10.21.31.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm able to ping from asa to 10.21.41.100 and back to the asa from this box. So route works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But If I'm outside and telnet 1.2.3.180 80 it does not work. (changing the rule to a host on 10.21.30.0/23 network works fine so its a route issue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;packet-tracer DROPS here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tpfw01# packet-tracer input outside tcp 4.4.4.4 80 10.21.41.100 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 1&lt;/P&gt;&lt;P&gt;Type: ROUTE-LOOKUP&lt;/P&gt;&lt;P&gt;Subtype: input&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;in&amp;nbsp;&amp;nbsp; 10.21.40.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.254.0&amp;nbsp;&amp;nbsp; inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 2&lt;/P&gt;&lt;P&gt;Type: ACCESS-LIST&lt;/P&gt;&lt;P&gt;Subtype: log&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;access-group main_acl in interface outside&lt;/P&gt;&lt;P&gt;access-list main_acl extended permit ip any host 10.21.41.100 &lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 3&lt;/P&gt;&lt;P&gt;Type: IP-OPTIONS&lt;/P&gt;&lt;P&gt;Subtype: &lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 4&lt;/P&gt;&lt;P&gt;Type: FOVER&lt;/P&gt;&lt;P&gt;Subtype: standby-update&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 5&lt;/P&gt;&lt;P&gt;Type: VPN&lt;/P&gt;&lt;P&gt;Subtype: ipsec-tunnel-flow&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 6&lt;/P&gt;&lt;P&gt;Type: NAT&lt;/P&gt;&lt;P&gt;Subtype: rpf-check&lt;/P&gt;&lt;P&gt;Result: DROP&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.180 www 10.21.41.100 www netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&amp;nbsp; match tcp inside host 10.21.41.100 eq 80 outside any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to 1.2.3.180/80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 3&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;input-interface: outside&lt;/P&gt;&lt;P&gt;input-status: up&lt;/P&gt;&lt;P&gt;input-line-status: up&lt;/P&gt;&lt;P&gt;output-interface: inside&lt;/P&gt;&lt;P&gt;output-status: up&lt;/P&gt;&lt;P&gt;output-line-status: up&lt;/P&gt;&lt;P&gt;Action: drop&lt;/P&gt;&lt;P&gt;Drop-reason: (acl-drop) Flow is denied by configured rule&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:59:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-to-backend-network/m-p/2201970#M356823</guid>
      <dc:creator>Freddy Andersen</dc:creator>
      <dc:date>2019-03-12T00:59:05Z</dc:date>
    </item>
    <item>
      <title>Static NAT to backend network</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-to-backend-network/m-p/2201971#M356825</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;To me it seems you are opening the traffic to the Real IP address rather than the NAT IP address which should be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If you are running ASA software 8.2 or below/older, you will need to use the NAT IP addresses as the destination address when you make ACL rules&lt;/LI&gt;&lt;LI&gt;If you are running ASA software 8.3 or higher/newer, you will need to use the Real IP addresses as the destination address when you make ACL rules&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your above case the ACL should rather be the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list main_acl permit tcp any host 1.2.3.180 eq 80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also your "packet-tracer" destination IP address should be the NAT IP address rather than the Real IP address. This is why the "packet-tracer" fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 21:24:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-to-backend-network/m-p/2201971#M356825</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-02-11T21:24:51Z</dc:date>
    </item>
  </channel>
</rss>

