<?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 PAT problem on ASA 7.2 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-pat-problem-on-asa-7-2/m-p/2308780#M311173</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;Its failing because you are targetting the local IP address of the destination host in the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone on the external network were to connect to this host then the destination IP address would be that of your &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface IP address as the destination IP in the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; command and post that output if there is still a problem with it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Oct 2013 16:30:14 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-10-10T16:30:14Z</dc:date>
    <item>
      <title>static PAT problem on ASA 7.2</title>
      <link>https://community.cisco.com/t5/network-security/static-pat-problem-on-asa-7-2/m-p/2308779#M311172</link>
      <description>&lt;P&gt;Here are the relevant parts of my config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 172.18.67.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 71.x.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;access-list NAT extended permit ip 172.18.67.0 255.255.255.0 10.11.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;access-list NAT extended permit ip 172.18.67.0 255.255.255.0 10.41.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;access-list Port_Forwarding-ACL extended permit tcp any host 172.18.67.2 eq 3389&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list NAT&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 3389 172.18.67.2 3389 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group Port_Forwarding-ACL in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 71.169.11.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a packet tracer output:&lt;/P&gt;&lt;P&gt;eas-ny-pinn# packet-tracer input outside tcp 1.1.1.1 3389 172.18.67.2 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 1&lt;/P&gt;&lt;P&gt;Type: FLOW-LOOKUP&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;Found no matching flow, creating a new flow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 2&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; 172.18.67.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.0&amp;nbsp;&amp;nbsp; inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 3&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 Port_Forwarding-ACL in interface outside&lt;/P&gt;&lt;P&gt;access-list Port_Forwarding-ACL extended permit tcp any host 172.18.67.2 eq 3389&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: 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: 5&lt;/P&gt;&lt;P&gt;Type: HOST-LIMIT&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: 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 interface 3389 172.18.67.2 3389 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&amp;nbsp; match tcp inside host 172.18.67.2 eq 3389 outside any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to 71.169.11.10/3389&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 6&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is this failing?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:50:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat-problem-on-asa-7-2/m-p/2308779#M311172</guid>
      <dc:creator>jasonww04</dc:creator>
      <dc:date>2019-03-12T02:50:17Z</dc:date>
    </item>
    <item>
      <title>static PAT problem on ASA 7.2</title>
      <link>https://community.cisco.com/t5/network-security/static-pat-problem-on-asa-7-2/m-p/2308780#M311173</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;Its failing because you are targetting the local IP address of the destination host in the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone on the external network were to connect to this host then the destination IP address would be that of your &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface IP address as the destination IP in the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; command and post that output if there is still a problem with it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 16:30:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat-problem-on-asa-7-2/m-p/2308780#M311173</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-10-10T16:30:14Z</dc:date>
    </item>
    <item>
      <title>static PAT problem on ASA 7.2</title>
      <link>https://community.cisco.com/t5/network-security/static-pat-problem-on-asa-7-2/m-p/2308781#M311174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I get now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eas-ny-pinn# packet-tracer input outside tcp 1.1.1.1 3389 71.169.11.10 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 1&lt;/P&gt;&lt;P&gt;Type: FLOW-LOOKUP&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;Found no matching flow, creating a new flow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 2&lt;/P&gt;&lt;P&gt;Type: UN-NAT&lt;/P&gt;&lt;P&gt;Subtype: static&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 3389 172.18.67.2 3389 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&amp;nbsp; match tcp inside host 172.18.67.2 eq 3389 outside any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to 71.169.11.10/3389&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 18&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;NAT divert to egress interface inside&lt;/P&gt;&lt;P&gt;Untranslate 71.169.11.10/3389 to 172.18.67.2/3389 using netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 3&lt;/P&gt;&lt;P&gt;Type: ACCESS-LIST&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: DROP&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Implicit Rule&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 19:21:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat-problem-on-asa-7-2/m-p/2308781#M311174</guid>
      <dc:creator>jasonww04</dc:creator>
      <dc:date>2013-10-10T19:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: static PAT problem on ASA 7.2</title>
      <link>https://community.cisco.com/t5/network-security/static-pat-problem-on-asa-7-2/m-p/2308782#M311175</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;Try adding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list Port_Forwarding-ACL extended permit tcp any interface outside eq 3389&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then test the actual connection again and &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; if you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 19:24:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat-problem-on-asa-7-2/m-p/2308782#M311175</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-10-10T19:24:36Z</dc:date>
    </item>
    <item>
      <title>static PAT problem on ASA 7.2</title>
      <link>https://community.cisco.com/t5/network-security/static-pat-problem-on-asa-7-2/m-p/2308783#M311176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That fixed it. I'm always screwing up ACLs on interfaces when it comes to NAT. No one outside the network is trying to reach the private IP, that's what the NAT does.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 19:54:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-pat-problem-on-asa-7-2/m-p/2308783#M311176</guid>
      <dc:creator>jasonww04</dc:creator>
      <dc:date>2013-10-10T19:54:43Z</dc:date>
    </item>
  </channel>
</rss>

