<?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 I do have this conifugred in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-pat-failing-need-help/m-p/2594174#M204782</link>
    <description>&lt;P&gt;I do have this conifugred&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object network NETWORK_OBJ_192.168.168.0_24&lt;BR /&gt;&amp;nbsp;nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will gather more information in a bit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Oct 2014 17:16:46 GMT</pubDate>
    <dc:creator>burleyman</dc:creator>
    <dc:date>2014-10-30T17:16:46Z</dc:date>
    <item>
      <title>Static NAT/PAT failing....need help</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-pat-failing-need-help/m-p/2594171#M204779</link>
      <description>&lt;P&gt;Let's say there is a outside IP address of 1.1.1.1 and I want to get to a piece of equipment on the&lt;BR /&gt;inside of the network with an IP address of 192.168.168.234 and use TCP port 3000.&lt;/P&gt;&lt;P&gt;So I try to go to &lt;A href="http://1.1.1.1:3000" target="_blank"&gt;http://1.1.1.1:3000&lt;/A&gt; and get to that piece of equipment and it fails.&lt;/P&gt;&lt;P&gt;I try packet tracer and it shows it drops at the nat shown below....why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my config and the outside interface IP address is 1.1.1.1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;object network 192.168.168.234_TCP_3000&lt;BR /&gt;&amp;nbsp;host 192.168.168.234&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static interface service tcp 3000 3000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list outside_inbound extended permit tcp any4 object 192.168.168.234_TCP_3000 eq 3000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is causing this not to work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:00:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-pat-failing-need-help/m-p/2594171#M204779</guid>
      <dc:creator>burleyman</dc:creator>
      <dc:date>2019-03-12T05:00:37Z</dc:date>
    </item>
    <item>
      <title>The config looks good. Can</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-pat-failing-need-help/m-p/2594172#M204780</link>
      <description>&lt;P&gt;The config looks good.&amp;nbsp;Can you please post the output of packet-tracer? And are there any logs?&lt;/P&gt;&lt;P&gt;What do you mean with "get to that peace of equipment"? If the NAT fails, nothing should get there.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2014 13:51:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-pat-failing-need-help/m-p/2594172#M204780</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2014-10-30T13:51:47Z</dc:date>
    </item>
    <item>
      <title>Hi, There should not be many</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-pat-failing-need-help/m-p/2594173#M204781</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There should not be many reasons why the firewall would drop the connection and since you mention its related to the NAT then the one thing that comes to mind is that you might have a Dynamic PAT configuration using the &lt;STRONG&gt;"interface"&lt;/STRONG&gt; IP address also. This would mean that any connection coming from external network would match that Dynamic PAT rather than the Static PAT and get dropped. Though I am not sure if the ASA would then mention this Static PAT configuration at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check if you have the Dynamic PAT configured in the following way&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) source dynamic any interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This could cause problems&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you on the other hand have it configured this way&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) after-auto source dynamic any interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then it should not be the cause of the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But as Karsten said, the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; output should tell us more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT: &lt;/STRONG&gt;Incase you used the real IP address in the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; command as the destination then this would atleast explain why the NAT fails and mentions the Static PAT configurations. This would make the test fail the RPF Check. Meaning it would not match the same NAT configuration in both directions of the connection. But this DROP would only be a result of a mistake in the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; command. It might even be that the local device is blocking the connection in this case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2014 14:50:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-pat-failing-need-help/m-p/2594173#M204781</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-10-30T14:50:04Z</dc:date>
    </item>
    <item>
      <title>I do have this conifugred</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-pat-failing-need-help/m-p/2594174#M204782</link>
      <description>&lt;P&gt;I do have this conifugred&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object network NETWORK_OBJ_192.168.168.0_24&lt;BR /&gt;&amp;nbsp;nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will gather more information in a bit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2014 17:16:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-pat-failing-need-help/m-p/2594174#M204782</guid>
      <dc:creator>burleyman</dc:creator>
      <dc:date>2014-10-30T17:16:46Z</dc:date>
    </item>
  </channel>
</rss>

